Skip to content

Commit 42fe46d

Browse files
committed
bump neo, fix wirespool bug
1 parent 3ff47b0 commit 42fe46d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.configuration-cache=true
88

99
minecraft_version=1.21.1
1010

11-
mod_version=1.5.3
11+
mod_version=1.5.4
1212

1313
jei_version=19.21.2.313
1414

@@ -41,7 +41,7 @@ parchment_mappings_version=2024.11.17
4141
# as they do not follow standard versioning conventions.
4242
minecraft_version_range=[1.21.1]
4343
# The Neo version must agree with the Minecraft version to get a valid artifact
44-
neo_version=21.1.203
44+
neo_version=21.1.209
4545
# The Neo version range can use any version of Neo as bounds
4646
neo_version_range=[21.1.152,)
4747
# The loader version range can only use the major version of FML as bounds

src/main/java/com/mrh0/createaddition/item/WireSpool.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ else if(result.isLinked()) {
8383
}
8484
}
8585
c.getItemInHand().set(DataComponents.CUSTOM_DATA, CustomData.EMPTY);
86+
c.getItemInHand().remove(DataComponents.CUSTOM_DATA);
8687
c.getPlayer().displayClientMessage(result.getMessage(), true);
8788

8889
}

0 commit comments

Comments
 (0)