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

39 lines
1.0 KiB
JSON

{
"parent": "item/potion",
"ambientocclusion": false,
"textures": {
"1": "item/honey_bottle_model"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 0, 10],
"shade": false,
"faces": {
"down": {"uv": [8, 8, 16, 16], "texture": "#1"}
}
},
{
"from": [5, 0, 5],
"to": [11, 10, 11],
"faces": {
"north": {"uv": [5, 3, 8, 8], "texture": "#1"},
"east": {"uv": [5, 3, 8, 8], "texture": "#1"},
"south": {"uv": [5, 3, 8, 8], "texture": "#1"},
"west": {"uv": [5, 3, 8, 8], "texture": "#1"},
"up": {"uv": [5, 0, 8, 3], "texture": "#1"}
}
},
{
"from": [5.1, 0, 5.1],
"to": [10.9, 5.9, 10.9],
"faces": {
"north": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0},
"east": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0},
"south": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0},
"west": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0},
"up": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0}
}
}
]
}