* github pls * add initial textures + blockstates * models * started writing up the blocks * model adjustments, added item models and textures * cleanup * git moment
13 lines
351 B
JSON
13 lines
351 B
JSON
{
|
|
"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" }
|
|
]
|
|
}
|
|
}
|