ploof-pack/faithless/assets/minecraft/models/block/kelp_plant_-22.json

19 lines
447 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"ambientocclusion": false,
"textures": {
"particle": "block/kelp_plant",
"cross": "block/kelp_plant"
},
"elements": [
{
"from": [-8, -16, 8],
"to": [24, 16, 8],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#cross", "cullface": "down"},
"south": {"uv": [16, 0, 0, 16], "texture": "#cross", "cullface": "down"}
}
}
]
}