Skip to content

Commit 09a2d4c

Browse files
committed
Fix fabric.mod.json entrypoints
1 parent d41ac45 commit 09a2d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/mcdoc/fabric.mcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ enum(string) EnvironmentType {
6565
}
6666

6767
struct Entrypoints {
68-
[string]: (string | Entrypoint),
68+
[string]: [(string | Entrypoint)],
6969
}
7070

7171
struct Entrypoint {

src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"title.guides": "Data Pack Guides",
283283
"title.home": "Data Pack Generators",
284284
"title.new_project": "Create a new project",
285-
"title.partners": "Partners",
285+
"title.partners": "Modded Generators",
286286
"title.project": "%0% Project",
287287
"title.sounds": "Sound Explorer",
288288
"title.transformation": "Transformation Visualizer",

0 commit comments

Comments
 (0)