diff options
Diffstat (limited to 'assets/minecraft/models/block/rail_corner2.json')
| -rwxr-xr-x | assets/minecraft/models/block/rail_corner2.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/rail_corner2.json b/assets/minecraft/models/block/rail_corner2.json new file mode 100755 index 00000000..a7ebfe3d --- /dev/null +++ b/assets/minecraft/models/block/rail_corner2.json | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "0": "block/rail_3d", | ||
| 6 | "particle": "block/air" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [-4.65, 1.1, 9.2], | ||
| 11 | "to": [4.65, 1.1, 24.7], | ||
| 12 | "rotation": {"angle": 45, "axis": "y", "origin": [0, 0.1, 0]}, | ||
| 13 | "faces": { | ||
| 14 | "up": {"uv": [8, 0.5, 16, 5.5], "rotation": 90, "texture": "#0"}, | ||
| 15 | "down": {"uv": [8, 0.5, 16, 5.5], "rotation": 270, "texture": "#0", "cullface": "down"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [0.4, 0.15, -3.9], | ||
| 20 | "to": [2.4, 2.15, 16.1], | ||
| 21 | "rotation": {"angle": -45, "axis": "y", "origin": [2, 0.1, 16]}, | ||
| 22 | "faces": { | ||
| 23 | "east": {"uv": [1, 6, 2, 16], "rotation": 90, "texture": "#0"}, | ||
| 24 | "west": {"uv": [2, 6, 1, 16], "rotation": 270, "texture": "#0"}, | ||
| 25 | "up": {"uv": [1, 6, 2, 16], "texture": "#0"}, | ||
| 26 | "down": {"uv": [1, 6, 2, 16], "texture": "#0", "cullface": "down"} | ||
| 27 | } | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "from": [13, 0.1, 9.2], | ||
| 31 | "to": [15, 2.1, 17.1], | ||
| 32 | "rotation": {"angle": -45, "axis": "y", "origin": [12, 0.1, 16]}, | ||
| 33 | "faces": { | ||
| 34 | "east": {"uv": [6, 8.25, 7, 11.75], "rotation": 270, "texture": "#0"}, | ||
| 35 | "west": {"uv": [7, 8.25, 6, 11.75], "rotation": 90, "texture": "#0"}, | ||
| 36 | "up": {"uv": [6, 11.75, 7, 8.25], "texture": "#0"}, | ||
| 37 | "down": {"uv": [6, 11.75, 7, 8.25], "texture": "#0", "cullface": "down"} | ||
| 38 | } | ||
| 39 | } | ||
| 40 | ], | ||
| 41 | "groups": [ | ||
| 42 | { | ||
| 43 | "name": "rail", | ||
| 44 | "origin": [8, 8, 8], | ||
| 45 | "color": 0, | ||
| 46 | "children": [0, 1, 2] | ||
| 47 | } | ||
| 48 | ] | ||
| 49 | } \ No newline at end of file | ||