Sponge model, more charnias
This commit is contained in:
parent
79d7a75687
commit
570fcd9194
15 changed files with 223 additions and 2 deletions
|
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "betterend:block/menger_sponge" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "betterend:block/menger_sponge_wet" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue