From 21257751f6e13a93c0cfa6cf6e1a2400dcdafdcc Mon Sep 17 00:00:00 2001 From: Cadiboo <37298044+Cadiboo@users.noreply.github.com> Date: Sat, 15 Jun 2024 01:28:07 +1000 Subject: [PATCH 1/2] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 50beaf1..bc606c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ mod_author=Jared mod_id=examplemod license=CC0-1.0 credits= -description=The description of your mod. \nAccepts multilines. +description=The description of your mod. \\nAccepts multilines (but they must be double-escaped). minecraft_version_range=[1.20.6, 1.21) # Fabric From b8be7a400f9b3f0ef2d9b0aa205c90bf23acea1d Mon Sep 17 00:00:00 2001 From: Cadiboo <37298044+Cadiboo@users.noreply.github.com> Date: Sat, 15 Jun 2024 01:32:00 +1000 Subject: [PATCH 2/2] Update neoforge.mods.toml --- neoforge/src/main/resources/META-INF/neoforge.mods.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neoforge/src/main/resources/META-INF/neoforge.mods.toml b/neoforge/src/main/resources/META-INF/neoforge.mods.toml index 4533573..98562c2 100644 --- a/neoforge/src/main/resources/META-INF/neoforge.mods.toml +++ b/neoforge/src/main/resources/META-INF/neoforge.mods.toml @@ -11,7 +11,7 @@ displayName = "${mod_name}" #mandatory logoFile="${mod_id}.png" #optional credits="${credits}" #optional authors = "${mod_author}" #optional -description = '''${description}''' #mandatory (Supports multiline text) +description = "${description}" #mandatory (Supports multiline text) [[mixins]] config = "${mod_id}.mixins.json" [[mixins]] @@ -33,4 +33,4 @@ side = "BOTH" # that your mod requires GL version 3.2 or higher. Other features will be added. They are side aware so declaring this won't # stop your mod loading on the server for example. #[features.${mod_id}] -#openGLVersion="[3.2,)" \ No newline at end of file +#openGLVersion="[3.2,)"