diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/bee_nest_1.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/bee_nest_1.json')
| -rwxr-xr-x | assets/minecraft/models/item/bee_nest_1.json | 45 |
1 files changed, 45 insertions, 0 deletions
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 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "gui_light": "front", | ||
| 4 | "textures": { | ||
| 5 | "0": "block/bee_nest_bottom", | ||
| 6 | "1": "block/bee_nest_front", | ||
| 7 | "2": "block/bee_nest_side", | ||
| 8 | "3": "block/bee_nest_top", | ||
| 9 | "4": "block/bee_nest_1", | ||
| 10 | "5": "block/bees", | ||
| 11 | "particle": "block/bee_nest_bottom" | ||
| 12 | }, | ||
| 13 | "elements": [ | ||
| 14 | { | ||
| 15 | "from": [0, 0, 0], | ||
| 16 | "to": [16, 16, 16], | ||
| 17 | "faces": { | ||
| 18 | "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, | ||
| 19 | "east": {"uv": [0, 0, 16, 16], "texture": "#2"}, | ||
| 20 | "south": {"uv": [0, 0, 16, 16], "texture": "#2"}, | ||
| 21 | "west": {"uv": [0, 0, 16, 16], "texture": "#4"}, | ||
| 22 | "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, | ||
| 23 | "down": {"uv": [0, 0, 16, 16], "texture": "#0"} | ||
| 24 | } | ||
| 25 | }, | ||
| 26 | { | ||
| 27 | "from": [8, -16, -16], | ||
| 28 | "to": [8, 32, 32], | ||
| 29 | "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]}, | ||
| 30 | "faces": { | ||
| 31 | "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, | ||
| 32 | "west": {"uv": [0, 0, 16, 16], "texture": "#5"} | ||
| 33 | } | ||
| 34 | }, | ||
| 35 | { | ||
| 36 | "from": [-16, -16, 8], | ||
| 37 | "to": [32, 32, 8], | ||
| 38 | "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]}, | ||
| 39 | "faces": { | ||
| 40 | "north": {"uv": [0, 0, 16, 16], "texture": "#5"}, | ||
| 41 | "south": {"uv": [0, 0, 16, 16], "texture": "#5"} | ||
| 42 | } | ||
| 43 | } | ||
| 44 | ] | ||
| 45 | } \ No newline at end of file | ||