GlowstoneWire/bin/main/assets/glowstonedust/blockstates/glowstone_wire.json

144 lines
2.6 KiB
JSON
Raw Normal View History

2021-04-27 22:00:20 +00:00
{
"multipart": [
{
"when": {
"OR": [
{
"south": "none",
"north": "none",
"west": "none",
"east": "none"
},
{
"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": "glowstonedust:block/glowstone_dust_dot"
}
},
{
"when": {
"OR": [
{
"north": "side|up"
},
{
"south": "side|up",
"north": "none",
"west": "none",
"east": "none"
}
]
},
"apply": {
"model": "glowstonedust:block/glowstone_dust_side0"
}
},
{
"when": {
"OR": [
{
"south": "side|up"
},
{
"south": "none",
"north": "side|up",
"west": "none",
"east": "none"
}
]
},
"apply": {
"model": "glowstonedust:block/glowstone_dust_side_alt0"
}
},
{
"when": {
"OR": [
{
"east": "side|up"
},
{
"south": "none",
"north": "none",
"west": "side|up",
"east": "none"
}
]
},
"apply": {
"y": 270,
"model": "glowstonedust:block/glowstone_dust_side_alt1"
}
},
{
"when": {
"OR": [
{
"west": "side|up"
},
{
"south": "none",
"north": "none",
"west": "none",
"east": "side|up"
}
]
},
"apply": {
"y": 270,
"model": "glowstonedust:block/glowstone_dust_side1"
}
},
{
"when": {
"north": "up"
},
"apply": {
"model": "glowstonedust:block/glowstone_dust_up"
}
},
{
"when": {
"east": "up"
},
"apply": {
"y": 90,
"model": "glowstonedust:block/glowstone_dust_up"
}
},
{
"when": {
"south": "up"
},
"apply": {
"y": 180,
"model": "glowstonedust:block/glowstone_dust_up"
}
},
{
"when": {
"west": "up"
},
"apply": {
"y": 270,
"model": "glowstonedust:block/glowstone_dust_up"
}
}
]
}