Skip to content

Commit

Permalink
Reorganize creative tab
Browse files Browse the repository at this point in the history
  • Loading branch information
a0a7 committed Aug 23, 2023
1 parent 4426e66 commit 0b00dd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ public class ModCreativeModeTabs {
pOutput.accept(ModItems.BRASS_WHISTLE.get());
pOutput.accept(ModItems.WOODEN_WHISTLE.get());
pOutput.accept(ModItems.EVANGELION_DISC.get());
pOutput.accept(ModBlocks.METAL_PILOT.get());
pOutput.accept(ModBlocks.ANDESITE_PILOT.get());
pOutput.accept(ModBlocks.BRASS_PILOT.get());
pOutput.accept(ModBlocks.COPPER_PILOT.get());
pOutput.accept(ModBlocks.METAL_PILOT.get());
pOutput.accept(ModBlocks.POLISHED_ANDESITE_PILOT.get());
pOutput.accept(ModBlocks.POLISHED_GRANITE_PILOT.get());
pOutput.accept(ModBlocks.POLISHED_DIORITE_PILOT.get());
Expand Down

0 comments on commit 0b00dd2

Please sign in to comment.