diff options
Diffstat (limited to 'assets/minecraft/blockstates/cube.json')
| -rwxr-xr-x | assets/minecraft/blockstates/cube.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/cube.json b/assets/minecraft/blockstates/cube.json new file mode 100755 index 00000000..1b9780b4 --- /dev/null +++ b/assets/minecraft/blockstates/cube.json | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "elements": [ | ||
| 4 | { "from": [ 0, 0, 0 ], | ||
| 5 | "to": [ 16, 16, 16 ], | ||
| 6 | "faces": { | ||
| 7 | "down": { "texture": "#down", "cullface": "down" }, | ||
| 8 | "up": { "texture": "#up", "cullface": "up" }, | ||
| 9 | "north": { "texture": "#north", "cullface": "north" }, | ||
| 10 | "south": { "texture": "#south", "cullface": "south" }, | ||
| 11 | "west": { "texture": "#west", "cullface": "west" }, | ||
| 12 | "east": { "texture": "#east", "cullface": "east" } | ||
| 13 | } | ||
| 14 | } | ||
| 15 | ] | ||
| 16 | } | ||