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
10 lines
264 B
JSON
10 lines
264 B
JSON
{
|
|
"blockStateData": {
|
|
"block": "environmental:blue_wisteria_leaves",
|
|
"state": "half=top"
|
|
},
|
|
"textureStitching": {
|
|
"1-3": "environmental:block/wisteria_leaves",
|
|
"7-9": "environmental:block/blue_wisteria_leaves"
|
|
}
|
|
} |