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/anvil.json | 86 +++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100755 assets/minecraft/models/item/anvil.json (limited to 'assets/minecraft/models/item/anvil.json') diff --git a/assets/minecraft/models/item/anvil.json b/assets/minecraft/models/item/anvil.json new file mode 100755 index 00000000..c0af32e5 --- /dev/null +++ b/assets/minecraft/models/item/anvil.json @@ -0,0 +1,86 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/end_portal_frame", + "ambientocclusion": false, + "textures": { + "2": "block/anvil_base", + "4": "block/anvil_top", + "5": "block/anvil_side", + "6": "item/anvil", + "particle": "block/anvil", + "body": "block/anvil" + }, + "elements": [ + { + "from": [6, 3, 6], + "to": [10, 3, 10], + "shade": false, + "faces": { + "down": {"uv": [0, 0, 16, 16], "texture": "#6"} + } + }, + { + "from": [2, 0, 2], + "to": [14, 4, 14], + "faces": { + "north": {"uv": [2, 12, 14, 16], "texture": "#5"}, + "east": {"uv": [2, 12, 14, 16], "texture": "#body"}, + "south": {"uv": [2, 12, 14, 16], "texture": "#5"}, + "west": {"uv": [2, 12, 14, 16], "texture": "#body"}, + "up": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [4, 4, 3], + "to": [12, 5, 13], + "faces": { + "north": {"uv": [4, 11, 12, 12], "texture": "#5"}, + "east": {"uv": [3, 11, 13, 12], "texture": "#body"}, + "south": {"uv": [4, 11, 12, 12], "texture": "#5"}, + "west": {"uv": [3, 11, 13, 12], "texture": "#body"}, + "up": {"uv": [4, 3, 12, 13], "texture": "#2"} + } + }, + { + "from": [6, 5, 4], + "to": [10, 10, 12], + "faces": { + "north": {"uv": [6, 6, 10, 11], "texture": "#5"}, + "east": {"uv": [4, 6, 12, 11], "texture": "#body"}, + "south": {"uv": [6, 6, 10, 11], "texture": "#5"}, + "west": {"uv": [4, 6, 12, 11], "texture": "#body"} + } + }, + { + "from": [3, 10, 0], + "to": [13, 16, 16], + "faces": { + "north": {"uv": [3, 0, 13, 6], "texture": "#5"}, + "east": {"uv": [0, 0, 16, 6], "texture": "#body"}, + "south": {"uv": [3, 0, 13, 6], "texture": "#5"}, + "west": {"uv": [0, 0, 16, 6], "texture": "#body"}, + "up": {"uv": [3, 0, 13, 16], "rotation": 180, "texture": "#4"} + } + }, + { + "from": [13, 10, 0], + "to": [3, 16, 16], + "faces": { + "north": {"uv": [0, 6, 1, 7], "texture": "#body"}, + "east": {"uv": [0, 6, 1, 7], "texture": "#body"}, + "south": {"uv": [0, 6, 1, 7], "texture": "#body"}, + "west": {"uv": [0, 6, 1, 7], "texture": "#body"} + } + }, + { + "from": [14, 0, 2], + "to": [2, 4, 14], + "faces": { + "north": {"uv": [0, 6, 1, 7], "texture": "#body"}, + "east": {"uv": [0, 6, 1, 7], "texture": "#body"}, + "south": {"uv": [0, 6, 1, 7], "texture": "#body"}, + "west": {"uv": [0, 6, 1, 7], "texture": "#body"} + } + } + ] +} \ No newline at end of file -- cgit v1.2.3