initial commit, based off of glowstonedust

This commit is contained in:
2021-11-19 01:17:48 -05:00
commit 8199fb81b1
77 changed files with 2333 additions and 0 deletions
@@ -0,0 +1,162 @@
{
"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"
}
}
]
}