summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/iron_bars_t.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/iron_bars_t.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/iron_bars_t.json')
-rwxr-xr-xassets/minecraft/models/block/iron_bars_t.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/iron_bars_t.json b/assets/minecraft/models/block/iron_bars_t.json
new file mode 100755
index 00000000..fd6a9744
--- /dev/null
+++ b/assets/minecraft/models/block/iron_bars_t.json
@@ -0,0 +1,42 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "0": "block/iron_bars",
5 "1": "block/iron_bars_top",
6 "particle": "block/iron_bars"
7 },
8 "elements": [
9 {
10 "from": [8, 0, 8],
11 "to": [16, 16, 8],
12 "faces": {
13 "north": {"uv": [0, 0, 8, 16], "texture": "#0"},
14 "south": {"uv": [8, 0, 16, 16], "texture": "#0"}
15 }
16 },
17 {
18 "from": [9, 0, 7],
19 "to": [16, 16, 9],
20 "faces": {
21 "up": {"uv": [9, 0, 7, 7], "rotation": 90, "texture": "#1", "cullface": "up"},
22 "down": {"uv": [9, 9, 7, 16], "rotation": 270, "texture": "#1", "cullface": "down"}
23 }
24 },
25 {
26 "from": [7, 0, 0],
27 "to": [9, 16, 16],
28 "faces": {
29 "up": {"uv": [7, 0, 9, 16], "texture": "#1", "cullface": "up"},
30 "down": {"uv": [7, 0, 9, 16], "texture": "#1", "cullface": "down"}
31 }
32 },
33 {
34 "from": [8, 0, 0],
35 "to": [8, 16, 16],
36 "faces": {
37 "east": {"uv": [0, 0, 16, 16], "texture": "#0"},
38 "west": {"uv": [0, 0, 16, 16], "texture": "#0"}
39 }
40 }
41 ]
42} \ No newline at end of file