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

84 lines
2.1 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"4": "item/campfire",
"log": "block/campfire_log_lit",
"fire": "block/campfire_fire"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 0, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#4"}
}
},
{
"from": [1, 0, 0],
"to": [15, 4, 16],
"faces": {
"north": {"uv": [8.5, 7, 15.5, 9], "texture": "#log", "cullface": "north"},
"east": {"uv": [0, 0, 8, 2], "texture": "#log"},
"south": {"uv": [8.5, 7, 15.5, 9], "texture": "#log", "cullface": "south"},
"west": {"uv": [8, 0, 0, 2], "texture": "#log"},
"up": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#log"}
}
},
{
"from": [0, 3, 1],
"to": [16, 7, 15],
"faces": {
"north": {"uv": [0, 9, 8, 11], "texture": "#log"},
"east": {"uv": [0.5, 7, 7.5, 9], "texture": "#log", "cullface": "east"},
"south": {"uv": [0, 9, 8, 11], "texture": "#log"},
"west": {"uv": [0.5, 7, 7.5, 9], "texture": "#log", "cullface": "west"},
"up": {"uv": [0, 0, 8, 7], "rotation": 180, "texture": "#log"}
}
},
{
"from": [0.8, 1, 8],
"to": [15.2, 16, 8],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#fire"},
"south": {"uv": [0, 0, 16, 16], "texture": "#fire"}
}
},
{
"from": [8, 1, 0.8],
"to": [8, 16, 15.2],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#fire"},
"west": {"uv": [0, 0, 16, 16], "texture": "#fire"}
}
},
{
"from": [11, 0, 0],
"to": [5, 4, 16],
"faces": {
"east": {"uv": [0, 9, 8, 11], "texture": "#log"},
"west": {"uv": [0, 9, 8, 11], "texture": "#log"}
}
},
{
"from": [0, 3, 11],
"to": [16, 7, 5],
"faces": {
"north": {"uv": [0, 9, 8, 11], "texture": "#log"},
"south": {"uv": [0, 9, 8, 11], "texture": "#log"}
}
},
{
"from": [5, 0, 0],
"to": [11, 1, 16],
"faces": {
"up": {"uv": [8, 2, 16, 5], "rotation": 90, "texture": "#log"}
}
}
]
}