mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-21 11:43:27 +00:00
fix automatic deepslate variant replacement
This commit is contained in:
parent
77b4253624
commit
54402faea8
@ -105,7 +105,15 @@ public class B {
|
||||
DEEPSLATE_TILES,
|
||||
DEEPSLATE_TILE_STAIRS,
|
||||
DEEPSLATE_TILE_WALL,
|
||||
CRACKED_DEEPSLATE_TILES
|
||||
CRACKED_DEEPSLATE_TILES,
|
||||
DEEPSLATE_COAL_ORE,
|
||||
DEEPSLATE_IRON_ORE,
|
||||
DEEPSLATE_COPPER_ORE,
|
||||
DEEPSLATE_DIAMOND_ORE,
|
||||
DEEPSLATE_EMERALD_ORE,
|
||||
DEEPSLATE_GOLD_ORE,
|
||||
DEEPSLATE_LAPIS_ORE,
|
||||
DEEPSLATE_REDSTONE_ORE,
|
||||
}).forEach((i) -> b.add(i.ordinal()));
|
||||
|
||||
return IntSets.unmodifiable(b);
|
||||
|
Loading…
x
Reference in New Issue
Block a user