Amaranita mushroom blocks (WIP), Sagnum
This commit is contained in:
parent
81fe38ad8d
commit
5e3a3ef6cd
40 changed files with 478 additions and 4 deletions
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=up": { "model": "betterend:block/amaranita_fur" },
|
||||
"facing=down": { "model": "betterend:block/amaranita_fur", "x": 180 },
|
||||
"facing=north": { "model": "betterend:block/amaranita_fur", "x": 90 },
|
||||
"facing=south": { "model": "betterend:block/amaranita_fur", "x": 90, "y": 180 },
|
||||
"facing=east": { "model": "betterend:block/amaranita_fur", "x": 90, "y": 90 },
|
||||
"facing=west": { "model": "betterend:block/amaranita_fur", "x": 90, "y": 270 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"shape=top": { "model": "betterend:block/large_amaranita_cap" },
|
||||
"shape=middle": { "model": "betterend:block/large_amaranita_stem" },
|
||||
"shape=bottom": { "model": "betterend:block/large_amaranita_roots" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "betterend:block/small_amaranita_mushroom_01" },
|
||||
{ "model": "betterend:block/small_amaranita_mushroom_02" }
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue