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,99 +0,0 @@
{
"parent": "block/block",
"textures": {
"particle": "block/scaffolding_top",
"top": "block/scaffolding_top",
"side": "block/scaffolding_side",
"bottom": "block/scaffolding_bottom"
},
"elements": [
{
"from": [0, 15.99, 0],
"to": [16, 16, 16],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#top", "uv": [0, 16, 16, 0] }
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 2],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [0, 0, 14],
"to": [2, 16, 16],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [14, 0, 14],
"to": [16, 16, 16],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 2],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [2, 14, 0],
"to": [14, 16, 2],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side" },
"down": { "texture": "#bottom" }
}
},
{
"from": [2, 14, 14],
"to": [14, 16, 16],
"faces": {
"north": { "texture": "#side", "uv": [14, 0, 2, 2] },
"south": { "texture": "#side", "cullface": "south" },
"down": { "texture": "#bottom" }
}
},
{
"from": [14, 14, 2],
"to": [16, 16, 14],
"faces": {
"east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" },
"west": { "texture": "#side", "uv": [14, 0, 2, 2] },
"down": { "texture": "#bottom" }
}
},
{
"from": [0, 14, 2],
"to": [2, 16, 14],
"faces": {
"east": { "texture": "#side" },
"west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" },
"down": { "texture": "#bottom" }
}
}
]
}