diff options
Diffstat (limited to 'assets/minecraft/models/block/template_fire_wall2.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_fire_wall2.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_fire_wall2.json b/assets/minecraft/models/block/template_fire_wall2.json new file mode 100755 index 00000000..4aff612d --- /dev/null +++ b/assets/minecraft/models/block/template_fire_wall2.json | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "texture_size": [16, 32], | ||
| 5 | "textures": { | ||
| 6 | "particle": "block/fire_block_0", | ||
| 7 | "fire": "block/fire_block_0" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "from": [0, 1, 0.5], | ||
| 12 | "to": [16, 23, 0.5], | ||
| 13 | "shade": false, | ||
| 14 | "rotation": {"angle": 0, "axis": "x", "origin": [0, 1, 0]}, | ||
| 15 | "faces": { | ||
| 16 | "north": {"uv": [16, 5, 0, 16], "texture": "#fire"}, | ||
| 17 | "south": {"uv": [16, 5, 0, 16], "texture": "#fire"} | ||
| 18 | } | ||
| 19 | } | ||
| 20 | ] | ||
| 21 | } \ No newline at end of file | ||