We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41ac45 commit 09a2d4cCopy full SHA for 09a2d4c
public/mcdoc/fabric.mcdoc
@@ -65,7 +65,7 @@ enum(string) EnvironmentType {
65
}
66
67
struct Entrypoints {
68
- [string]: (string | Entrypoint),
+ [string]: [(string | Entrypoint)],
69
70
71
struct Entrypoint {
src/locales/en.json
@@ -282,7 +282,7 @@
282
"title.guides": "Data Pack Guides",
283
"title.home": "Data Pack Generators",
284
"title.new_project": "Create a new project",
285
- "title.partners": "Partners",
+ "title.partners": "Modded Generators",
286
"title.project": "%0% Project",
287
"title.sounds": "Sound Explorer",
288
"title.transformation": "Transformation Visualizer",
0 commit comments