File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 mappings loom. layered() {
1717 officialMojangMappings()
1818 if (rootProject. hasProperty(" parchment_version" )) {
19- parchment(" org.parchmentmc.data:parchment-${ minecraft_version } :${ parchment_version} @zip" )
19+ parchment(" org.parchmentmc.data:parchment-${ parchment_mc_version } :${ parchment_version} @zip" )
2020 }
2121 }
2222 implementation project(" :annotations" )
Original file line number Diff line number Diff line change @@ -5,20 +5,21 @@ junit_version=5.10.0-M1
55mixinextras_version =0.3.2
66
77mod_id =modernfix
8- minecraft_version =1.21
8+ minecraft_version =1.21.1
99enabled_platforms =fabric,neoforge
10- forge_version =21.0.111-beta
10+ forge_version =21.1.15
1111parchment_version =2024.07.07
12+ parchment_mc_version =1.21
1213refined_storage_version =4392788
1314jei_version =19.0.0.9
1415rei_version =13.0.678
1516ctm_version =1.21-1.2.0+2
1617kubejs_version =1902.6.0-build.142
1718rhino_version =1902.2.2-build.268
18- supported_minecraft_versions =1.21
19+ supported_minecraft_versions =1.21.1
1920
2021fabric_loader_version =0.15.11
21- fabric_api_version =0.100.0 +1.21
22+ fabric_api_version =0.102.1 +1.21.1
2223
2324continuity_version =3.0.0-beta.4+1.20.2
2425
You can’t perform that action at this time.
0 commit comments