diff options
Diffstat (limited to 'assets/minecraft/models/block/template_candle.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_candle.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_candle.json b/assets/minecraft/models/block/template_candle.json new file mode 100755 index 00000000..6d5a9412 --- /dev/null +++ b/assets/minecraft/models/block/template_candle.json | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "particle": "block/air", | ||
| 6 | "all": "block/candle" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [7.5, 6.25, 8], | ||
| 11 | "to": [8.5, 9.25, 8], | ||
| 12 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 6, 8]}, | ||
| 13 | "faces": { | ||
| 14 | "north": {"uv": [0, 3, 1, 6], "texture": "#all"}, | ||
| 15 | "south": {"uv": [0, 3, 1, 6], "texture": "#all"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [7, 0, 7], | ||
| 20 | "to": [9, 6, 9], | ||
| 21 | "faces": { | ||
| 22 | "north": {"uv": [0, 8, 2, 14], "texture": "#all"}, | ||
| 23 | "east": {"uv": [2, 8, 0, 14], "texture": "#all"}, | ||
| 24 | "south": {"uv": [0, 8, 2, 14], "texture": "#all"}, | ||
| 25 | "west": {"uv": [2, 8, 0, 14], "texture": "#all"}, | ||
| 26 | "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} | ||
| 27 | } | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "from": [6.75, 2.5, 6.75], | ||
| 31 | "to": [9.25, 6.25, 9.25], | ||
| 32 | "faces": { | ||
| 33 | "north": {"uv": [5, 6, 7, 9], "texture": "#all"}, | ||
| 34 | "east": {"uv": [3, 6, 5, 9], "texture": "#all"}, | ||
| 35 | "south": {"uv": [5, 6, 7, 9], "texture": "#all"}, | ||
| 36 | "west": {"uv": [3, 6, 5, 9], "texture": "#all"}, | ||
| 37 | "up": {"uv": [0, 6, 2, 8], "texture": "#all"} | ||
| 38 | } | ||
| 39 | } | ||
| 40 | ] | ||
| 41 | } \ No newline at end of file | ||