Fix fabric.mod.json entrypoints
Some checks are pending
Deploy to GitHub Pages / build (push) Waiting to run
Deploy to GitHub Pages / deploy (push) Blocked by required conditions

This commit is contained in:
Misode
2024-12-27 05:09:18 +01:00
parent d41ac45403
commit 09a2d4c24f
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ enum(string) EnvironmentType {
}
struct Entrypoints {
[string]: (string | Entrypoint),
[string]: [(string | Entrypoint)],
}
struct Entrypoint {

View File

@@ -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",