ploof-pack/faithless/assets/minecraft/models/item/red_bed.json

91 lines
2.6 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"1": "block/entity/bed/red",
"4": "item/red_bed"
},
"elements": [
{
"from": [6, 2, 6],
"to": [10, 2, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#4"}
}
},
{
"from": [0, 3, -8],
"to": [16, 9, 8],
"faces": {
"north": {"uv": [5.5, 5.5, 9.5, 7], "rotation": 180, "texture": "#1"},
"east": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#1"},
"west": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#1"},
"up": {"uv": [1.5, 7, 5.5, 11], "rotation": 180, "texture": "#1"}
}
},
{
"from": [0, 3, 8],
"to": [16, 9, 24],
"faces": {
"east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#1"},
"south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#1"},
"west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#1"},
"up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#1"}
}
},
{
"from": [0, 0, -8],
"to": [3, 3, -5],
"faces": {
"north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#1"},
"east": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#1"},
"south": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#1"},
"west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#1"}
}
},
{
"from": [13, 0, -8],
"to": [16, 3, -5],
"rotation": {"angle": 0, "axis": "y", "origin": [14.5, 1.5, -6.5]},
"faces": {
"north": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#1"},
"east": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#1"},
"south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#1"},
"west": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#1"}
}
},
{
"from": [13, 0, 21],
"to": [16, 3, 24],
"rotation": {"angle": 0, "axis": "y", "origin": [14.5, 1.5, 22.5]},
"faces": {
"north": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#1"},
"east": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#1"},
"south": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#1"},
"west": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#1"}
}
},
{
"from": [0, 0, 21],
"to": [3, 3, 24],
"faces": {
"north": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#1"},
"east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#1"},
"south": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#1"},
"west": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#1"}
}
}
],
"display": {
"ground": {
"translation": [0, 3, 0],
"scale": [0.35, 0.35, 0.35]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -4],
"scale": [0.66, 0.66, 0.66]
}
}
}