fix: remove entity_sitting property from creaking

This commit is contained in:
D3v1s0m 2024-12-13 11:02:56 +04:00
parent 41244fb86b
commit 79c0897de9
No known key found for this signature in database
GPG key ID: FA1F770C7B1D40C1

View file

@ -400,7 +400,7 @@ public class NpcTypeRegistryImpl implements NpcTypeRegistry {
register(builder(p, "creaking", EntityTypes.CREAKING)
.setHologramOffset(0.725)
.addProperties("creaking_active", "entity_sitting"));
.addProperties("creaking_active"));
}
public Collection<NpcType> getAll() {