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/cake.json | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 assets/minecraft/models/item/cake.json (limited to 'assets/minecraft/models/item/cake.json') diff --git a/assets/minecraft/models/item/cake.json b/assets/minecraft/models/item/cake.json new file mode 100755 index 00000000..d2de145f --- /dev/null +++ b/assets/minecraft/models/item/cake.json @@ -0,0 +1,43 @@ +{ + "parent": "item/pumpkin_pie", + "textures": { + "1": "block/cake_inner", + "2": "block/cake_side", + "3": "block/cake_top", + "4": "item/cake", + "particle": "block/cake_bottom" + }, + "elements": [ + { + "from": [6, 0, 6], + "to": [10, 0, 10], + "shade": false, + "faces": { + "down": {"uv": [0, 0, 16, 16], "texture": "#4"} + } + }, + { + "from": [1, 0, 1], + "to": [15, 8, 15], + "faces": { + "north": {"uv": [1, 8, 15, 16], "texture": "#2"}, + "east": {"uv": [1, 8, 15, 16], "texture": "#1"}, + "south": {"uv": [1, 8, 15, 16], "texture": "#2"}, + "west": {"uv": [1, 8, 15, 16], "texture": "#2"}, + "up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#3"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [56.5, 0, 0], + "translation": [-6, 2.25, 2.25], + "scale": [0.57, 0.57, 0.57] + }, + "thirdperson_lefthand": { + "rotation": [56.5, 0, 0], + "translation": [-6, 2.25, 2.25], + "scale": [0.57, 0.57, 0.57] + } + } +} \ No newline at end of file -- cgit v1.2.3