Files
BetterLeavesLite/assets/eternal_starlight/models/block/northland_leaves_snowy2.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": "eternal_starlight:block/northland_leaves_snowy",
"top": "minecraft:block/snow",
"bottom": "eternal_starlight:block/northland_leaves"
}
}