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

46 lines
1.7 KiB
JSON

{
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"particle": "block/chorus_plant",
"texture": "block/chorus_plant"
},
"elements": [
{
"from": [2, 0, 2],
"to": [14, 16, 14],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"},
"east": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"},
"south": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"},
"west": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"},
"up": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "up"},
"down": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"}
}
},
{
"from": [0, 2, 2],
"to": [16, 14, 14],
"faces": {
"north": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"},
"east": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"},
"south": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"},
"west": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "west"},
"up": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"},
"down": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"}
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 16],
"faces": {
"north": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"},
"east": {"uv": [0, 2, 16, 14], "texture": "#texture", "cullface": "west"},
"south": {"uv": [2, 2, 14, 14], "texture": "#texture", "cullface": "north"},
"west": {"uv": [0, 2, 2, 14], "texture": "#texture", "cullface": "north"},
"up": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"},
"down": {"uv": [2, 0, 14, 16], "texture": "#texture", "cullface": "up"}
}
}
]
}