fix white wool aqua update identifier

This commit is contained in:
bixilon 2020-06-04 02:05:51 +02:00
parent 6ad146490d
commit 36e438201f
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -7,7 +7,7 @@ public enum Block {
DIRT(new Identifier("stone"), 1),
GRASS(new Identifier("grass"), 2),
COBBLESTONE(new Identifier("stone"), 4),
WHITE_WOOL(new Identifier("wool"), 35, 0),
WHITE_WOOL(new Identifier("wool", "white_wool"), 35, 0),
RED_WOOL(new Identifier("wool", "red_wool"), 35, 14),
DROPPER_DOWN(new Identifier("dropper"), 158, 0),
DROPPER_EAST(new Identifier("dropper"), 158, 1),