File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
neoforge/src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464 modImplementation " fuzs.forgeconfigapiport:forgeconfigapiport-fabric:${ fcapi_version} "
6565
6666 // Recipe Viewer (with recipe exporting!!!!)
67- modRuntimeOnly " me.shedaniel:RoughlyEnoughItems-fabric:${ project.rei_version} "
67+ // modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
6868 modRuntimeOnly " com.terraformersmc:modmenu:${ project.modmenu_version} "
6969
7070 common(project(path : ' :common' , configuration : ' namedElements' )) { transitive false }
Original file line number Diff line number Diff line change 3232 "fabricloader" : " >=0.16.13" ,
3333 "minecraft" : " 1.21.6" ,
3434 "java" : " >=21" ,
35- "architectury" : " >=17.0.4 " ,
35+ "architectury" : " >=17.0.6 " ,
3636 "fabric-api" : " *" ,
3737 "forgeconfigapiport" : " >=21.6.2"
3838 },
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ parchmentmc_version = 2024.11.17
1919fabric_loader_version = 0.16.13
2020fabric_api_version = 0.127.1+1.21.6
2121neoforge_version = 21.6.5-beta
22- architectury_api_version =17.0.4
22+ architectury_api_version =17.0.6
2323fcapi_version =21.6.2
2424
2525# Runtime dependencies
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ side = "BOTH"
3030[[dependencies .hammering ]]
3131modId = " architectury"
3232type = " required"
33- versionRange = " [17.0.4 ,)"
33+ versionRange = " [17.0.6 ,)"
3434ordering = " AFTER"
3535side = " BOTH"
3636
You can’t perform that action at this time.
0 commit comments