File tree Expand file tree Collapse file tree
fabric/src/main/resources
neoforge/src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *** Bumped version to 3.2.1-build.b1 ***
1+ *** Bumped version to 3.2.1-build.b2 ***
22
33** Changed:**
4- - Updated to ** 1.21.6 **
4+ - Added support for 1.21.7
Original file line number Diff line number Diff line change 3030 ],
3131 "depends" : {
3232 "fabricloader" : " >=0.16.13" ,
33- "minecraft" : " 1.21.6" ,
33+ "minecraft" : " >= 1.21.6 <=1.21.7 " ,
3434 "java" : " >=21" ,
3535 "architectury" : " >=17.0.6" ,
3636 "fabric-api" : " *" ,
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx2G
33org.gradle.parallel =true
44
55# Mod properties
6- mod_version = 3.2.1-build.b1
6+ mod_version = 3.2.1-build.b2
77maven_group = com.github.command17
88archives_name = hammering
99enabled_platforms = fabric,neoforge
1010
1111# Minecraft properties
1212minecraft_version = 1.21.6
13- supported_minecraft_versions = 1.21.6
13+ supported_minecraft_versions = 1.21.6,1.21.7
1414
1515# Mappings
1616parchmentmc_version = 2024.11.17
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ side = "BOTH"
2323[[dependencies .hammering ]]
2424modId = " minecraft"
2525type = " required"
26- versionRange = " [1.21.6] "
26+ versionRange = " [1.21.6,1.21.7) "
2727ordering = " NONE"
2828side = " BOTH"
2929
You can’t perform that action at this time.
0 commit comments