diff options
Diffstat (limited to 'assets/minecraft/models/block/blast_furnace.json')
| -rwxr-xr-x | assets/minecraft/models/block/blast_furnace.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/blast_furnace.json b/assets/minecraft/models/block/blast_furnace.json new file mode 100755 index 00000000..eae0bd3e --- /dev/null +++ b/assets/minecraft/models/block/blast_furnace.json | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "0": "block/blast_furnace_bottom", | ||
| 5 | "2": "block/blast_furnace_side", | ||
| 6 | "3": "block/blast_furnace_top", | ||
| 7 | "4": "block/blast_furnace_off", | ||
| 8 | "5": "block/blast_furnace_off_inner", | ||
| 9 | "particle": "block/blast_furnace_side" | ||
| 10 | }, | ||
| 11 | "elements": [ | ||
| 12 | { | ||
| 13 | "from": [0, 0, 0], | ||
| 14 | "to": [16, 16, 16], | ||
| 15 | "faces": { | ||
| 16 | "north": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "north"}, | ||
| 17 | "east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"}, | ||
| 18 | "south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"}, | ||
| 19 | "west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "west"}, | ||
| 20 | "up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"}, | ||
| 21 | "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} | ||
| 22 | } | ||
| 23 | }, | ||
| 24 | { | ||
| 25 | "from": [1, 1, 15], | ||
| 26 | "to": [15, 15, 0], | ||
| 27 | "faces": { | ||
| 28 | "north": {"uv": [8.5, 8.5, 15.5, 15.5], "texture": "#5", "cullface": "north"}, | ||
| 29 | "east": {"uv": [0, 0.5, 7.5, 7.5], "texture": "#5", "cullface": "north"}, | ||
| 30 | "west": {"uv": [7.5, 0.5, 0, 7.5], "texture": "#5", "cullface": "north"}, | ||
| 31 | "up": {"uv": [8.5, 7.5, 15.5, 0], "texture": "#5", "cullface": "north"}, | ||
| 32 | "down": {"uv": [0.5, 16, 7.5, 8.5], "texture": "#5", "cullface": "north"} | ||
| 33 | } | ||
| 34 | } | ||
| 35 | ] | ||
| 36 | } \ No newline at end of file | ||