Skip to content

Commit

Permalink
added soundproof glass to the creative mode tab
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJumper committed Aug 4, 2024
1 parent 44f7058 commit 51293d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public static void buildCreativeTab(BuildCreativeModeTabContentsEvent event) {
event.accept(DDBlocks.GLOOMY_GEYSER);
event.accept(DDBlocks.CRYSTALLIZED_AMBER);
event.accept(DDBlocks.SCULK_GLEAM);
event.accept(DDBlocks.SOUNDPROOF_GLASS);

event.accept(DDBlocks.SCULK_STONE_COAL_ORE);
event.accept(DDBlocks.SCULK_STONE_IRON_ORE);
Expand Down

0 comments on commit 51293d2

Please sign in to comment.