mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-16 12:35:08 +01:00
feat: allow overriding top and bottom model textures
- Used for Snowy Northland leaves (Eternal Starlight) and Frosted Leaves (Chipped)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "eternal_starlight:block/northland_leaves_snowy"
|
||||
"all": "eternal_starlight:block/northland_leaves_snowy",
|
||||
"top": "minecraft:block/snow",
|
||||
"bottom": "eternal_starlight:block/northland_leaves"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user