Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Fix mapping for Burning Skull painting type (#608)
Otherwise, painting shows up as a 1x1 painting of another kind.
Dieser Commit ist enthalten in:
Ursprung
18415d5d15
Commit
fbfc987d2b
@ -57,7 +57,7 @@ public enum PaintingType {
|
|||||||
DONKEY_KONG("DonkeyKong", 4, 3),
|
DONKEY_KONG("DonkeyKong", 4, 3),
|
||||||
POINTER("Pointer", 4, 4),
|
POINTER("Pointer", 4, 4),
|
||||||
PIG_SCENE("Pigscene", 4, 4),
|
PIG_SCENE("Pigscene", 4, 4),
|
||||||
BURNING_SKULL("Flaming Skull", 4, 4); // burning skull on java edition, flaming skull on bedrock
|
BURNING_SKULL("BurningSkull", 4, 4);
|
||||||
|
|
||||||
private static final PaintingType[] VALUES = values();
|
private static final PaintingType[] VALUES = values();
|
||||||
private String bedrockName;
|
private String bedrockName;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren