New terrain, render fixes

This commit is contained in:
paulevsGitch 2020-09-24 23:20:59 +03:00
parent 36ea4b8726
commit 2061a12aff
25 changed files with 147 additions and 41 deletions

View file

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

View file

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

View file

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