mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-21 14:01:20 +01:00
fix sunflower item
This commit is contained in:
parent
7300cad49b
commit
4b68c6726a
@ -900,7 +900,7 @@ public enum LegacyMaterials {
|
|||||||
STONE_PRESSURE_PLATE("STONE_PLATE"),
|
STONE_PRESSURE_PLATE("STONE_PLATE"),
|
||||||
STONE_SHOVEL("STONE_SPADE"),
|
STONE_SHOVEL("STONE_SPADE"),
|
||||||
STONE_SLAB("STEP", (byte) 0),
|
STONE_SLAB("STEP", (byte) 0),
|
||||||
STONE_STAIRS(""),
|
STONE_STAIRS(),
|
||||||
STONE_SWORD,
|
STONE_SWORD,
|
||||||
STRAY_SPAWN_EGG("MONSTER_EGG", (byte) 6),
|
STRAY_SPAWN_EGG("MONSTER_EGG", (byte) 6),
|
||||||
STRING,
|
STRING,
|
||||||
@ -920,7 +920,7 @@ public enum LegacyMaterials {
|
|||||||
STRUCTURE_VOID,
|
STRUCTURE_VOID,
|
||||||
SUGAR,
|
SUGAR,
|
||||||
SUGAR_CANE,
|
SUGAR_CANE,
|
||||||
SUNFLOWER("LONG_GRASS", (byte) 0),
|
SUNFLOWER("DOUBLE_PLANT", (byte) 0),
|
||||||
SUSPICIOUS_STEW,
|
SUSPICIOUS_STEW,
|
||||||
SWEET_BERRIES,
|
SWEET_BERRIES,
|
||||||
SWEET_BERRY_BUSH,
|
SWEET_BERRY_BUSH,
|
||||||
|
Loading…
Reference in New Issue
Block a user