Amaranita additional blocks & lang, texture refactoring

This commit is contained in:
paulevsGitch 2021-03-01 21:04:34 +03:00
parent d32eae2c06
commit 2fd19ac328
28 changed files with 192 additions and 77 deletions

View file

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

View file

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