diff options
Diffstat (limited to 'assets/minecraft/models/item/furnace_minecart.json')
| -rwxr-xr-x | assets/minecraft/models/item/furnace_minecart.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/furnace_minecart.json b/assets/minecraft/models/item/furnace_minecart.json new file mode 100755 index 00000000..c565a5f4 --- /dev/null +++ b/assets/minecraft/models/item/furnace_minecart.json | |||
| @@ -0,0 +1,63 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/end_portal_frame", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/furnace_minecart", | ||
| 5 | "2": "block/furnace_front", | ||
| 6 | "3": "block/furnace_side", | ||
| 7 | "4": "block/furnace_top", | ||
| 8 | "lantern": "block/entity/minecart_item" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [6, 10, 6], | ||
| 13 | "to": [10, 10, 10], | ||
| 14 | "shade": false, | ||
| 15 | "faces": { | ||
| 16 | "down": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [0, 0, 18], | ||
| 21 | "to": [16, 12, -2], | ||
| 22 | "faces": { | ||
| 23 | "north": {"uv": [0, 4, 4, 6.5], "texture": "#lantern"}, | ||
| 24 | "east": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"}, | ||
| 25 | "south": {"uv": [9, 4, 13, 6.5], "texture": "#lantern"}, | ||
| 26 | "west": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"} | ||
| 27 | } | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "from": [0, 0, -2], | ||
| 31 | "to": [16, 12, 18], | ||
| 32 | "faces": { | ||
| 33 | "north": {"uv": [0, 4, 4, 6.5], "texture": "#lantern"}, | ||
| 34 | "east": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"}, | ||
| 35 | "south": {"uv": [9, 4, 13, 6.5], "texture": "#lantern"}, | ||
| 36 | "west": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"}, | ||
| 37 | "up": {"uv": [4, 0, 9, 4], "rotation": 90, "texture": "#lantern"} | ||
| 38 | } | ||
| 39 | }, | ||
| 40 | { | ||
| 41 | "from": [14, 12, 16], | ||
| 42 | "to": [2, 2, 0], | ||
| 43 | "faces": { | ||
| 44 | "north": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"}, | ||
| 45 | "east": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"}, | ||
| 46 | "south": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"}, | ||
| 47 | "west": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"}, | ||
| 48 | "up": {"uv": [9, 0, 13, 3], "rotation": 90, "texture": "#lantern"} | ||
| 49 | } | ||
| 50 | }, | ||
| 51 | { | ||
| 52 | "from": [2, 6, 0], | ||
| 53 | "to": [14, 18, 12], | ||
| 54 | "faces": { | ||
| 55 | "north": {"uv": [0, 0, 16, 16], "texture": "#3"}, | ||
| 56 | "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, | ||
| 57 | "south": {"uv": [0, 0, 16, 16], "texture": "#2"}, | ||
| 58 | "west": {"uv": [0, 0, 16, 16], "texture": "#3"}, | ||
| 59 | "up": {"uv": [0, 0, 16, 16], "texture": "#4"} | ||
| 60 | } | ||
| 61 | } | ||
| 62 | ] | ||
| 63 | } \ No newline at end of file | ||