summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/cube.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/blockstates/cube.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/cube.json')
-rwxr-xr-xassets/minecraft/blockstates/cube.json16
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}