fix: remove entity_sitting property from creaking
This commit is contained in:
parent
41244fb86b
commit
79c0897de9
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue