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/azalea.json | 78 ++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100755 assets/minecraft/models/item/azalea.json (limited to 'assets/minecraft/models/item/azalea.json') diff --git a/assets/minecraft/models/item/azalea.json b/assets/minecraft/models/item/azalea.json new file mode 100755 index 00000000..8f156bb3 --- /dev/null +++ b/assets/minecraft/models/item/azalea.json @@ -0,0 +1,78 @@ +{ + "parent": "item/end_portal_frame", + "ambientocclusion": false, + "textures": { + "0": "item/azalea", + "particle": "block/azalea_plant", + "plant": "block/azalea_plant", + "top": "block/azalea_top", + "side": "block/azalea_side" + }, + "elements": [ + { + "from": [6, 16, 6], + "to": [10, 16, 10], + "shade": false, + "faces": { + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "from": [0, 16, 0], + "to": [16, 16, 16], + "faces": { + "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 5, 0], + "to": [16, 16, 0.01], + "faces": { + "north": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "north"}, + "south": {"uv": [16, 0, 0, 11], "texture": "#side"} + } + }, + { + "from": [0, 5, 15.99], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [16, 0, 0, 11], "texture": "#side"}, + "south": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "south"} + } + }, + { + "from": [0, 5, 0], + "to": [0.01, 16, 16], + "faces": { + "east": {"uv": [16, 0, 0, 11], "texture": "#side"}, + "west": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "west"} + } + }, + { + "from": [15.99, 5, 0], + "to": [16, 16, 16], + "faces": { + "east": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "east"}, + "west": {"uv": [16, 0, 0, 11], "texture": "#side"} + } + }, + { + "from": [0.1, 0, 8], + "to": [15.9, 15.9, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#plant"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#plant"} + } + }, + { + "from": [8, 0, 0.1], + "to": [8, 15.9, 15.9], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "east": {"uv": [0, 0, 16, 16], "texture": "#plant"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#plant"} + } + } + ] +} \ No newline at end of file -- cgit v1.2.3