Somethings wrong with this in 1.8

This commit is contained in:
Brianna 2021-06-13 10:10:40 -05:00
parent b27d07dc47
commit 7fa5e01de1

View File

@ -166,7 +166,7 @@ public enum CompatibleSound {
BLOCK_SPORE_BLOSSOM_HIT(ServerVersion.V1_17, v(null, true)),
BLOCK_SPORE_BLOSSOM_PLACE(ServerVersion.V1_17, v(null, true)),
BLOCK_SPORE_BLOSSOM_STEP(ServerVersion.V1_17, v(null, true)),
BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES(ServerVersion.V1_17, v("ITEM_SWEET_BERRIES_PICK_FROM_BUSH")),
BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES(ServerVersion.V1_17, v(null, true)), // "ITEM_SWEET_BERRIES_PICK_FROM_BUSH"
BLOCK_TUFF_BREAK(ServerVersion.V1_17, v(null, true)),
BLOCK_TUFF_FALL(ServerVersion.V1_17, v(null, true)),
BLOCK_TUFF_HIT(ServerVersion.V1_17, v(null, true)),