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