mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
- Uses a new per-texture configuration system that allows customizing block states - This system also allows defining the texture stitching layout, based on the following template: 1 2 3 4 5 6 7 8 9
128 lines
3.8 KiB
JSON
128 lines
3.8 KiB
JSON
{
|
|
"variants": {
|
|
"half=bottom": [
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves1"
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves1",
|
|
"y": 90
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves1",
|
|
"y": 180
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves1",
|
|
"y": 270
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves2"
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves2",
|
|
"y": 90
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves2",
|
|
"y": 180
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves2",
|
|
"y": 270
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves3"
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves3",
|
|
"y": 90
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves3",
|
|
"y": 180
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves3",
|
|
"y": 270
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves4"
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves4",
|
|
"y": 90
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves4",
|
|
"y": 180
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves4",
|
|
"y": 270
|
|
}
|
|
],
|
|
"half=top": [
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top1"
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top1",
|
|
"y": 90
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top1",
|
|
"y": 180
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top1",
|
|
"y": 270
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top2"
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top2",
|
|
"y": 90
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top2",
|
|
"y": 180
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top2",
|
|
"y": 270
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top3"
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top3",
|
|
"y": 90
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top3",
|
|
"y": 180
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top3",
|
|
"y": 270
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top4"
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top4",
|
|
"y": 90
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top4",
|
|
"y": 180
|
|
},
|
|
{
|
|
"model": "environmental:block/white_wisteria_leaves_top4",
|
|
"y": 270
|
|
}
|
|
]
|
|
}
|
|
} |