forked from Martmists/YNet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
970 B
64 lines
970 B
{ |
|
"multipart": [ |
|
{ |
|
"apply": { |
|
"model": "ynet:block/cable" |
|
} |
|
}, |
|
{ |
|
"when": { |
|
"north": true |
|
}, |
|
"apply": { |
|
"model": "ynet:block/cable_side", |
|
"x": 270 |
|
} |
|
}, |
|
{ |
|
"when": { |
|
"east": true |
|
}, |
|
"apply": { |
|
"model": "ynet:block/cable_side", |
|
"x": 90, |
|
"y": 270 |
|
} |
|
}, |
|
{ |
|
"when": { |
|
"south": true |
|
}, |
|
"apply": { |
|
"model": "ynet:block/cable_side", |
|
"x": 90 |
|
} |
|
}, |
|
{ |
|
"when": { |
|
"west": true |
|
}, |
|
"apply": { |
|
"model": "ynet:block/cable_side", |
|
"x": 90, |
|
"y": 90 |
|
} |
|
}, |
|
{ |
|
"when": { |
|
"up": true |
|
}, |
|
"apply": { |
|
"model": "ynet:block/cable_side", |
|
"x": 180 |
|
} |
|
}, |
|
{ |
|
"when": { |
|
"down": true |
|
}, |
|
"apply": { |
|
"model": "ynet:block/cable_side" |
|
} |
|
} |
|
] |
|
}
|
|
|