Remove auto generated file

This commit is contained in:
DBotThePony 2021-08-31 19:44:02 +07:00
parent 387111ee64
commit f0fa1a2d35
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -1,39 +0,0 @@
{
"multipart": [
{
"when": {
"facing": "north"
},
"apply": {
"model": "overdrive_that_matters:block/drive_viewer"
}
},
{
"when": {
"facing": "south"
},
"apply": {
"model": "overdrive_that_matters:block/drive_viewer",
"y": 180
}
},
{
"when": {
"facing": "west"
},
"apply": {
"model": "overdrive_that_matters:block/drive_viewer",
"y": 270
}
},
{
"when": {
"facing": "east"
},
"apply": {
"model": "overdrive_that_matters:block/drive_viewer",
"y": 90
}
}
]
}