summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/cube_mirrored.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_mirrored.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/cube_mirrored.json')
-rwxr-xr-xassets/minecraft/blockstates/cube_mirrored.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/cube_mirrored.json b/assets/minecraft/blockstates/cube_mirrored.json
new file mode 100755
index 00000000..38f44bda
--- /dev/null
+++ b/assets/minecraft/blockstates/cube_mirrored.json
@@ -0,0 +1,15 @@
1{
2 "elements": [
3 { "from": [ 0, 0, 0 ],
4 "to": [ 16, 16, 16 ],
5 "faces": {
6 "down": { "uv": [16, 0, 0, 16], "texture": "#down", "cullface": "down" },
7 "up": { "uv": [16, 0, 0, 16], "texture": "#up", "cullface": "up" },
8 "north": { "uv": [16, 0, 0, 16], "texture": "#north", "cullface": "north" },
9 "south": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" },
10 "west": { "uv": [16, 0, 0, 16], "texture": "#west", "cullface": "west" },
11 "east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" }
12 }
13 }
14 ]
15}