summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_fire_top.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/template_fire_top.json')
-rwxr-xr-xassets/minecraft/models/block/template_fire_top.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_fire_top.json b/assets/minecraft/models/block/template_fire_top.json
new file mode 100755
index 00000000..d2b36c6c
--- /dev/null
+++ b/assets/minecraft/models/block/template_fire_top.json
@@ -0,0 +1,29 @@
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": [-6, 16, 0],
12 "to": [16, 16, 16],
13 "shade": false,
14 "rotation": {"angle": 22.5, "axis": "z", "origin": [16, 16, 8], "rescale": true},
15 "faces": {
16 "down": {"uv": [0, 5, 16, 16], "rotation": 270, "texture": "#fire"}
17 }
18 },
19 {
20 "from": [0, 16, 0],
21 "to": [22, 16, 16],
22 "shade": false,
23 "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 16, 8], "rescale": true},
24 "faces": {
25 "down": {"uv": [0, 5, 16, 16], "rotation": 90, "texture": "#fire"}
26 }
27 }
28 ]
29} \ No newline at end of file