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

38 lines
928 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"texture_size": [16, 32],
"textures": {
"cross": "block/lily_flower1",
"texture": "block/lily_pad",
"particle": "#cross"
},
"elements": [
{
"from": [0.8, -16, 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": "#cross"},
"south": {"uv": [0, 0, 16, 16], "texture": "#cross"}
}
},
{
"from": [8, -16, 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": "#cross"},
"west": {"uv": [0, 0, 16, 16], "texture": "#cross"}
}
},
{
"from": [0, 0.25, 0],
"to": [16, 0.25, 16],
"faces": {
"up": {"uv": [16, 0, 0, 16], "texture": "#texture", "tintindex": 0},
"down": {"uv": [16, 16, 0, 0], "texture": "#texture", "tintindex": 0}
}
}
]
}