End lily
This commit is contained in:
parent
7584321c47
commit
819de9ae0a
22 changed files with 419 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "betterend:block/aurora_crystal" }
|
||||
"": [
|
||||
{ "model": "betterend:block/aurora_crystal" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"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" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue