summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cross_tall_down.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/cross_tall_down.json')
-rwxr-xr-xassets/minecraft/models/block/cross_tall_down.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cross_tall_down.json b/assets/minecraft/models/block/cross_tall_down.json
new file mode 100755
index 00000000..ac225213
--- /dev/null
+++ b/assets/minecraft/models/block/cross_tall_down.json
@@ -0,0 +1,29 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "particle": "#cross",
5 "cross": "#cross"
6 },
7 "elements": [
8 {
9 "from": [8, -16, 0.8],
10 "to": [8, 16, 15.2],
11 "shade": false,
12 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": false},
13 "faces": {
14 "east": {"uv": [0, 0, 16, 16], "texture": "#cross"},
15 "west": {"uv": [0, 0, 16, 16], "texture": "#cross"}
16 }
17 },
18 {
19 "from": [0.8, -16, 8],
20 "to": [15.2, 16, 8],
21 "shade": false,
22 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": false},
23 "faces": {
24 "north": {"uv": [0, 0, 16, 16], "texture": "#cross"},
25 "south": {"uv": [0, 0, 16, 16], "texture": "#cross"}
26 }
27 }
28 ]
29} \ No newline at end of file