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

87 lines
2.0 KiB
JSON

{
"parent": "block/block",
"texture_size": [16, 32],
"textures": {
"3": "block/small_dripleaf_stem",
"particle": "block/small_dripleaf_top",
"top": "block/small_dripleaf_top",
"side": "block/small_dripleaf_side"
},
"elements": [
{
"from": [8, 2.99, 8],
"to": [15, 2.99, 15],
"shade": false,
"faces": {
"up": {"uv": [8, 8, 0, 0], "texture": "#top"},
"down": {"uv": [8, 0, 0, 8], "texture": "#top"}
}
},
{
"from": [1, 8, 1],
"to": [8, 8, 8],
"shade": false,
"faces": {
"up": {"uv": [0, 0, 8, 8], "texture": "#top"},
"down": {"uv": [0, 8, 8, 0], "texture": "#top"}
}
},
{
"from": [1, 12, 8],
"to": [8, 12, 15],
"shade": false,
"faces": {
"up": {"uv": [0, 0, 8, 8], "rotation": 270, "texture": "#top"},
"down": {"uv": [8, 0, 0, 8], "rotation": 270, "texture": "#top"}
}
},
{
"from": [8, 2, 8],
"to": [15, 3, 15],
"shade": false,
"faces": {
"east": {"uv": [0, 0, 8, 1], "texture": "#side"},
"south": {"uv": [0, 0, 8, 1], "texture": "#side"}
}
},
{
"from": [1, 7, 1.01],
"to": [8, 8, 8],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 8, 1], "texture": "#side"},
"west": {"uv": [0, 0, 8, 1], "texture": "#side"}
}
},
{
"from": [1, 11, 8],
"to": [8, 12, 15],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 8, 1], "texture": "#side"},
"south": {"uv": [0, 0, 8, 1], "texture": "#side"},
"west": {"uv": [0, 0, 8, 1], "texture": "#side"}
}
},
{
"from": [4.5, -16, 8],
"to": [11.5, 14, 8],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [4, 0, 12, 16], "texture": "#3"},
"south": {"uv": [4, 0, 12, 16], "texture": "#3"}
}
},
{
"from": [4.5, -16, 8],
"to": [11.5, 14, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [4, 0, 12, 16], "texture": "#3"},
"south": {"uv": [4, 0, 12, 16], "texture": "#3"}
}
}
]
}