Charnia prototype

This commit is contained in:
paulevsGitch 2020-12-06 14:11:29 +03:00
parent 1195ca4cd3
commit 79d7a75687
16 changed files with 164 additions and 1 deletions

View file

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

View file

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

View file

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