Skip to content

Commit

Permalink
Update WWBlockRenderLayers.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Feb 3, 2025
1 parent 48673bc commit 7d3be73
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public static void init() {
renderLayerRegistry.putBlock(WWBlocks.MILKWEED, RenderType.cutout());
renderLayerRegistry.putBlock(WWBlocks.MARIGOLD, RenderType.cutout());
renderLayerRegistry.putBlock(WWBlocks.POTTED_MARIGOLD, RenderType.cutout());
renderLayerRegistry.putBlock(WWBlocks.WILDFLOWERS, RenderType.cutout());
renderLayerRegistry.putBlock(WWBlocks.POTTED_WILDFLOWERS, RenderType.cutout());
renderLayerRegistry.putBlock(WWBlocks.PASQUEFLOWER, RenderType.cutout());
renderLayerRegistry.putBlock(WWBlocks.POTTED_PASQUEFLOWER, RenderType.cutout());
renderLayerRegistry.putBlock(WWBlocks.POLLEN, RenderType.cutout());
Expand Down

0 comments on commit 7d3be73

Please sign in to comment.