Glowing pillar prototype

This commit is contained in:
paulevsGitch 2020-12-10 20:59:29 +03:00
parent fb3c567e02
commit 9fc9370adc
27 changed files with 562 additions and 31 deletions

View file

@ -0,0 +1,26 @@
{
"variants": {
"facing=north": [
{ "model": "betterend:block/glowing_pillar_leaves_01", "y": 180 },
{ "model": "betterend:block/glowing_pillar_leaves_02", "y": 180 },
{ "model": "betterend:block/glowing_pillar_leaves_03", "y": 180 }
],
"facing=south": [
{ "model": "betterend:block/glowing_pillar_leaves_01" },
{ "model": "betterend:block/glowing_pillar_leaves_02" },
{ "model": "betterend:block/glowing_pillar_leaves_03" }
],
"facing=east": [
{ "model": "betterend:block/glowing_pillar_leaves_01", "y": 270 },
{ "model": "betterend:block/glowing_pillar_leaves_02", "y": 270 },
{ "model": "betterend:block/glowing_pillar_leaves_03", "y": 270 }
],
"facing=west": [
{ "model": "betterend:block/glowing_pillar_leaves_01", "y": 90 },
{ "model": "betterend:block/glowing_pillar_leaves_02", "y": 90 },
{ "model": "betterend:block/glowing_pillar_leaves_03", "y": 90 }
],
"facing=up": { "model": "betterend:block/glowing_pillar_leaves_up" },
"facing=down": { "model": "betterend:block/glowing_pillar_leaves_up", "x": 180 }
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "betterend:block/glowing_pillar_luminophor"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"shape=top": { "model": "betterend:block/glowing_pillar_roots_top" },
"shape=middle": { "model": "betterend:block/glowing_pillar_roots_both" },
"shape=bottom": { "model": "betterend:block/glowing_pillar_roots_bottom" }
}
}

View file

@ -1,7 +0,0 @@
{
"variants": {
"": {
"model": "betterend:block/helix_tree_luminophor"
}
}
}