Amaranita mushroom blocks (WIP), Sagnum

This commit is contained in:
paulevsGitch 2021-02-28 23:19:08 +03:00
parent 81fe38ad8d
commit 5e3a3ef6cd
40 changed files with 478 additions and 4 deletions

View file

@ -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 }
}
}

View file

@ -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" }
}
}

View file

@ -0,0 +1,8 @@
{
"variants": {
"": [
{ "model": "betterend:block/small_amaranita_mushroom_01" },
{ "model": "betterend:block/small_amaranita_mushroom_02" }
]
}
}