mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 18:45:34 +01:00
CompatibleMaterial: Add missing BLACKSTONE_SLAB
This commit is contained in:
parent
e6398bca1f
commit
3bc35058ac
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user