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/leaves1",
|
||||
"textures": {
|
||||
"all": "chipped:block/oak_leaves/frosted_oak_leaves"
|
||||
"all": "chipped:block/oak_leaves/frosted_oak_leaves",
|
||||
"top": "chipped:block/oak_leaves/frosted_oak_leaves_top",
|
||||
"bottom": "#top"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user