* github pls * add initial textures + blockstates * models * started writing up the blocks * model adjustments, added item models and textures * cleanup * git moment
11 lines
353 B
JSON
11 lines
353 B
JSON
{
|
|
"variants": {
|
|
"shape=top": [
|
|
{ "model": "betterend:block/end_lily_top" },
|
|
{ "model": "betterend:block/end_lily_top_small" },
|
|
{ "model": "betterend:block/end_lily_top_small_2" }
|
|
],
|
|
"shape=middle": { "model": "betterend:block/end_lily_stem" },
|
|
"shape=bottom": { "model": "betterend:block/end_lily_roots" }
|
|
}
|
|
}
|