Delete misplaced directories

This commit is contained in:
inventivetalent
2018-12-24 09:49:20 +01:00
parent 5f0fec3de7
commit 044148e94e
9193 changed files with 0 additions and 524704 deletions

View File

@@ -1,16 +0,0 @@
{
"variants": {
"face=floor,facing=east": { "model": "block/grindstone", "y": 90 },
"face=floor,facing=west": { "model": "block/grindstone", "y": 270 },
"face=floor,facing=south": { "model": "block/grindstone", "y": 180 },
"face=floor,facing=north": { "model": "block/grindstone" },
"face=wall,facing=east": { "model": "block/grindstone", "x": 90, "y": 90 },
"face=wall,facing=west": { "model": "block/grindstone", "x": 90, "y": 270 },
"face=wall,facing=south": { "model": "block/grindstone", "x": 90, "y": 180 },
"face=wall,facing=north": { "model": "block/grindstone", "x": 90 },
"face=ceiling,facing=east": { "model": "block/grindstone", "x": 180, "y": 270 },
"face=ceiling,facing=west": { "model": "block/grindstone", "x": 180, "y": 90 },
"face=ceiling,facing=south": { "model": "block/grindstone", "x": 180 },
"face=ceiling,facing=north": { "model": "block/grindstone", "x": 180, "y": 180 }
}
}