Create/src/main/resources/assets/create/models/item/pane.json
simibubi 6be5ed3d1b Added Connected Glass Blocks and Panes
- 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
2020-01-30 22:16:04 +01:00

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"}
}
}
]
}