NaturesAura/src/main/resources/assets/naturesaura/blockstates/gold_powder.json

144 lines
3.5 KiB
JSON
Raw Normal View History

2018-10-16 01:36:30 +02:00
{
"multipart": [
{
"when": {
"OR": [
{
"north": "none",
"east": "none",
"south": "none",
"west": "none"
},
{
"north": "side|up",
"east": "side|up"
},
{
"east": "side|up",
"south": "side|up"
},
{
"south": "side|up",
"west": "side|up"
},
{
"west": "side|up",
"north": "side|up"
}
]
},
"apply": {
"model": "redstone_dot"
}
},
{
"when": {
"OR": [
{
"north": "side|up"
},
{
"north": "none",
"east": "none",
"south": "side|up",
"west": "none"
}
]
},
"apply": {
"model": "redstone_side0"
}
},
{
"when": {
"OR": [
{
"south": "side|up"
},
{
"north": "side|up",
"east": "none",
"south": "none",
"west": "none"
}
]
},
"apply": {
"model": "redstone_side_alt0"
}
},
{
"when": {
"OR": [
{
"east": "side|up"
},
{
"north": "none",
"east": "none",
"south": "none",
"west": "side|up"
}
]
},
"apply": {
"model": "redstone_side_alt1",
"y": 270
}
},
{
"when": {
"OR": [
{
"west": "side|up"
},
{
"north": "none",
"east": "side|up",
"south": "none",
"west": "none"
}
]
},
"apply": {
"model": "redstone_side1",
"y": 270
}
},
{
"when": {
"north": "up"
},
"apply": {
"model": "redstone_up"
}
},
{
"when": {
"east": "up"
},
"apply": {
"model": "redstone_up",
"y": 90
}
},
{
"when": {
"south": "up"
},
"apply": {
"model": "redstone_up",
"y": 180
}
},
{
"when": {
"west": "up"
},
"apply": {
"model": "redstone_up",
"y": 270
}
}
]
}