From 09a2d4c24feed3dd1b3c1e14973ef3fd7a5313b9 Mon Sep 17 00:00:00 2001 From: Misode Date: Fri, 27 Dec 2024 05:09:18 +0100 Subject: [PATCH] Fix fabric.mod.json entrypoints --- public/mcdoc/fabric.mcdoc | 2 +- src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",