Amaranita mushroom blocks (WIP), shaders for new plants

This commit is contained in:
paulevsGitch 2021-03-01 01:06:04 +03:00
parent 5e3a3ef6cd
commit 4aec8487fa
33 changed files with 229 additions and 1 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"axis=x": { "model": "betterend:block/amaranita_hyphae", "x": 90, "y": 90 },
"axis=y": { "model": "betterend:block/amaranita_hyphae" },
"axis=z": { "model": "betterend:block/amaranita_hyphae", "x": 90 }
}
}

View file

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

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/globulagus_01" },
{ "model": "betterend:block/globulagus_02" },
{ "model": "betterend:block/globulagus_03" },
{ "model": "betterend:block/globulagus_04" }
]
}
}