Chorus nylium & chorus forest, lake fixes

This commit is contained in:
paulevsGitch 2020-10-10 21:23:46 +03:00
parent 7af7b26bd6
commit b0d967ecd4
17 changed files with 105 additions and 18 deletions

View file

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

View file

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