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

38 lines
949 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"flowerpot": "item/end_portal_frame",
"top": "block/end_portal_frame_top",
"particle": "block/end_portal_frame_side",
"side": "block/end_portal_frame_side"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 0, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#flowerpot"}
}
},
{
"from": [0, 0, 0],
"to": [16, 13, 16],
"faces": {
"north": {"uv": [0, 3, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 3, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 3, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 3, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top"}
}
}
],
"gui_light": "front",
"display": {
"gui": {
"rotation": [270, 0, 0],
"scale": [4, 1.4, 4]
}
}
}