Glowing pillar prototype
This commit is contained in:
parent
fb3c567e02
commit
9fc9370adc
27 changed files with 562 additions and 31 deletions
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "betterend:block/glowing_pillar_luminophor"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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" }
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "betterend:block/helix_tree_luminophor"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue