Skip to content

Commit

Permalink
Fix an issue that doesn't load in NeoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonCaramel committed Aug 14, 2024
1 parent 4efad9d commit 0c3bdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0c3bdf2

Please sign in to comment.