Files
BetterLeavesLite/input/assets/environmental/textures/block/white_wisteria_leaves_top.betterleaves.json
Martin Prokoph 723e8d2bc7 compat: Environmental colored wisteria leaves
- 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
2025-03-14 15:31:47 +01:00

10 lines
266 B
JSON

{
"blockStateData": {
"block": "environmental:white_wisteria_leaves",
"state": "half=top"
},
"textureStitching": {
"1-3": "environmental:block/wisteria_leaves",
"7-9": "environmental:block/white_wisteria_leaves"
}
}