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