diff options
Diffstat (limited to 'assets/minecraft/models/block/rail_up.json')
| -rwxr-xr-x | assets/minecraft/models/block/rail_up.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/rail_up.json b/assets/minecraft/models/block/rail_up.json new file mode 100755 index 00000000..1418db1d --- /dev/null +++ b/assets/minecraft/models/block/rail_up.json | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "0": "block/rail_3d", | ||
| 5 | "particle": "block/air" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [1.99, -0.6, -8.1], | ||
| 10 | "to": [14.01, 1.4, 14.9], | ||
| 11 | "rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 16]}, | ||
| 12 | "faces": { | ||
| 13 | "east": {"uv": [6, 0, 7, 8], "rotation": 90, "texture": "#0"}, | ||
| 14 | "west": {"uv": [1, 0, 2, 8], "rotation": 270, "texture": "#0"}, | ||
| 15 | "up": {"uv": [1, 0, 7, 8], "texture": "#0"}, | ||
| 16 | "down": {"uv": [1, 8, 7, 16], "texture": "#0", "cullface": "down"} | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [12.01, -0.6, -8.1], | ||
| 21 | "to": [3.99, 1.4, 14.9], | ||
| 22 | "rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 16]}, | ||
| 23 | "faces": { | ||
| 24 | "east": {"uv": [1.5, 8, 2.5, 16], "rotation": 90, "texture": "#0"}, | ||
| 25 | "west": {"uv": [5.5, 8, 6.5, 16], "rotation": 270, "texture": "#0"} | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "from": [0, 0.4, -7.1], | ||
| 30 | "to": [16, 0.4, 13.9], | ||
| 31 | "rotation": {"angle": 45, "axis": "x", "origin": [0, 0, 16]}, | ||
| 32 | "faces": { | ||
| 33 | "up": {"uv": [8, 0, 16, 8], "texture": "#0"}, | ||
| 34 | "down": {"uv": [8, 0, 16, 8], "texture": "#0", "cullface": "down"} | ||
| 35 | } | ||
| 36 | } | ||
| 37 | ] | ||
| 38 | } \ No newline at end of file | ||