summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/iron_bars_end.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_end.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/iron_bars_end.json')
-rwxr-xr-xassets/minecraft/models/block/iron_bars_end.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/iron_bars_end.json b/assets/minecraft/models/block/iron_bars_end.json
new file mode 100755
index 00000000..0bcb70dd
--- /dev/null
+++ b/assets/minecraft/models/block/iron_bars_end.json
@@ -0,0 +1,27 @@
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, 0],
11 "to": [8, 16, 9],
12 "faces": {
13 "east": {"uv": [7, 0, 16, 16], "texture": "#0"},
14 "west": {"uv": [0, 0, 9, 16], "texture": "#0"}
15 }
16 },
17 {
18 "from": [7, 0, 0],
19 "to": [9, 16, 9],
20 "faces": {
21 "south": {"uv": [7, 0, 9, 16], "texture": "#1"},
22 "up": {"uv": [7, 0, 9, 9], "texture": "#1", "cullface": "up"},
23 "down": {"uv": [7, 7, 9, 16], "texture": "#1", "cullface": "down"}
24 }
25 }
26 ]
27} \ No newline at end of file