Skip to content

Commit

Permalink
Update WWCreativeInventorySorting.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Feb 18, 2025
1 parent 7eeaaa9 commit dee0c73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ public static void init() {
addAfterInNaturalBlocks(Items.LARGE_FERN, WWBlocks.FROZEN_TALL_GRASS);
addAfterInNaturalBlocks(WWBlocks.FROZEN_TALL_GRASS, WWBlocks.FROZEN_LARGE_FERN);

// MYCELIUM
addAfterInNaturalBlocks(Items.FERN, WWBlocks.CLOVERS);
addBeforeInNaturalBlocks(Items.DEAD_BUSH, WWBlocks.MYCELIUM_GROWTH);

addBeforeInNaturalBlocks(Items.CRIMSON_ROOTS, WWBlocks.MYCELIUM_GROWTH);

// SHELF FUNGI
addAfterInNaturalBlocks(Items.RED_MUSHROOM, WWBlocks.BROWN_SHELF_FUNGI);
Expand Down

0 comments on commit dee0c73

Please sign in to comment.