Skip to content

Commit e077aa6

Browse files
committed
version update
1 parent 70a5e70 commit e077aa6

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
5-
minecraft_version=1.21.2
5+
minecraft_version=1.21.4
66
yarn_mappings=1.21.2+build.1
77
loader_version=0.16.9
88

src/main/java/net/just_s/sds/mixin/DebugStickMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private void onUSE(PlayerEntity player, BlockState state, WorldAccess world, Blo
7979
if (update) {
8080
// change value of property
8181
if (property == null) {
82-
property = getNextProperty(collection, null, block, player.shouldCancelInteraction());
82+
property = getNextProperty(collection, null, block, false);
8383
}
8484
// check if given property is allowed
8585
if (!isPropertyModifiable(property, block)) {

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@
3232
"depends": {
3333
"fabricloader": ">=0.15.10",
3434
"fabric": "*",
35-
"minecraft": ">=1.21.2",
35+
"minecraft": ">=1.21.4",
3636
"java": ">=21"
37-
},
38-
"suggests": {
39-
"another-mod": "*"
4037
}
4138
}

0 commit comments

Comments
 (0)