Files
BetterLeavesLite/assets/chipped/models/block/frosted_acacia_leaves2.json
Martin Prokoph 819e402eac feat: allow overriding top and bottom model textures
- Used for Snowy Northland leaves (Eternal Starlight) and Frosted Leaves (Chipped)
2025-07-17 16:07:31 +02:00

8 lines
236 B
JSON

{
"parent": "betterleaves:block/leaves2",
"textures": {
"all": "chipped:block/acacia_leaves/frosted_acacia_leaves",
"top": "chipped:block/acacia_leaves/frosted_acacia_leaves_top",
"bottom": "#top"
}
}