Ceiling jellyshroom variant

This commit is contained in:
paulevsGitch 2020-12-25 11:19:26 +03:00
parent 23a1bbba08
commit 989dbdb583
4 changed files with 91 additions and 2 deletions

View file

@ -22,6 +22,11 @@
{ "model": "betterend:block/small_jellyshroom_floor", "y": 180 },
{ "model": "betterend:block/small_jellyshroom_floor", "y": 270 }
],
"facing=down": { "model": "betterend:block/glowing_pillar_leaves_up", "x": 180 }
"facing=down": [
{ "model": "betterend:block/small_jellyshroom_ceil" },
{ "model": "betterend:block/small_jellyshroom_ceil", "y": 90 },
{ "model": "betterend:block/small_jellyshroom_ceil", "y": 180 },
{ "model": "betterend:block/small_jellyshroom_ceil", "y": 270 }
]
}
}