fix sunflower item

This commit is contained in:
jascotty2 2019-09-02 13:03:24 -05:00
parent 7300cad49b
commit 4b68c6726a

View File

@ -900,7 +900,7 @@ public enum LegacyMaterials {
STONE_PRESSURE_PLATE("STONE_PLATE"),
STONE_SHOVEL("STONE_SPADE"),
STONE_SLAB("STEP", (byte) 0),
STONE_STAIRS(""),
STONE_STAIRS(),
STONE_SWORD,
STRAY_SPAWN_EGG("MONSTER_EGG", (byte) 6),
STRING,
@ -920,7 +920,7 @@ public enum LegacyMaterials {
STRUCTURE_VOID,
SUGAR,
SUGAR_CANE,
SUNFLOWER("LONG_GRASS", (byte) 0),
SUNFLOWER("DOUBLE_PLANT", (byte) 0),
SUSPICIOUS_STEW,
SWEET_BERRIES,
SWEET_BERRY_BUSH,