Skip to content

Commit

Permalink
optimize facade blockstate file, thanks carter
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas committed Aug 25, 2023
1 parent 5e008e3 commit b7bc7a3
Showing 1 changed file with 1 addition and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@
"north": "true"
}
},
{
"apply": {
"model": "{model}"
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "{model}",
Expand All @@ -31,21 +18,6 @@
"east": "true"
}
},
{
"apply": {
"model": "{model}",
"uvlock": true,
"y": 90
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "{model}",
Expand All @@ -56,21 +28,6 @@
"south": "true"
}
},
{
"apply": {
"model": "{model}",
"uvlock": true,
"y": 180
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "{model}",
Expand All @@ -81,21 +38,6 @@
"west": "true"
}
},
{
"apply": {
"model": "{model}",
"uvlock": true,
"y": 270
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "{model}",
Expand All @@ -106,21 +48,6 @@
"up": "true"
}
},
{
"apply": {
"model": "{model}",
"uvlock": true,
"x": 270
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "{model}",
Expand All @@ -134,8 +61,7 @@
{
"apply": {
"model": "{model}",
"uvlock": true,
"x": 90
"uvlock": true
},
"when": {
"down": "false",
Expand Down

0 comments on commit b7bc7a3

Please sign in to comment.