summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/rail.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/rail.json')
-rwxr-xr-xassets/minecraft/models/block/rail.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/rail.json b/assets/minecraft/models/block/rail.json
new file mode 100755
index 00000000..6b0e419c
--- /dev/null
+++ b/assets/minecraft/models/block/rail.json
@@ -0,0 +1,35 @@
1{
2 "credit": "Made with Blockbench",
3 "textures": {
4 "0": "block/rail_3d",
5 "particle": "block/air"
6 },
7 "elements": [
8 {
9 "from": [0, 1, 0],
10 "to": [16, 1, 16],
11 "faces": {
12 "up": {"uv": [8, 0, 16, 8], "texture": "#0"},
13 "down": {"uv": [8, 0, 16, 8], "texture": "#0", "cullface": "down"}
14 }
15 },
16 {
17 "from": [2, 0, 0],
18 "to": [14, 2, 16],
19 "faces": {
20 "east": {"uv": [7, 0, 6, 8], "rotation": 90, "texture": "#0"},
21 "west": {"uv": [2, 0, 1, 8], "rotation": 270, "texture": "#0"},
22 "up": {"uv": [1, 0, 7, 8], "texture": "#0"},
23 "down": {"uv": [1, 8, 7, 16], "texture": "#0", "cullface": "down"}
24 }
25 },
26 {
27 "from": [12, 0, 0],
28 "to": [4, 2, 16],
29 "faces": {
30 "east": {"uv": [1.5, 8, 2.5, 16], "rotation": 90, "texture": "#0"},
31 "west": {"uv": [5.5, 8, 6.5, 16], "rotation": 270, "texture": "#0"}
32 }
33 }
34 ]
35} \ No newline at end of file