diff options
Diffstat (limited to 'assets/minecraft/models/block/iron_bars_corner.json')
| -rwxr-xr-x | assets/minecraft/models/block/iron_bars_corner.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/iron_bars_corner.json b/assets/minecraft/models/block/iron_bars_corner.json new file mode 100755 index 00000000..2a2a3cdd --- /dev/null +++ b/assets/minecraft/models/block/iron_bars_corner.json | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "0": "block/iron_bars2", | ||
| 6 | "1": "block/iron_bars_top", | ||
| 7 | "particle": "block/iron_bars2" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "from": [8, 0, 0], | ||
| 12 | "to": [8, 16, 11.315], | ||
| 13 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 0]}, | ||
| 14 | "faces": { | ||
| 15 | "east": {"uv": [2, 0, 14, 16], "texture": "#0"}, | ||
| 16 | "west": {"uv": [2, 0, 14, 16], "texture": "#0"} | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [7, 0, 0], | ||
| 21 | "to": [9, 16, 11.315], | ||
| 22 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 0]}, | ||
| 23 | "faces": { | ||
| 24 | "up": {"uv": [7, 2, 9, 14], "texture": "#1", "cullface": "up"}, | ||
| 25 | "down": {"uv": [7, 2, 9, 14], "texture": "#1", "cullface": "down"} | ||
| 26 | } | ||
| 27 | } | ||
| 28 | ] | ||
| 29 | } \ No newline at end of file | ||