Sponge model, more charnias

This commit is contained in:
paulevsGitch 2020-12-06 14:29:46 +03:00
parent 79d7a75687
commit 570fcd9194
15 changed files with 223 additions and 2 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/charnia_cyan" },
{ "model": "betterend:block/charnia_cyan", "y": 90 },
{ "model": "betterend:block/charnia_cyan", "y": 180 },
{ "model": "betterend:block/charnia_cyan", "y": 270 }
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/charnia_light_blue" },
{ "model": "betterend:block/charnia_light_blue", "y": 90 },
{ "model": "betterend:block/charnia_light_blue", "y": 180 },
{ "model": "betterend:block/charnia_light_blue", "y": 270 }
]
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "betterend:block/menger_sponge" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "betterend:block/menger_sponge_wet" }
}
}