1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 19:29:14 +00:00

Weapon component is deprecated (#4417)

This commit is contained in:
Kas-tle
2024-02-07 06:15:36 -08:00
committed by GitHub
parent fa339d37b5
commit e6636ec9fe

View File

@@ -348,7 +348,6 @@ public class CustomItemRegistryPopulator {
if (toolType.equals("sword")) {
miningSpeed = 1.5f;
canDestroyInCreative = false;
componentBuilder.putCompound("minecraft:weapon", NbtMap.EMPTY);
}
itemProperties.putBoolean("hand_equipped", true);