summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cross_very_tall.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/models/block/cross_very_tall.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/cross_very_tall.json')
-rwxr-xr-xassets/minecraft/models/block/cross_very_tall.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cross_very_tall.json b/assets/minecraft/models/block/cross_very_tall.json
new file mode 100755
index 00000000..e5dfe705
--- /dev/null
+++ b/assets/minecraft/models/block/cross_very_tall.json
@@ -0,0 +1,28 @@
1{ "ambientocclusion": false,
2 "textures": {
3 "particle": "#cross",
4 "cross": "#cross"
5 },
6 "elements": [
7 {
8 "from": [0.8, -16, 8],
9 "to": [15.2, 32, 8],
10 "shade": false,
11 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": false},
12 "faces": {
13 "north": {"uv": [0, 0, 5.3333, 16], "texture": "#cross"},
14 "south": {"uv": [0, 0, 5.3333, 16], "texture": "#cross"}
15 }
16 },
17 {
18 "from": [8, -16, 0.8],
19 "to": [8, 32, 15.2],
20 "shade": false,
21 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": false},
22 "faces": {
23 "east": {"uv": [0, 0, 5.3333, 16], "texture": "#cross"},
24 "west": {"uv": [0, 0, 5.3333, 16], "texture": "#cross"}
25 }
26 }
27 ]
28} \ No newline at end of file