Skip to content

Commit

Permalink
v1.7 - add missing blocks to blocks tab
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Mar 14, 2024
1 parent d38312a commit 2b12c6a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,14 @@ public void fillItemList(NonNullList<ItemStack> items) {
items.add(GarnishedItems.NUT_SIGN.asStack());
items.add(GarnishedItems.NUT_BOAT.asStack());

items.add(GarnishedBlocks.MASTIC_BLOCK.asStack());
items.add(GarnishedBlocks.RED_MASTIC_BLOCK.asStack());
items.add(GarnishedBlocks.ORANGE_MASTIC_BLOCK.asStack());
items.add(GarnishedBlocks.YELLOW_MASTIC_BLOCK.asStack());
items.add(GarnishedBlocks.GREEN_MASTIC_BLOCK.asStack());
items.add(GarnishedBlocks.BLUE_MASTIC_BLOCK.asStack());
items.add(GarnishedBlocks.PURPLE_MASTIC_BLOCK.asStack());

items.add(GarnishedBlocks.ABYSSAL_STONE.asStack());
items.add(GarnishedBlocks.ABYSSAL_STONE_SLAB.asStack());
items.add(GarnishedBlocks.ABYSSAL_STONE_STAIRS.asStack());
Expand Down

0 comments on commit 2b12c6a

Please sign in to comment.