Skip to content

Commit

Permalink
Reorder creative tab
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiDragon committed May 15, 2023
1 parent 74f77f4 commit be31ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ private void registerItemGroup() {
entries.add(ModBlocks.DOUBLE_DRAWER);
entries.add(ModBlocks.QUAD_DRAWER);
entries.add(ModBlocks.CONNECTOR);
entries.add(ModBlocks.ACCESS_POINT);
entries.add(ModBlocks.SHADOW_DRAWER);
entries.add(ModBlocks.COMPACTING_DRAWER);
entries.add(ModBlocks.ACCESS_POINT);

entries.add(ModItems.T1_UPGRADE);
entries.add(ModItems.T2_UPGRADE);
Expand Down

0 comments on commit be31ea2

Please sign in to comment.