File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
1919 id(' eclipse' )
2020 id(' idea' )
2121 id(' maven-publish' )
22- id(' net.neoforged.gradle.userdev' ) version(' 7.0.149 ' )// https://projects.neoforged.net/neoforged/neogradle
22+ id(' net.neoforged.gradle.userdev' ) version(' 7.0.151 ' )// https://projects.neoforged.net/neoforged/neogradle
2323}
2424
2525tasks. named(' wrapper' , Wrapper ). configure {
@@ -391,8 +391,7 @@ dependencies {
391391
392392 def crt = " com.blamejared.crafttweaker:CraftTweaker-neoforge-${ minecraft_version} :${ crafttweaker_version} "
393393 compileOnly(crt)
394- // TODO: Re-enable when it updates to account for Neo's changes
395- // localRuntime(crt)
394+ localRuntime(crt)
396395 def jeiTweaker = " com.blamejared.jeitweaker:JeiTweaker-forge-1.20.1:${ jeitweaker_version} "
397396 compileOnly(jeiTweaker)
398397 // TODO: Re-enable when it updates
Original file line number Diff line number Diff line change 11# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
22# This is required to provide enough memory for the Minecraft decompilation process.
33org.gradle.jvmargs =-Xmx4G
4- # org.gradle.configuration-cache=true
4+ org.gradle.configuration-cache =true
55
66java_version =21
77minecraft_version =1.21
88# Used as a helper for porting when deps we use have not updated yet
99previous_minecraft_version =1.20.4
1010previous_minor_minecraft_version =1.20.6
1111loader_version_range =[4,)
12- forge_version =21.0.31 -beta
12+ forge_version =21.0.37 -beta
1313mod_version =10.6.2
1414# This determines the minimum version of forge required to use Mekanism
1515# Only bump it whenever we need access to a feature in forge that is not available in earlier versions
@@ -37,7 +37,7 @@ yamlops_version=1.2.0
3737
3838# Mod dependencies
3939cc_tweaked_version =1.111.0
40- crafttweaker_version =20.0.11
40+ crafttweaker_version =20.0.12
4141ctm_version =1.2.0+1
4242curios_version =9.0.2+1.21
4343emi_version =1.1.7
You can’t perform that action at this time.
0 commit comments