From 6edf2728b1566ec917d3fd4d82e550c14894cf27 Mon Sep 17 00:00:00 2001 From: Micle Date: Fri, 1 May 2026 19:01:57 +0100 Subject: [PATCH] Fixed mods.toml. --- src/main/resources/META-INF/neoforge.mods.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/neoforge.mods.toml b/src/main/resources/META-INF/neoforge.mods.toml index 8f8f7ae..b4cbb00 100644 --- a/src/main/resources/META-INF/neoforge.mods.toml +++ b/src/main/resources/META-INF/neoforge.mods.toml @@ -21,7 +21,7 @@ description = '''${mod_description}''' #file = "META-INF/accesstransformer.cfg" [[dependencies."${mod_id}"]] - modId = "neoforge + modId = "neoforge" # The type of the dependency. Can be one of "required", "optional", "incompatible" or "discouraged" (case insensitive). # 'required' requires the mod to exist, 'optional' does not # 'incompatible' will prevent the game from loading when the mod exists, and 'discouraged' will show a warning"