Blockus

Blockus

7M Downloads

White oak saplings and leaves 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 saplings and leaves are in the 'Decoration Blocks' item group, white oak saplings and leaves are in the 'Building Blocks (Blockus)' item group:

White oak saplings and leaves in the 'Building Blocks (Blockus)' item group

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

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

commented

Fixed here: 3d5ebb3