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/template_fire_bottom.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/template_fire_bottom.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_fire_bottom.json | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_fire_bottom.json b/assets/minecraft/models/block/template_fire_bottom.json new file mode 100755 index 00000000..fe74293f --- /dev/null +++ b/assets/minecraft/models/block/template_fire_bottom.json | |||
| @@ -0,0 +1,66 @@ | |||
| 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 | "fire2": "block/fire_block_1" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [11.25, 0, 0], | ||
| 13 | "to": [11.25, 22, 16], | ||
| 14 | "shade": false, | ||
| 15 | "rotation": {"angle": 22.5, "axis": "z", "origin": [11.25, 0, 8], "rescale": true}, | ||
| 16 | "faces": { | ||
| 17 | "east": {"uv": [0, 5, 16, 16], "texture": "#fire"} | ||
| 18 | } | ||
| 19 | }, | ||
| 20 | { | ||
| 21 | "from": [0, 0, 11.25], | ||
| 22 | "to": [16, 22, 11.25], | ||
| 23 | "shade": false, | ||
| 24 | "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 11.25], "rescale": true}, | ||
| 25 | "faces": { | ||
| 26 | "south": {"uv": [0, 5, 16, 16], "texture": "#fire2"} | ||
| 27 | } | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "from": [4.75, 0, 0], | ||
| 31 | "to": [4.75, 22, 16], | ||
| 32 | "shade": false, | ||
| 33 | "rotation": {"angle": -22.5, "axis": "z", "origin": [4.75, 0, 8], "rescale": true}, | ||
| 34 | "faces": { | ||
| 35 | "west": {"uv": [0, 5, 16, 16], "texture": "#fire"} | ||
| 36 | } | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "from": [0, 0, 4.75], | ||
| 40 | "to": [16, 22, 4.75], | ||
| 41 | "shade": false, | ||
| 42 | "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 4.75], "rescale": true}, | ||
| 43 | "faces": { | ||
| 44 | "north": {"uv": [0, 5, 16, 16], "texture": "#fire2"} | ||
| 45 | } | ||
| 46 | }, | ||
| 47 | { | ||
| 48 | "from": [0.25, 0, 0], | ||
| 49 | "to": [15.75, 22, 16], | ||
| 50 | "shade": false, | ||
| 51 | "faces": { | ||
| 52 | "east": {"uv": [0, 5, 16, 16], "texture": "#fire2"}, | ||
| 53 | "west": {"uv": [0, 5, 16, 16], "texture": "#fire2"} | ||
| 54 | } | ||
| 55 | }, | ||
| 56 | { | ||
| 57 | "from": [0, 0, 0.25], | ||
| 58 | "to": [16, 22, 15.75], | ||
| 59 | "shade": false, | ||
| 60 | "faces": { | ||
| 61 | "north": {"uv": [0, 5, 16, 16], "texture": "#fire"}, | ||
| 62 | "south": {"uv": [0, 5, 16, 16], "texture": "#fire"} | ||
| 63 | } | ||
| 64 | } | ||
| 65 | ] | ||
| 66 | } \ No newline at end of file | ||