Skip to content

Commit

Permalink
Improved high grass/watergrass item textures, prevented potted tiny c…
Browse files Browse the repository at this point in the history
…actus from appearing in the creative mode inventory
  • Loading branch information
Forstride committed Nov 26, 2023
1 parent a3f7019 commit 6e8702e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/biomesoplenty/init/ModCreativeTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public class ModCreativeTab
BOPBlocks.POTTED_PALM_SAPLING, BOPBlocks.POTTED_WILLOW_SAPLING, BOPBlocks.POTTED_DEAD_SAPLING, BOPBlocks.POTTED_MAGIC_SAPLING,
BOPBlocks.POTTED_UMBRAN_SAPLING, BOPBlocks.POTTED_HELLBARK_SAPLING, BOPBlocks.POTTED_ROSE, BOPBlocks.POTTED_VIOLET, BOPBlocks.POTTED_LAVENDER,
BOPBlocks.POTTED_WILDFLOWER, BOPBlocks.POTTED_ORANGE_COSMOS, BOPBlocks.POTTED_PINK_DAFFODIL, BOPBlocks.POTTED_PINK_HIBISCUS, BOPBlocks.POTTED_GLOWFLOWER,
BOPBlocks.POTTED_WILTED_LILY, BOPBlocks.POTTED_BURNING_BLOSSOM, BOPBlocks.POTTED_SPROUT, BOPBlocks.POTTED_TOADSTOOL, BOPBlocks.POTTED_GLOWSHROOM);
BOPBlocks.POTTED_WILTED_LILY, BOPBlocks.POTTED_BURNING_BLOSSOM, BOPBlocks.POTTED_SPROUT, BOPBlocks.POTTED_TINY_CACTUS, BOPBlocks.POTTED_TOADSTOOL,
BOPBlocks.POTTED_GLOWSHROOM);

public static void setup()
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e8702e

Please sign in to comment.