CompatibleMaterial: Add missing BLACKSTONE_SLAB

This commit is contained in:
Christian Koop 2021-07-05 11:48:10 +02:00
parent e6398bca1f
commit 3bc35058ac
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -23,9 +23,9 @@ import java.util.Set;
public enum CompatibleMaterial {
/*
TODO: add another handler for getBlockItem() for materials and fallback materials
Legacy has some values not used in modern, eg:
DIODE_BLOCK_OFF(93, Diode.class),
DIODE_BLOCK_ON(94, Diode.class),
SPRUCE_DOOR_ITEM(427),
@ -193,6 +193,7 @@ public enum CompatibleMaterial {
BLACKSTONE(),
BLACKSTONE_STAIRS(),
BLACKSTONE_WALL(),
BLACKSTONE_SLAB(),
BLASTSTONE_SLAB(),
CHAIN(),
CHISELED_NETHER_BRICKS(),