summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/rail.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/item/rail.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/rail.json')
-rwxr-xr-xassets/minecraft/models/item/rail.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/rail.json b/assets/minecraft/models/item/rail.json
new file mode 100755
index 00000000..c0dac628
--- /dev/null
+++ b/assets/minecraft/models/item/rail.json
@@ -0,0 +1,58 @@
1{
2 "parent": "item/end_portal_frame",
3 "ambientocclusion": false,
4 "textures": {
5 "0": "block/rail_3d",
6 "1": "item/rail",
7 "particle": "block/rail"
8 },
9 "elements": [
10 {
11 "from": [0, 0, 8],
12 "to": [16, 16, 8],
13 "faces": {
14 "north": {"uv": [16, 0, 8, 8], "rotation": 180, "texture": "#0"},
15 "south": {"uv": [8, 0, 16, 8], "texture": "#0", "cullface": "down"}
16 }
17 },
18 {
19 "from": [2, 0, 7],
20 "to": [14, 16, 9],
21 "faces": {
22 "north": {"uv": [1, 0, 7, 8], "rotation": 180, "texture": "#0"},
23 "east": {"uv": [6, 0, 7, 8], "rotation": 180, "texture": "#0"},
24 "south": {"uv": [1, 8, 7, 16], "texture": "#0", "cullface": "down"},
25 "west": {"uv": [1, 0, 2, 8], "rotation": 180, "texture": "#0"},
26 "up": {"uv": [1, 0, 7, 1], "texture": "#0"}
27 }
28 },
29 {
30 "from": [12, 0, 7],
31 "to": [4, 16, 9],
32 "faces": {
33 "east": {"uv": [1.5, 8, 2.5, 16], "rotation": 180, "texture": "#0"},
34 "west": {"uv": [5.5, 8, 6.5, 16], "rotation": 180, "texture": "#0"}
35 }
36 },
37 {
38 "from": [6, 1, 6],
39 "to": [10, 1, 10],
40 "shade": false,
41 "faces": {
42 "down": {"uv": [0, 0, 16, 16], "texture": "#1"}
43 }
44 }
45 ],
46 "display": {
47 "firstperson_righthand": {
48 "rotation": [0, -36.5, 0],
49 "translation": [0, 3, 0],
50 "scale": [0.6, 0.6, 0.6]
51 },
52 "firstperson_lefthand": {
53 "rotation": [0, -36.5, 0],
54 "translation": [0, 3, 0],
55 "scale": [0.6, 0.6, 0.6]
56 }
57 }
58} \ No newline at end of file