Blockus

Blockus

7M Downloads

Tuff brick and mossy deepslate brick walls are in the 'Building Blocks (Blockus)' item group

haykam821 opened this issue ยท 1 comments

commented

Instead of being in the 'Decoration Blocks (Blockus)' item group, similar to how vanilla walls are in the 'Decoration Blocks' item group, tuff brick and mossy deepslate brick walls are in the 'Building Blocks (Blockus)' item group:

Tuff brick and mossy deepslate brick walls in the 'Building Blocks (Blockus)' item group

public static final Item TUFF_BRICKS_WALL = register(BlockusBlocks.TUFF_BRICKS_WALL, Blockus.BLOCKUS_BUILDING_BLOCKS);

public static final Item MOSSY_DEEPSLATE_BRICKS_WALL = register(BlockusBlocks.MOSSY_DEEPSLATE_BRICKS_WALL, Blockus.BLOCKUS_BUILDING_BLOCKS);

commented

Fixed here: 3d5ebb3