Create/src/main/resources/assets/create/blockstates/jungle_glass_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

31 lines
1.1 KiB
JSON

{
"multipart": [
{
"apply": { "model": "create:block/palettes/pane/jungle/post" }
},
{ "when": { "north": true },
"apply": { "model": "create:block/palettes/pane/jungle/side" }
},
{ "when": { "east": true },
"apply": { "model": "create:block/palettes/pane/jungle/side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "create:block/palettes/pane/jungle/side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "create:block/palettes/pane/jungle/side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "create:block/palettes/pane/jungle/noside" }
},
{ "when": { "east": false },
"apply": { "model": "create:block/palettes/pane/jungle/noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "create:block/palettes/pane/jungle/noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "create:block/palettes/pane/jungle/noside", "y": 270 }
}
]
}