From b81a7ab6ddae9c5a6aa336900d87198a61f7f6cb Mon Sep 17 00:00:00 2001 From: Eveeecx Date: Thu, 5 Dec 2024 17:30:52 +0100 Subject: [PATCH] outlander chest --- .../models/item/decor/outlander_chest.json | 103 ++++++++++++++++++ .../textures/item/decor/outlander_chest.png | Bin 0 -> 1174 bytes 2 files changed, 103 insertions(+) create mode 100644 assets/minecraft/models/item/decor/outlander_chest.json create mode 100644 assets/minecraft/textures/item/decor/outlander_chest.png diff --git a/assets/minecraft/models/item/decor/outlander_chest.json b/assets/minecraft/models/item/decor/outlander_chest.json new file mode 100644 index 0000000..41c3187 --- /dev/null +++ b/assets/minecraft/models/item/decor/outlander_chest.json @@ -0,0 +1,103 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [128, 128], + "textures": { + "0": "item/decor/outlander_chest", + "particle": "item/decor/outlander_chest" + }, + "elements": [ + { + "from": [-6, 0, 1], + "to": [24, 12, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -1, 0]}, + "faces": { + "north": {"uv": [3.75, 1.75, 7.5, 3.25], "texture": "#0"}, + "east": {"uv": [7.625, 1.75, 9.375, 3.25], "texture": "#0"}, + "south": {"uv": [7.5, 1.75, 3.75, 3.25], "texture": "#0"}, + "west": {"uv": [7.625, 1.75, 9.375, 3.25], "texture": "#0"}, + "up": {"uv": [3.75, 1.75, 0, 0], "texture": "#0"}, + "down": {"uv": [3.75, 1.75, 0, 3.5], "texture": "#0"} + } + }, + { + "from": [-6, 12, 1], + "to": [24, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 11, 0]}, + "faces": { + "north": {"uv": [5.5, 4.75, 9.25, 5.125], "texture": "#0"}, + "east": {"uv": [0, 6.75, 1.75, 7.125], "texture": "#0"}, + "south": {"uv": [5.5, 4.75, 9.25, 5.125], "texture": "#0"}, + "west": {"uv": [3.625, 6.75, 5.375, 7.125], "texture": "#0"}, + "up": {"uv": [3.75, 5.25, 0, 3.5], "texture": "#0"}, + "down": {"uv": [7.5, 0, 3.75, 1.75], "texture": "#0"} + } + }, + { + "from": [-2.5, 12, 0.5], + "to": [2.5, 15.5, 15.75], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 11, 11]}, + "faces": { + "north": {"uv": [1.25, 7.125, 1.875, 7.625], "texture": "#0"}, + "east": {"uv": [3.625, 6.25, 5.5, 6.75], "texture": "#0"}, + "south": {"uv": [1.875, 7.125, 2.5, 7.625], "texture": "#0"}, + "west": {"uv": [6.125, 6.5, 8, 7], "texture": "#0"}, + "up": {"uv": [3.625, 7.125, 3, 5.25], "texture": "#0"}, + "down": {"uv": [6.125, 5.5, 5.5, 7.375], "texture": "#0"} + } + }, + { + "from": [14.5, 12, 0.5], + "to": [19.5, 15.5, 15.75], + "rotation": {"angle": 0, "axis": "y", "origin": [17, 11, 11]}, + "faces": { + "north": {"uv": [1.25, 7.125, 1.875, 7.625], "texture": "#0"}, + "east": {"uv": [3.625, 6.25, 5.5, 6.75], "texture": "#0"}, + "south": {"uv": [1.875, 7.125, 2.5, 7.625], "texture": "#0"}, + "west": {"uv": [6.125, 6.5, 8, 7], "texture": "#0"}, + "up": {"uv": [3.625, 7.125, 3, 5.25], "texture": "#0"}, + "down": {"uv": [6.125, 5.5, 5.5, 7.375], "texture": "#0"} + } + }, + { + "from": [7, 9, 0], + "to": [11, 15, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 11, -4]}, + "faces": { + "north": {"uv": [6.125, 7, 6.625, 7.75], "texture": "#0"}, + "east": {"uv": [3.625, 5.25, 3.75, 6], "texture": "#0"}, + "south": {"uv": [6.625, 7, 7.125, 7.75], "texture": "#0"}, + "west": {"uv": [5.375, 6.75, 5.5, 7.5], "texture": "#0"}, + "up": {"uv": [3, 7.25, 2.5, 7.125], "texture": "#0"}, + "down": {"uv": [3.5, 7.125, 3, 7.25], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/item/decor/outlander_chest.png b/assets/minecraft/textures/item/decor/outlander_chest.png new file mode 100644 index 0000000000000000000000000000000000000000..e8f325ab43ba01a74706bf842bb02fd8bac0ebad GIT binary patch literal 1174 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSjKx9jP7LeL$-HD>U$Hl=UTTK^dS8Hr8f+8C0Quwa9tT7&@e z+zA;=a(9hE)&1xMq3_x zS2lIq9*LKa-}N3hDw3U9`H%M>x4&~P=Yq$(oL`o_JCU_jo^|B}DWOw%U9Pw;Fu`M?#=k@KfXX&c9XBHa-DYmF3CCmF{tUKcc=N=#`N{KRZewI2sLTj&avdSZO)hO$El5b{rqb= z1(pdtnEU_M^(`8?tyM_oJ zHo119^oT6ak!YQD((bEUcZGMhFWVz=@_dp^9@|nTmAQ}k*iQNF+7|mMX+h;W;e>eh z@QaP@DuQ|L57QfB=T6`Ec;{_@cH>4+`Fr`wE5--*ZD*SFu*84`lpbPU zrZ*&?{_`{@cG2r)+cw{qim3knPsO-+rpI}^UHS7 z%Te_+L#C^q&gU;@3v5~L9BY>5Z$G;@q+v;OiR@IHpU+E^er=xp>dnmO;&C3gw#JJZ z-a1fKXQ*46@V~i#%Kv8jueB2&8f>2b*y7Ree7!}_EtHf6fBs%SX?c%UWa{xpU(5^m z9{%3uWI#Eu8nbWKL9KD4Stma&)+IGKfiAa>tD$kQ>yX5^hDDCE*)OqINw@S+Y_+Ad3u;*06 z-!%q2Pai#U%6#*+YGz@GOUllW^~Jw-+{`I+UcU2KM4avGmzU+E3Iip7GXe_>lE9sP Z{~2pvuRSUE