Dense vines

This commit is contained in:
paulevsGitch 2020-10-06 01:06:59 +03:00
parent 3927e177d7
commit 1ceb433a61
22 changed files with 470 additions and 4 deletions

View file

@ -0,0 +1,13 @@
{
"variants": {
"shape=top": { "model": "betterend:block/dense_vine_top" },
"shape=middle": [
{ "model": "betterend:block/dense_vine_middle_1" },
{ "model": "betterend:block/dense_vine_middle_2" }
],
"shape=bottom": [
{ "model": "betterend:block/dense_vine_bottom_1" },
{ "model": "betterend:block/dense_vine_bottom_2" }
]
}
}