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