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
This commit is contained in:
Martin Prokoph
2025-03-14 15:31:47 +01:00
parent 9a53699677
commit 723e8d2bc7
28 changed files with 374 additions and 273 deletions

View File

@@ -0,0 +1,5 @@
{
"blockStateData": {
"state": "half=bottom"
}
}

View File

@@ -0,0 +1,10 @@
{
"blockStateData": {
"block": "environmental:blue_wisteria_leaves",
"state": "half=top"
},
"textureStitching": {
"1-3": "environmental:block/wisteria_leaves",
"7-9": "environmental:block/blue_wisteria_leaves"
}
}

View File

@@ -0,0 +1,5 @@
{
"blockStateData": {
"state": "half=bottom"
}
}

View File

@@ -0,0 +1,10 @@
{
"blockStateData": {
"block": "environmental:pink_wisteria_leaves",
"state": "half=top"
},
"textureStitching": {
"1-3": "environmental:block/wisteria_leaves",
"7-9": "environmental:block/pink_wisteria_leaves"
}
}

View File

@@ -0,0 +1,5 @@
{
"blockStateData": {
"state": "half=bottom"
}
}

View File

@@ -0,0 +1,10 @@
{
"blockStateData": {
"block": "environmental:purple_wisteria_leaves",
"state": "half=top"
},
"textureStitching": {
"1-3": "environmental:block/wisteria_leaves",
"7-9": "environmental:block/purple_wisteria_leaves"
}
}

View File

@@ -0,0 +1,5 @@
{
"blockStateData": {
"state": "half=bottom"
}
}

View File

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