fix: multiple polar bear npc type registrations
This commit is contained in:
parent
7fbe42e207
commit
e20bd9ba57
1 changed files with 0 additions and 3 deletions
|
@ -205,9 +205,6 @@ public class NpcTypeRegistryImpl implements NpcTypeRegistry {
|
|||
.setHologramOffset(-0.025)
|
||||
.addEquipmentProperties());
|
||||
|
||||
register(builder(p, "polar_bear", EntityTypes.POLAR_BEAR)
|
||||
.setHologramOffset(-0.575));
|
||||
|
||||
register(builder(p, "stray", EntityTypes.STRAY)
|
||||
.setHologramOffset(0.015)
|
||||
.addEquipmentProperties());
|
||||
|
|
Loading…
Reference in a new issue