mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-04 21:09:09 +01:00
62 lines
No EOL
1.5 KiB
JSON
62 lines
No EOL
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
|
|
}
|
|
}
|
|
]
|
|
} |