ploof-pack/faithless/assets/minecraft/models/block/flower_pot.json

67 lines
2.2 KiB
JSON

{
"ambientocclusion": false,
"textures": {
"3": "block/flower_pot_hanging_empty",
"particle": "block/flower_pot",
"flowerpot": "block/flower_pot",
"flowerpot2": "block/flower_pot_hanging",
"dirt": "block/farmland_moist"
},
"elements": [
{
"from": [5, 0, 5],
"to": [11, 6, 11],
"faces": {
"north": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"east": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"south": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"west": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"up": {"uv": [5, 5, 11, 11], "texture": "#flowerpot"},
"down": {"uv": [5, 0, 11, 6], "texture": "#flowerpot", "cullface": "down"}
}
},
{
"from": [6, 6, 6],
"to": [10, 5, 10],
"faces": {
"north": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"east": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"south": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"west": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"up": {"uv": [0, 0, 4, 4], "texture": "#dirt"}
}
},
{
"from": [2, -1.9, 2],
"to": [14, 6.1, 14],
"faces": {
"north": {"uv": [0, 6, 6, 10], "texture": "#3", "cullface": "down"},
"east": {"uv": [0, 6, 6, 10], "texture": "#3", "cullface": "down"},
"south": {"uv": [0, 6, 6, 10], "texture": "#3", "cullface": "down"},
"west": {"uv": [0, 6, 6, 10], "texture": "#3", "cullface": "down"},
"up": {"uv": [0, 0, 6, 6], "texture": "#3", "cullface": "down"},
"down": {"uv": [1, 5, 7, 11], "texture": "#flowerpot2", "cullface": "down"}
}
},
{
"from": [7.99, 6, 0],
"to": [7.99, 16, 16],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"},
"west": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"}
}
},
{
"from": [0, 6, 8.01],
"to": [16, 16, 8.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"},
"south": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"}
}
}
]
}