3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-30 00:58:13 +02:00

Fix black texture of offhand item (Closes #332)

Dieser Commit ist enthalten in:
RednedEpic 2020-05-04 22:01:34 -05:00
Ursprung eeb4cafbc8
Commit 26266bf9b6

Datei anzeigen

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