mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
4e1b33c0ea
- Added models and a block interface for connected textures - Added Framed glass as an example block
17 lines
568 B
JSON
17 lines
568 B
JSON
{
|
|
"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"}
|
|
}
|
|
}
|
|
]
|
|
} |