File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
fabric/src/main/resources Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.10 -SNAPSHOT' apply false
3- id ' net.neoforged.moddev' version ' 2.0.73 ' apply false
2+ id ' fabric-loom' version ' 1.11 -SNAPSHOT' apply false
3+ id ' net.neoforged.moddev' version ' 2.0.103 ' apply false
44}
Original file line number Diff line number Diff line change 2828 "accessWidener" : " controllable.accesswidener" ,
2929 "depends" : {
3030 "fabricloader" : " >=${fabric_loader_version}" ,
31- "fabric" : " *" ,
31+ "fabric-api " : " *" ,
3232 "minecraft" : " ${minecraft_version}" ,
3333 "java" : " >=21" ,
3434 "framework" : " >=${framework_version}"
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ group=com.mrcrayfish
55java_version =21
66
77# Common
8- minecraft_version =1.21.7
9- neo_form_version =1.21.7-20250630.141722
8+ minecraft_version =1.21.8
9+ neo_form_version =1.21.8-20250717.133445
1010
1111# Fabric
12- fabric_version =0.128.1 +1.21.7
12+ fabric_version =0.129.0 +1.21.8
1313fabric_loader_version =0.16.14
1414
1515# NeoForge
16- neoforge_version =21.7.1 -beta
17- neoforge_version_range =[21.7 ,)
16+ neoforge_version =21.8.2 -beta
17+ neoforge_version_range =[21.8 ,)
1818neoforge_loader_version_range =[2,)
1919
2020# Mod options
@@ -32,10 +32,10 @@ mod_license=MIT
3232controllable_sdl_version =2.32.8-1.1.0
3333framework_version =0.12.3
3434architectury_api_version =17.0.6
35- jei_version =19.14.1.144
36- jei_minecraft_version =1.21.1
35+ jei_version =23.1.0.4
36+ jei_minecraft_version =1.21.7
3737emi_version =1.1.19+1.21.1
38- rei_version =18 .0.796
38+ rei_version =19 .0.809
3939
4040# Gradle
4141org.gradle.jvmargs =-Xmx3G
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pluginManagement {
1010 }
1111 }
1212 filter {
13- includeGroup (' net.fabricmc' )
13+ includeGroupAndSubgroups (' net.fabricmc' )
1414 includeGroup(' fabric-loom' )
1515 }
1616 }
@@ -52,7 +52,7 @@ pluginManagement {
5252}
5353
5454plugins {
55- id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.8 .0'
55+ id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.10 .0'
5656}
5757
5858def includeModloader (String name ) {
You can’t perform that action at this time.
0 commit comments