Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Fix black texture of offhand item (Closes #332)
Dieser Commit ist enthalten in:
Ursprung
eeb4cafbc8
Commit
26266bf9b6
@ -93,6 +93,7 @@ public class Entity {
|
|||||||
setPosition(position);
|
setPosition(position);
|
||||||
|
|
||||||
metadata.put(EntityData.SCALE, 1f);
|
metadata.put(EntityData.SCALE, 1f);
|
||||||
|
metadata.put(EntityData.COLOR, 0);
|
||||||
metadata.put(EntityData.MAX_AIR, (short) 400);
|
metadata.put(EntityData.MAX_AIR, (short) 400);
|
||||||
metadata.put(EntityData.AIR, (short) 0);
|
metadata.put(EntityData.AIR, (short) 0);
|
||||||
metadata.put(EntityData.LEAD_HOLDER_EID, -1L);
|
metadata.put(EntityData.LEAD_HOLDER_EID, -1L);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren