mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
made the crimson altar require crimson wood
This commit is contained in:
parent
d09991d4e3
commit
d6a5bfcac4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class Multiblocks {
|
|||
ALTAR_PATTERN,
|
||||
'C', Blocks.RED_NETHER_BRICKS,
|
||||
'B', Blocks.NETHER_BRICKS,
|
||||
'W', Blocks.NETHER_WART_BLOCK,
|
||||
'W', Blocks.CRIMSON_PLANKS,
|
||||
'M', ModBlocks.GOLD_NETHER_BRICK,
|
||||
'0', ModBlocks.NATURE_ALTAR.getDefaultState().with(BlockNatureAltar.NETHER, true),
|
||||
' ', Matcher.wildcard());
|
||||
|
|
Loading…
Reference in a new issue