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

29 lines
714 B
JSON

{
"parent": "block/cross",
"textures": {
"particle": "block/sugar_cane",
"cross": "block/sugar_cane"
},
"elements": [
{
"from": [8, -8, 0.8],
"to": [8, 24, 15.2],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#cross"},
"west": {"uv": [0, 0, 16, 16], "texture": "#cross"}
}
},
{
"from": [0.8, -8, 8],
"to": [15.2, 24, 8],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#cross"},
"south": {"uv": [0, 0, 16, 16], "texture": "#cross"}
}
}
]
}