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/chicken.json | 126 ++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100755 assets/minecraft/models/item/chicken.json (limited to 'assets/minecraft/models/item/chicken.json') diff --git a/assets/minecraft/models/item/chicken.json b/assets/minecraft/models/item/chicken.json new file mode 100755 index 00000000..e203f468 --- /dev/null +++ b/assets/minecraft/models/item/chicken.json @@ -0,0 +1,126 @@ +{ + "parent": "item/end_portal_frame", + "ambientocclusion": false, + "textures": { + "0": "item/chicken_model", + "particle": "item/chicken" + }, + "elements": [ + { + "from": [6, 7, 6], + "to": [10, 7, 10], + "shade": false, + "faces": { + "down": {"uv": [8, 8, 16, 16], "texture": "#0"} + } + }, + { + "from": [4, 0, 3], + "to": [12, 7, 13], + "faces": { + "north": {"uv": [3, 4, 7, 7.5], "texture": "#0"}, + "east": {"uv": [12, 4, 7, 7.5], "texture": "#0"}, + "south": {"uv": [12, 4, 16, 7.5], "texture": "#0"}, + "west": {"uv": [7, 4, 12, 7.5], "texture": "#0"}, + "up": {"uv": [7, 0, 12, 4], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [3, 0, 6], + "to": [5, 5, 14], + "faces": { + "north": {"uv": [0, 1, 1, 3.5], "texture": "#0"}, + "east": {"uv": [5, 1, 1, 3.5], "texture": "#0"}, + "south": {"uv": [5, 1, 6, 3.5], "texture": "#0"}, + "west": {"uv": [1, 1, 5, 3.5], "texture": "#0"}, + "up": {"uv": [1, 0, 5, 1], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [11, 0, 6], + "to": [13, 5, 14], + "faces": { + "north": {"uv": [0, 1, 1, 3.5], "texture": "#0"}, + "east": {"uv": [5, 1, 1, 3.5], "texture": "#0"}, + "south": {"uv": [5, 1, 6, 3.5], "texture": "#0"}, + "west": {"uv": [1, 1, 5, 3.5], "texture": "#0"}, + "up": {"uv": [1, 0, 5, 1], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [10.9, 2.5, -4], + "to": [10.9, 5.5, -1], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 0]}, + "faces": { + "east": {"uv": [13.5, 2, 12, 3.5], "texture": "#0"}, + "west": {"uv": [12, 2, 13.5, 3.5], "texture": "#0"} + } + }, + { + "from": [4.1, 3, -1], + "to": [6.1, 5, 2], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 0]}, + "faces": { + "north": {"uv": [13.5, 2.5, 14.5, 3.5], "texture": "#0"}, + "east": {"uv": [16, 2.5, 14.5, 3.5], "texture": "#0"}, + "west": {"uv": [14.5, 2.5, 16, 3.5], "texture": "#0"}, + "up": {"uv": [14.5, 1.5, 16, 2.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [9.9, 3, -1], + "to": [11.9, 5, 2], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 0]}, + "faces": { + "north": {"uv": [13.5, 2.5, 14.5, 3.5], "texture": "#0"}, + "east": {"uv": [16, 2.5, 14.5, 3.5], "texture": "#0"}, + "west": {"uv": [14.5, 2.5, 16, 3.5], "texture": "#0"}, + "up": {"uv": [14.5, 1.5, 16, 2.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [5.1, 2.5, -4], + "to": [5.1, 5.5, -1], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 0]}, + "faces": { + "east": {"uv": [13.5, 2, 12, 3.5], "texture": "#0"}, + "west": {"uv": [12, 2, 13.5, 3.5], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [-112.65, -69.92, -178.53], + "translation": [0, 3.75, 2], + "scale": [0.64, 0.64, 0.64] + }, + "firstperson_righthand": { + "rotation": [1.5, 58, -1.5], + "translation": [2.5, 5, 0], + "scale": [0.75, 0.75, 0.75] + }, + "firstperson_lefthand": { + "rotation": [1.5, 58, -1.5], + "translation": [2.5, 5, 0], + "scale": [0.75, 0.75, 0.75] + }, + "ground": { + "translation": [0, 4.5, 0], + "scale": [0.6, 0.6, 0.6] + }, + "gui": { + "rotation": [270, 0, 0], + "scale": [4, 1.4, 4] + }, + "head": { + "translation": [0, 9.25, 0], + "scale": [1.75, 1.75, 1.75] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -15], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file -- cgit v1.2.3