From 88e4e8852a5f1c33794abe430411b73c3ade507a Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jan 2024 02:25:44 +0200 Subject: Initial import --- assets/minecraft/models/item/furnace_minecart.json | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100755 assets/minecraft/models/item/furnace_minecart.json (limited to 'assets/minecraft/models/item/furnace_minecart.json') 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 @@ +{ + "parent": "item/end_portal_frame", + "textures": { + "1": "item/furnace_minecart", + "2": "block/furnace_front", + "3": "block/furnace_side", + "4": "block/furnace_top", + "lantern": "block/entity/minecart_item" + }, + "elements": [ + { + "from": [6, 10, 6], + "to": [10, 10, 10], + "shade": false, + "faces": { + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "from": [0, 0, 18], + "to": [16, 12, -2], + "faces": { + "north": {"uv": [0, 4, 4, 6.5], "texture": "#lantern"}, + "east": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"}, + "south": {"uv": [9, 4, 13, 6.5], "texture": "#lantern"}, + "west": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"} + } + }, + { + "from": [0, 0, -2], + "to": [16, 12, 18], + "faces": { + "north": {"uv": [0, 4, 4, 6.5], "texture": "#lantern"}, + "east": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"}, + "south": {"uv": [9, 4, 13, 6.5], "texture": "#lantern"}, + "west": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"}, + "up": {"uv": [4, 0, 9, 4], "rotation": 90, "texture": "#lantern"} + } + }, + { + "from": [14, 12, 16], + "to": [2, 2, 0], + "faces": { + "north": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"}, + "east": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"}, + "south": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"}, + "west": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"}, + "up": {"uv": [9, 0, 13, 3], "rotation": 90, "texture": "#lantern"} + } + }, + { + "from": [2, 6, 0], + "to": [14, 18, 12], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#3"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#3"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#4"} + } + } + ] +} \ No newline at end of file -- cgit v1.2.3