mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
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:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"blockStateData": {
|
||||
"state": "half=bottom"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"blockStateData": {
|
||||
"state": "half=bottom"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"blockStateData": {
|
||||
"state": "half=bottom"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"blockStateData": {
|
||||
"state": "half=bottom"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user