forked from GeyserMC/Geyser
Fix black texture of offhand item (Closes #332)
This commit is contained in:
parent
eeb4cafbc8
commit
26266bf9b6
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ public class Entity {
|
|||
setPosition(position);
|
||||
|
||||
metadata.put(EntityData.SCALE, 1f);
|
||||
metadata.put(EntityData.COLOR, 0);
|
||||
metadata.put(EntityData.MAX_AIR, (short) 400);
|
||||
metadata.put(EntityData.AIR, (short) 0);
|
||||
metadata.put(EntityData.LEAD_HOLDER_EID, -1L);
|
||||
|
|
Loading…
Reference in a new issue