feat: allow overriding top and bottom model textures

- Used for Snowy Northland leaves (Eternal Starlight) and Frosted Leaves (Chipped)
This commit is contained in:
Martin Prokoph
2025-07-17 16:07:31 +02:00
parent 833e703f50
commit 819e402eac
58 changed files with 193 additions and 150 deletions

View File

@@ -1,6 +1,8 @@
{
"parent": "betterleaves:block/leaves1",
"textures": {
"all": "chipped:block/spruce_leaves/frosted_spruce_leaves"
"all": "chipped:block/spruce_leaves/frosted_spruce_leaves",
"top": "chipped:block/spruce_leaves/frosted_spruce_leaves_top",
"bottom": "#top"
}
}