File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
fabric/src/main/resources
neoforge/src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ subprojects {
6363 }
6464
6565 if (project. name == " neoforge" ) {
66- modImplementation(" maven.modrinth:cryonicconfig:neoforge-1.21.6 -1.0.0" )
66+ modImplementation(" maven.modrinth:cryonicconfig:neoforge-${ project.minecraft_version } -1.0.0" )
6767 } else if (project. name == " fabric" ) {
68- modImplementation(" maven.modrinth:cryonicconfig:fabric-1.21.6 -1.0.0" )
68+ modImplementation(" maven.modrinth:cryonicconfig:fabric-${ project.minecraft_version } -1.0.0" )
6969 } else {
70- modImplementation(" maven.modrinth:cryonicconfig:fabric-1.21.6 -1.0.0" )
70+ modImplementation(" maven.modrinth:cryonicconfig:fabric-${ project.minecraft_version } -1.0.0" )
7171 }
7272 }
7373
Original file line number Diff line number Diff line change 4141 "fabricloader" : " >=0.14.19" ,
4242 "architectury" : " *" ,
4343 "fabric" : " *" ,
44- "minecraft" : [ " 1.21.6 " ],
44+ "minecraft" : [ " 1.21.7 " ],
4545 "java" : " >=21" ,
4646 "cryonicconfig" : " *"
4747 }
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ archives_name = chisel
1010architectury_version =17.0.6
1111
1212# https://fabricmc.net/develop/
13- minecraft_version =1.21.6
14- yarn_mappings =1.21.6 +build.1
13+ minecraft_version =1.21.7
14+ yarn_mappings =1.21.7 +build.6
1515fabric_loader_version =0.16.14
16- fabric_api_version =0.128.2+1.21.6
16+ fabric_api_version =0.128.2+1.21.7
1717yarn_mappings_patch_neoforge_version = 1.21+build.4
1818# ---
1919
2020# https://projects.neoforged.net/neoforged/neoforge
21- neoforge_version =21.6.11 -beta
21+ neoforge_version =21.7.8 -beta
2222
2323# https://modrinth.com/mod/emi/
2424emi_version =1.1.18+1.21.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ config = "chisel.mixins.json"
1919[[dependencies .chisel ]]
2020modId =" minecraft"
2121type =" required"
22- versionRange =" [1.21.6 ]"
22+ versionRange =" [1.21.7 ]"
2323
2424[[dependencies .chisel ]]
2525modId =" neoforge"
You can’t perform that action at this time.
0 commit comments