66# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
77modLoader =" javafml" # mandatory
88# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
9- loaderVersion =" [35 ,)" # mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
9+ loaderVersion =" [36 ,)" # mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
1010# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties.
1111# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
1212license =" All rights reserved"
@@ -40,7 +40,7 @@ license="All rights reserved"
4040 # Does this dependency have to exist - if not, ordering below must be specified
4141 mandatory =true # mandatory
4242 # The version range of the dependency
43- versionRange =" [35 ,)" # mandatory
43+ versionRange =" [36.1.4 ,)" # mandatory
4444 # An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
4545 ordering =" NONE"
4646 # Side this dependency is applied on - BOTH, CLIENT or SERVER
@@ -50,6 +50,6 @@ license="All rights reserved"
5050[[dependencies .compactmachines ]]
5151 modId =" minecraft"
5252 mandatory =true
53- versionRange =" [1.16.4 ,1.17)"
53+ versionRange =" [1.16.5 ,1.17)"
5454 ordering =" NONE"
5555 side =" BOTH"
0 commit comments