Files
WiredDust/src/main/resources/assets/wireddust/blockstates/sugar_wire.json
T

162 lines
3.1 KiB
JSON

{
"multipart": [
{
"when": {
"OR": [
{
"south": "none|broke",
"north": "none|broke",
"west": "none|broke",
"east": "none|broke"
},
{
"north": "side|up",
"east": "side|up"
},
{
"south": "side|up",
"east": "side|up"
},
{
"south": "side|up",
"west": "side|up"
},
{
"north": "side|up",
"west": "side|up"
}
]
},
"apply": {
"model": "wireddust:block/sugar_dust_dot"
}
},
{
"when": {
"OR": [
{
"north": "side|up"
},
{
"south": "side|up",
"north": "none|broke",
"west": "none|broke",
"east": "none|broke"
}
]
},
"apply": {
"model": "wireddust:block/sugar_dust_side0"
}
},
{
"when": {
"OR": [
{
"south": "side|up"
},
{
"south": "none|broke",
"north": "side|up",
"west": "none|broke",
"east": "none|broke"
},
{
"south": "broke",
"north": "side|up",
"west": "broke",
"east": "broke"
}
]
},
"apply": {
"model": "wireddust:block/sugar_dust_side_alt0"
}
},
{
"when": {
"OR": [
{
"east": "side|up"
},
{
"south": "none|broke",
"north": "none|broke",
"west": "side|up",
"east": "none|broke"
},
{
"south": "broke",
"north": "broke",
"west": "side|up",
"east": "broke"
}
]
},
"apply": {
"y": 270,
"model": "wireddust:block/sugar_dust_side_alt1"
}
},
{
"when": {
"OR": [
{
"west": "side|up"
},
{
"south": "none|broke",
"north": "none|broke",
"west": "none|broke",
"east": "side|up"
},
{
"south": "broke",
"north": "broke",
"west": "broke",
"east": "side|up"
}
]
},
"apply": {
"y": 270,
"model": "wireddust:block/sugar_dust_side1"
}
},
{
"when": {
"north": "up"
},
"apply": {
"model": "wireddust:block/sugar_dust_up"
}
},
{
"when": {
"east": "up"
},
"apply": {
"y": 90,
"model": "wireddust:block/sugar_dust_up"
}
},
{
"when": {
"south": "up"
},
"apply": {
"y": 180,
"model": "wireddust:block/sugar_dust_up"
}
},
{
"when": {
"west": "up"
},
"apply": {
"y": 270,
"model": "wireddust:block/sugar_dust_up"
}
}
]
}