File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ jei_version=9.5.2.135
1515
1616# Curseforge
1717cf_project =224218
18- cf_release_type =beta
18+ cf_release_type =release
Original file line number Diff line number Diff line change 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 =" [38 ,)" # mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
9+ loaderVersion =" [40 ,)" # 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 =" MIT"
@@ -40,7 +40,7 @@ license="MIT"
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 =" [38 ,)" # mandatory
43+ versionRange =" [40 ,)" # 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="MIT"
5050[[dependencies .compactmachines ]]
5151 modId =" minecraft"
5252 mandatory =true
53- versionRange =" [1.18,)"
53+ versionRange =" [1.18.2 ,)"
5454 ordering =" NONE"
5555 side =" BOTH"
You can’t perform that action at this time.
0 commit comments