textures work now lol

This commit is contained in:
2021-05-07 15:05:20 -04:00
parent 6beb4911ac
commit 855ec86383
4 changed files with 47 additions and 53 deletions
@@ -4,10 +4,10 @@
"when": {
"OR": [
{
"south": "none",
"north": "none",
"west": "none",
"east": "none"
"south": "none|broke",
"north": "none|broke",
"west": "none|broke",
"east": "none|broke"
},
{
"north": "side|up",
@@ -39,9 +39,9 @@
},
{
"south": "side|up",
"north": "none",
"west": "none",
"east": "none"
"north": "none|broke",
"west": "none|broke",
"east": "none|broke"
}
]
},
@@ -56,10 +56,16 @@
"south": "side|up"
},
{
"south": "none",
"south": "none|broke",
"north": "side|up",
"west": "none",
"east": "none"
"west": "none|broke",
"east": "none|broke"
},
{
"south": "broke",
"north": "side|up",
"west": "broke",
"east": "broke"
}
]
},
@@ -74,10 +80,16 @@
"east": "side|up"
},
{
"south": "none",
"north": "none",
"south": "none|broke",
"north": "none|broke",
"west": "side|up",
"east": "none"
"east": "none|broke"
},
{
"south": "broke",
"north": "broke",
"west": "side|up",
"east": "broke"
}
]
},
@@ -93,9 +105,15 @@
"west": "side|up"
},
{
"south": "none",
"north": "none",
"west": "none",
"south": "none|broke",
"north": "none|broke",
"west": "none|broke",
"east": "side|up"
},
{
"south": "broke",
"north": "broke",
"west": "broke",
"east": "side|up"
}
]