Create/src/main/resources/assets/create/models/block/ctblock.json

17 lines
568 B
JSON
Raw Normal View History

{
"parent": "block/block",
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 2], "texture": "#sheet", "cullface": "north"},
"east": {"uv": [0, 0, 2, 2], "texture": "#sheet", "cullface": "east"},
"south": {"uv": [0, 0, 2, 2], "texture": "#sheet", "cullface": "south"},
"west": {"uv": [0, 0, 2, 2], "texture": "#sheet", "cullface": "west"},
"up": {"uv": [0, 0, 2, 2], "texture": "#sheet", "cullface": "up"},
"down": {"uv": [0, 0, 2, 2], "texture": "#sheet", "cullface": "down"}
}
}
]
}