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/bee_nest_1.json | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 assets/minecraft/models/item/bee_nest_1.json (limited to 'assets/minecraft/models/item/bee_nest_1.json') diff --git a/assets/minecraft/models/item/bee_nest_1.json b/assets/minecraft/models/item/bee_nest_1.json new file mode 100755 index 00000000..5912f0d7 --- /dev/null +++ b/assets/minecraft/models/item/bee_nest_1.json @@ -0,0 +1,45 @@ +{ + "parent": "block/block", + "gui_light": "front", + "textures": { + "0": "block/bee_nest_bottom", + "1": "block/bee_nest_front", + "2": "block/bee_nest_side", + "3": "block/bee_nest_top", + "4": "block/bee_nest_1", + "5": "block/bees", + "particle": "block/bee_nest_bottom" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#4"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "from": [8, -16, -16], + "to": [8, 32, 32], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#5"} + } + }, + { + "from": [-16, -16, 8], + "to": [32, 32, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#5"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#5"} + } + } + ] +} \ No newline at end of file -- cgit v1.2.3