From 0c3bdf23ab632ad67e8ef099ee7f3b6843aa0144 Mon Sep 17 00:00:00 2001 From: LemonCaramel Date: Wed, 14 Aug 2024 18:39:07 +0900 Subject: [PATCH] Fix an issue that doesn't load in NeoForge --- neoforge/src/main/resources/META-INF/mods.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neoforge/src/main/resources/META-INF/mods.toml b/neoforge/src/main/resources/META-INF/mods.toml index 8b5ee89..ee1bca3 100644 --- a/neoforge/src/main/resources/META-INF/mods.toml +++ b/neoforge/src/main/resources/META-INF/mods.toml @@ -6,7 +6,7 @@ # The name of the mod loader type to load - for regular FML @Mod mods it should be javafml modLoader="javafml" #mandatory # A version range to match for said mod loader - for regular FML @Mod it will be the the FML version. This is currently 47. -loaderVersion="[1,2)" #mandatory +loaderVersion="[1,)" #mandatory # The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties. # Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here. license="GNU LGPL 3.0"