Skip to content

Commit

Permalink
credit vox & inventory sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Jan 9, 2025
1 parent 7904315 commit ae1f231
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ public static void init() {
addAfterInNaturalBlocks(Items.WARPED_FUNGUS, WWBlocks.CRIMSON_SHELF_FUNGI);
addAfterInNaturalBlocks(WWBlocks.CRIMSON_SHELF_FUNGI, WWBlocks.WARPED_SHELF_FUNGI);

// PALE MUSHROOMS
addAfterInNaturalBlocks(Items.RED_MUSHROOM_BLOCK, WWBlocks.PALE_MUSHROOM_BLOCK);
addAfterInNaturalBlocks(Items.RED_MUSHROOM, WWBlocks.PALE_MUSHROOM);
addAfterInNaturalBlocks(WWBlocks.RED_SHELF_FUNGI, WWBlocks.PALE_SHELF_FUNGI);

// SPONGE
addAfterInNaturalBlocks(Items.WET_SPONGE, WWBlocks.SPONGE_BUD);

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ voxelotl:
- Crimson and Warped Shelf Fungi textures.
- New falling leaf textures in 3.0.9.
- Moobloom textures.
- Pale Mushroom and Huge Pale Mushroom concept.
- Pale Mushroom, Huge Pale Mushroom, and Pale Shelf Fungi textures.

LudoCrypt:
- New Forest and Mesoglea Caves music.
Expand Down

0 comments on commit ae1f231

Please sign in to comment.