fix: multiple polar bear npc type registrations

This commit is contained in:
D3v1s0m 2024-12-12 16:12:52 +04:00
parent 7fbe42e207
commit e20bd9ba57
No known key found for this signature in database
GPG key ID: FA1F770C7B1D40C1

View file

@ -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());