mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fix fabric.mod.json entrypoints
This commit is contained in:
@@ -65,7 +65,7 @@ enum(string) EnvironmentType {
|
||||
}
|
||||
|
||||
struct Entrypoints {
|
||||
[string]: (string | Entrypoint),
|
||||
[string]: [(string | Entrypoint)],
|
||||
}
|
||||
|
||||
struct Entrypoint {
|
||||
|
||||
@@ -282,7 +282,7 @@
|
||||
"title.guides": "Data Pack Guides",
|
||||
"title.home": "Data Pack Generators",
|
||||
"title.new_project": "Create a new project",
|
||||
"title.partners": "Partners",
|
||||
"title.partners": "Modded Generators",
|
||||
"title.project": "%0% Project",
|
||||
"title.sounds": "Sound Explorer",
|
||||
"title.transformation": "Transformation Visualizer",
|
||||
|
||||
Reference in New Issue
Block a user