File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ minecraft {
2626 // stable_# Stables are built at the discretion of the MCP team.
2727 // Use non-default mappings at your own risk. they may not always work.
2828 // Simply re-run your setup task after changing the mappings to update your workspace.
29- mappings channel : ' snapshot' , version : ' 20200916-1.16.2 '
29+ mappings channel : ' snapshot' , version : " ${ mappings_version } "
3030 // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
3131
3232 // accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
Original file line number Diff line number Diff line change 33org.gradle.jvmargs =-Xmx3G
44org.gradle.daemon =false
55
6- minecraft_version =1.16.3
7- forge_version =34.1.0
8- mod_version =1.0.0-alpha.1
6+ minecraft_version =1.16.4
7+ forge_version =35.1.10
8+ mappings_version =20201028-1.16.3
9+ mod_version =1.0.0-alpha.2
910
1011# Dependencies and Libs
11- jei_version =7.5 .0.43
12+ jei_version =7.6 .0.58
1213top_version =1.16-3.0.4-beta-7
Original file line number Diff line number Diff line change 22modLoader =" javafml" # mandatory
33
44# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
5- loaderVersion =" [34,)" # mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
5+ loaderVersion =" [34,36 )" # mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
66
77license =" All rights reserved"
88
@@ -39,7 +39,7 @@ Based off of the Compact Machines mod pre-1.16.
3939 # Does this dependency have to exist - if not, ordering below must be specified
4040 mandatory =true # mandatory
4141 # The version range of the dependency
42- versionRange =" [34,)" # mandatory
42+ versionRange =" [34,36 )" # mandatory
4343 # An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
4444 ordering =" NONE"
4545 # Side this dependency is applied on - BOTH, CLIENT or SERVER
@@ -49,6 +49,6 @@ Based off of the Compact Machines mod pre-1.16.
4949[[dependencies .compactcrafting ]]
5050 modId =" minecraft"
5151 mandatory =true
52- versionRange =" [1.16.3] "
52+ versionRange =" [1.16.3, 1.17) "
5353 ordering =" NONE"
5454 side =" BOTH"
You can’t perform that action at this time.
0 commit comments