Skip to content

Commit 3bf0967

Browse files
committed
[~] Fix uhh 1.21.7
1 parent 2d500c4 commit 3bf0967

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
***Bumped version to 3.2.1-build.b2***
22

33
**Changed:**
4-
- Added support for 1.21.7
4+
- Fixed 1.21.7 support on **NeoForge**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
33
org.gradle.parallel=true
44

55
# Mod properties
6-
mod_version = 3.2.1-build.b2
6+
mod_version = 3.2.1-build.b3
77
maven_group = com.github.command17
88
archives_name = hammering
99
enabled_platforms = fabric,neoforge

neoforge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ side = "BOTH"
2323
[[dependencies.hammering]]
2424
modId = "minecraft"
2525
type = "required"
26-
versionRange = "[1.21.6,1.21.7)"
26+
versionRange = "[1.21.6,1.21.7]"
2727
ordering = "NONE"
2828
side = "BOTH"
2929

0 commit comments

Comments
 (0)