PrettyPipes/src/main/resources/assets/prettypipes/blockstates/pipe.json
2020-04-14 01:38:48 +02:00

62 lines
1.5 KiB
JSON

{
"multipart": [
{
"apply": {
"model": "prettypipes:block/pipe_center"
}
},
{
"when": {
"north": "connected_pipe|connected_inventory"
},
"apply": {
"model": "prettypipes:block/pipe_end"
}
},
{
"when": {
"south": "connected_pipe|connected_inventory"
},
"apply": {
"model": "prettypipes:block/pipe_end",
"y": 180
}
},
{
"when": {
"east": "connected_pipe|connected_inventory"
},
"apply": {
"model": "prettypipes:block/pipe_end",
"y": 90
}
},
{
"when": {
"west": "connected_pipe|connected_inventory"
},
"apply": {
"model": "prettypipes:block/pipe_end",
"y": 270
}
},
{
"when": {
"down": "connected_pipe|connected_inventory"
},
"apply": {
"model": "prettypipes:block/pipe_end",
"x": 90
}
},
{
"when": {
"up": "connected_pipe|connected_inventory"
},
"apply": {
"model": "prettypipes:block/pipe_end",
"x": 270
}
}
]
}