Skip to content

Commit

Permalink
outlander chest
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeecx committed Dec 5, 2024
1 parent d379d0d commit b81a7ab
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions assets/minecraft/models/item/decor/outlander_chest.json
Original file line number Diff line number Diff line change
@@ -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]
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b81a7ab

Please sign in to comment.