mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-05 05:19:10 +01:00
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
|
{
|
||
|
"multipart": [
|
||
|
{
|
||
|
"apply": {
|
||
|
"model": "prettypipes:block/pipe_center"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"north": "connected"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "prettypipes:block/pipe_end"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"south": "connected"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "prettypipes:block/pipe_end",
|
||
|
"y": 180
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"east": "connected"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "prettypipes:block/pipe_end",
|
||
|
"y": 90
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"west": "connected"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "prettypipes:block/pipe_end",
|
||
|
"y": 270
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"down": "connected"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "prettypipes:block/pipe_end",
|
||
|
"x": 90
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"when": {
|
||
|
"up": "connected"
|
||
|
},
|
||
|
"apply": {
|
||
|
"model": "prettypipes:block/pipe_end",
|
||
|
"x": 270
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|