diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/rail_corner.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/rail_corner.json')
| -rwxr-xr-x | assets/minecraft/models/block/rail_corner.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/rail_corner.json b/assets/minecraft/models/block/rail_corner.json new file mode 100755 index 00000000..a503eb55 --- /dev/null +++ b/assets/minecraft/models/block/rail_corner.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, 0.9, 9.2], | ||
| 11 | "to": [4.65, 0.9, 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.05, -3.9], | ||
| 20 | "to": [2.4, 1.95, 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, 1.9, 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 | ||