mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-16 12:35:08 +01:00
compat: complete Twilight Forest support
This commit is contained in:
6
base/assets/twilightforest/models/block/dark_leaves.json
Normal file
6
base/assets/twilightforest/models/block/dark_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/leaves_regular",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/darkwood_leaves"
|
||||
}
|
||||
}
|
||||
10
base/assets/twilightforest/models/block/giant_leaves.json
Normal file
10
base/assets/twilightforest/models/block/giant_leaves.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"loader": "twilightforest:giant_block",
|
||||
"parent_block": "minecraft:oak_leaves",
|
||||
"render_type": "minecraft:cutout_mipped",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/oak_leaves_regular",
|
||||
"particle": "twilightforest:block/oak_leaves_regular"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/leaves_regular",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/darkwood_leaves"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user