Bulb vine (WIP)

This commit is contained in:
paulevsGitch 2020-11-26 23:11:02 +03:00
parent e59af33124
commit 61538c18d3
15 changed files with 220 additions and 5 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"shape=top": { "model": "betterend:block/bulb_vine_top" },
"shape=middle": [
{ "model": "betterend:block/bulb_vine_middle_1" },
{ "model": "betterend:block/bulb_vine_middle_2" }
],
"shape=bottom": { "model": "betterend:block/bulb_vine_bottom" }
}
}