enable skin properties on player npc type
This commit is contained in:
parent
0418c25f5f
commit
321e4a39e6
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ public class NpcTypeRegistryImpl implements NpcTypeRegistry {
|
||||||
|
|
||||||
register(builder(p, "player", EntityTypes.PLAYER)
|
register(builder(p, "player", EntityTypes.PLAYER)
|
||||||
.setHologramOffset(-0.15D)
|
.setHologramOffset(-0.15D)
|
||||||
.addEquipmentProperties());
|
.addEquipmentProperties()
|
||||||
|
.addProperties("skin_layers", "cape"));
|
||||||
|
|
||||||
// Most hologram offsets generated using Entity#getHeight() in 1.19.4
|
// Most hologram offsets generated using Entity#getHeight() in 1.19.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue