Skip to content

Commit

Permalink
Fixed pine leaves model
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Dec 21, 2024
1 parent 16f5b31 commit d0e3d68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.4 2024-12-21T12:41:23.6761638 Model Definitions
// 1.21.4 2024-12-21T12:47:09.2607915 Model Definitions
3670b788e3f8e8154db2b0cb2a4eec8d1d92ce02 assets/biomesoplenty/blockstates/black_sandstone.json
b7e71e9e2c45918de279dba69073d21fc4da8c34 assets/biomesoplenty/blockstates/black_sandstone_slab.json
99a0b068818dd6a10909ea477064d05f752ddcfb assets/biomesoplenty/blockstates/black_sandstone_stairs.json
Expand Down Expand Up @@ -1144,7 +1144,7 @@ a242753065b71d93b0eb76a5ba836c2b77862bd5 assets/biomesoplenty/models/block/pine_
558215ae93414977d593ab82a3cd413f1cc64efb assets/biomesoplenty/models/block/pine_fence_post.json
b207ed3d9ff03bfd7a67c2fab4f5fd5f98a2733b assets/biomesoplenty/models/block/pine_fence_side.json
d8c706d163f2313579bb4dc03a9adc5cdad638c2 assets/biomesoplenty/models/block/pine_hanging_sign.json
97785d6d3818688a31f3924cbb18e03a791ff43a assets/biomesoplenty/models/block/pine_leaves.json
d6eb6b8118554583ad8627e948de9c03c3c6ee32 assets/biomesoplenty/models/block/pine_leaves.json
a8cd2b46fca74932fc63afbbbc1d92dce9bea080 assets/biomesoplenty/models/block/pine_log.json
4ab775c391bb070d5a60a3b7512762655f6d37c0 assets/biomesoplenty/models/block/pine_log_horizontal.json
572f321b1950b1813e96e24a36c16df59e2b9060 assets/biomesoplenty/models/block/pine_planks.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"parent": "minecraft:block/leaves",
"parent": "biomesoplenty:block/leaves_overlay",
"textures": {
"all": "biomesoplenty:block/pine_leaves"
"layer0": "biomesoplenty:block/pine_leaves",
"layer1": "biomesoplenty:block/pine_leaves_overlay"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void run()
this.woodProvider(BOPBlocks.PINE_LOG).logWithHorizontal(BOPBlocks.PINE_LOG).wood(BOPBlocks.PINE_WOOD);
this.woodProvider(BOPBlocks.STRIPPED_PINE_LOG).logWithHorizontal(BOPBlocks.STRIPPED_PINE_LOG).wood(BOPBlocks.STRIPPED_PINE_WOOD);
this.createHangingSign(BOPBlocks.STRIPPED_PINE_LOG, BOPBlocks.PINE_HANGING_SIGN, BOPBlocks.PINE_WALL_HANGING_SIGN);
this.createTintedLeaves(BOPBlocks.PINE_LEAVES, TexturedModel.LEAVES, FoliageColor.FOLIAGE_DEFAULT);
this.createLeavesOverlay(BOPBlocks.PINE_LEAVES, FoliageColor.FOLIAGE_DEFAULT);
this.createPlantWithDefaultItem(BOPBlocks.PINE_SAPLING, BOPBlocks.POTTED_PINE_SAPLING, BlockModelGenerators.PlantType.NOT_TINTED);

// Maple
Expand Down

0 comments on commit d0e3d68

Please sign in to comment.