mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 14:34:16 +01:00
6be5ed3d1b
- Added vertically connected glass blocks for all wood variants - Added horizontal and vertical connected windows in a neutral style - Fixed Oxidizing blocks not progressing when next to enclosed blocks
23 lines
605 B
JSON
23 lines
605 B
JSON
{
|
|
"credit": "Made with Blockbench",
|
|
"parent": "block/block",
|
|
"textures": {
|
|
"0": "#edge",
|
|
"1": "#pane",
|
|
"particle": "#pane"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [0, 0, 7],
|
|
"to": [16, 16, 9],
|
|
"faces": {
|
|
"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
|
|
"east": {"uv": [7, 0, 9, 16], "rotation": 180, "texture": "#0"},
|
|
"south": {"uv": [0, 0, 16, 16], "texture": "#1"},
|
|
"west": {"uv": [7, 0, 9, 16], "rotation": 180, "texture": "#0"},
|
|
"up": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#0"},
|
|
"down": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#0"}
|
|
}
|
|
}
|
|
]
|
|
} |