* github pls * add initial textures + blockstates * models * started writing up the blocks * model adjustments, added item models and textures * cleanup * git moment
14 lines
640 B
JSON
14 lines
640 B
JSON
{
|
|
"variants": {
|
|
"shape=flower_big_bottom": [
|
|
{ "model": "betterend:block/hydralux_flower_big_1_bottom" },
|
|
{ "model": "betterend:block/hydralux_flower_big_2_bottom" },
|
|
{ "model": "betterend:block/hydralux_flower_big_3_bottom" }
|
|
],
|
|
"shape=flower_big_top": { "model": "betterend:block/hydralux_flower_big_top" },
|
|
"shape=flower_small_bottom": { "model": "betterend:block/hydralux_flower_small_bottom" },
|
|
"shape=flower_small_top": { "model": "betterend:block/hydralux_flower_small_top" },
|
|
"shape=vine": { "model": "betterend:block/hydralux_vine" },
|
|
"shape=roots": { "model": "betterend:block/hydralux_roots" }
|
|
}
|
|
}
|