File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 minecraft(" com.mojang:minecraft:${project.properties[" minecraft_version" ]} " )
3636 mappings(loom.layered {
3737 officialMojangMappings()
38- parchment(" org.parchmentmc.data:parchment-1.21.8 :2025.07.20 @zip" )
38+ parchment(" org.parchmentmc.data:parchment-1.21.9 :2025.10.05 @zip" )
3939 })
4040 modImplementation(" net.fabricmc:fabric-loader:${project.properties[" loader_version" ]} " )
4141 modImplementation(" net.fabricmc.fabric-api:fabric-api:${project.properties[" fabric_version" ]} " )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.parallel=true
44
55# Fabric Properties
66# check these on https://fabricmc.net/develop
7- minecraft_version =1.21.9
7+ minecraft_version =1.21.10
88loader_version =0.17.2
99
1010# Mod Properties
@@ -13,4 +13,4 @@ maven_group=com.zenith
1313archives_base_name =ZenithProxyMod
1414
1515# Dependencies
16- fabric_version =0.133.14 +1.21.9
16+ fabric_version =0.135.0 +1.21.10
Original file line number Diff line number Diff line change 2121 "depends" : {
2222 "fabricloader" : " >=0.17.2" ,
2323 "fabric-api" : " *" ,
24- "minecraft" : [" 1.21.9" ]
24+ "minecraft" : [" 1.21.9" , " 1.21.10 " ]
2525 }
2626}
You can’t perform that action at this time.
0 commit comments