upstream #1
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ public class NpcTypeRegistryImpl implements NpcTypeRegistry {
|
||||||
|
|
||||||
register(builder(p, "creaking", EntityTypes.CREAKING)
|
register(builder(p, "creaking", EntityTypes.CREAKING)
|
||||||
.setHologramOffset(0.725)
|
.setHologramOffset(0.725)
|
||||||
.addProperties("creaking_active", "entity_sitting"));
|
.addProperties("creaking_active"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public Collection<NpcType> getAll() {
|
public Collection<NpcType> getAll() {
|
||||||
|
|
Loading…
Reference in a new issue