File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88}
99
1010plugins {
11- id ' fabric-loom' version ' 1.0.4 '
11+ id ' fabric-loom' version ' 1.0.9 '
1212 id ' maven-publish'
1313 id ' org.cadixdev.licenser' version ' 0.6.1'
1414 id ' org.ajoberstar.grgit' version ' 4.1.1'
@@ -18,8 +18,8 @@ plugins {
1818}
1919
2020ext. platform_name = ' fabric'
21- ext. loader_version = ' 0.14.9 '
22- ext. fabric_version = ' 0.60 .0+1.19.2'
21+ ext. loader_version = ' 0.14.11 '
22+ ext. fabric_version = ' 0.68 .0+1.19.2'
2323
2424apply from : ' ../project_common.gradle'
2525apply from : ' project.gradle'
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ dependencies {
99 modImplementation " net.fabricmc:fabric-loader:${ project.loader_version} "
1010
1111 // Note that BitKit is included via FREX, FREX included via XM
12- modIncludeImplementation(" grondag:exotic-matter-fabric-mc119:3.0.451 :fat" )
12+ modIncludeImplementation(" grondag:exotic-matter-fabric-mc119:3.0.452 :fat" )
1313 modIncludeImplementation(" io.vram:dtklib:1.0.6" )
1414 modIncludeImplementation(" io.vram:modkeys-fabric-mc119:1.0.12" )
1515
16- modApi " dev.architectury:architectury-fabric:6.2.43 "
17- modCompileOnly " me.shedaniel:RoughlyEnoughItems-fabric:9.1.530 "
18- modRuntimeOnly " me.shedaniel:RoughlyEnoughItems-fabric:9.1.530 "
16+ modApi " dev.architectury:architectury-fabric:6.3.56 "
17+ modCompileOnly " me.shedaniel:RoughlyEnoughItems-fabric:9.1.577 "
18+ modRuntimeOnly " me.shedaniel:RoughlyEnoughItems-fabric:9.1.577 "
1919 modCompileOnly " com.terraformersmc:modmenu:4.0.6"
2020 modRuntimeOnly " com.terraformersmc:modmenu:4.0.6"
2121}
Original file line number Diff line number Diff line change 2929 }
3030 ],
3131 "depends" : {
32- "fabricloader" : " >=0.14.9 " ,
32+ "fabricloader" : " >=0.14.11 " ,
3333 "minecraft" : " >=1.19.2" ,
34- "architectury" : " >=6.2.43 " ,
34+ "architectury" : " >=6.3.56 " ,
3535 "java" : " >=17" ,
3636 "exotic-matter" : " *"
3737 }
You can’t perform that action at this time.
0 commit comments