Initial Commit

This commit is contained in:
2021-04-27 18:00:20 -04:00
commit ca919dbcad
277 changed files with 5028 additions and 0 deletions
@@ -0,0 +1,144 @@
{
"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"
}
}
]
}