diff --git a/public/mcdoc/fabric.mcdoc b/public/mcdoc/fabric.mcdoc index 913519dc..cec7ce3d 100644 --- a/public/mcdoc/fabric.mcdoc +++ b/public/mcdoc/fabric.mcdoc @@ -65,7 +65,7 @@ enum(string) EnvironmentType { } struct Entrypoints { - [string]: (string | Entrypoint), + [string]: [(string | Entrypoint)], } struct Entrypoint { diff --git a/src/locales/en.json b/src/locales/en.json index 6fe039e6..68360817 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -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",