mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-27 12:35:12 +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_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,
|
||||
|
Loading…
Reference in New Issue
Block a user