PrettyPipes/src/main/resources/assets/prettypipes/blockstates/pipe.json

62 lines
1.5 KiB
JSON
Raw Normal View History

2020-04-13 21:48:35 +02:00
{
"multipart": [
{
"apply": {
"model": "prettypipes:block/pipe_center"
}
},
{
"when": {
2020-04-14 01:38:48 +02:00
"north": "connected_pipe|connected_inventory"
2020-04-13 21:48:35 +02:00
},
"apply": {
"model": "prettypipes:block/pipe_end"
}
},
{
"when": {
2020-04-14 01:38:48 +02:00
"south": "connected_pipe|connected_inventory"
2020-04-13 21:48:35 +02:00
},
"apply": {
"model": "prettypipes:block/pipe_end",
"y": 180
}
},
{
"when": {
2020-04-14 01:38:48 +02:00
"east": "connected_pipe|connected_inventory"
2020-04-13 21:48:35 +02:00
},
"apply": {
"model": "prettypipes:block/pipe_end",
"y": 90
}
},
{
"when": {
2020-04-14 01:38:48 +02:00
"west": "connected_pipe|connected_inventory"
2020-04-13 21:48:35 +02:00
},
"apply": {
"model": "prettypipes:block/pipe_end",
"y": 270
}
},
{
"when": {
2020-04-14 01:38:48 +02:00
"down": "connected_pipe|connected_inventory"
2020-04-13 21:48:35 +02:00
},
"apply": {
"model": "prettypipes:block/pipe_end",
"x": 90
}
},
{
"when": {
2020-04-14 01:38:48 +02:00
"up": "connected_pipe|connected_inventory"
2020-04-13 21:48:35 +02:00
},
"apply": {
"model": "prettypipes:block/pipe_end",
"x": 270
}
}
]
}