Some Umbralith blocks (WIP)

This commit is contained in:
paulevsGitch 2021-07-19 14:05:06 +03:00
parent 957c785c7d
commit 5e3848326b
17 changed files with 19 additions and 8 deletions

View file

@ -1,10 +1,12 @@
{
"variants": {
"": [
{ "model": "betterend:block/umbralith_1", "weight": 50 },
{ "model": "betterend:block/umbralith_2", "weight": 40 },
{ "model": "betterend:block/umbralith_3", "weight": 3 },
{ "model": "betterend:block/umbralith_4", "weight": 2 },
{ "model": "betterend:block/umbralith_1", "weight": 10 },
{ "model": "betterend:block/umbralith_2", "weight": 10 },
{ "model": "betterend:block/umbralith_6", "weight": 10 },
{ "model": "betterend:block/umbralith_7", "weight": 10 },
{ "model": "betterend:block/umbralith_3", "weight": 1 },
{ "model": "betterend:block/umbralith_4", "weight": 1 },
{ "model": "betterend:block/umbralith_5", "weight": 1 }
]
}