Skip to content

Commit

Permalink
Update WWModelProvider.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Feb 1, 2025
1 parent d7d2622 commit 822c941
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ public void generateBlockStateModels(@NotNull BlockModelGenerators generator) {
generator.createTrivialBlock(WWBlocks.YELLOW_MAPLE_LEAVES, TexturedModel.LEAVES);
generator.createTrivialBlock(WWBlocks.ORANGE_MAPLE_LEAVES, TexturedModel.LEAVES);
generator.createTrivialBlock(WWBlocks.RED_MAPLE_LEAVES, TexturedModel.LEAVES);



generator.family(WWBlocks.GABBRO).generateFor(WWBlocks.FAMILY_GABBRO);
generator.family(WWBlocks.POLISHED_GABBRO).generateFor(WWBlocks.FAMILY_POLISHED_GABBRO);
generator.family(WWBlocks.GABBRO_BRICKS).generateFor(WWBlocks.FAMILY_GABBRO_BRICK);
Expand Down

0 comments on commit 822c941

Please sign in to comment.