ploof-pack/faithless/assets/minecraft/models/item/brick_slab.json

27 lines
655 B
JSON

{
"parent": "block/block",
"textures": {
"0": "block/bricks_model"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [4, 10, 8, 12], "texture": "#0"},
"east": {"uv": [12, 10, 16, 12], "texture": "#0"},
"south": {"uv": [0, 10, 4, 12], "texture": "#0"},
"west": {"uv": [8, 10, 12, 12], "texture": "#0"},
"up": {"uv": [4, 12, 8, 16], "texture": "#0"},
"down": {"uv": [12, 12, 16, 16], "texture": "#0"}
}
}
],
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.7, 0.7, 0.7 ]
}
}
}