Some fixes, Nightshade Redwood biome additions

This commit is contained in:
paulevsGitch 2021-01-12 21:13:17 +03:00
parent 34318e283b
commit 18548f0ea4
12 changed files with 460 additions and 3 deletions

View file

@ -0,0 +1,24 @@
{
"variants": {
"facing=north": [
{ "model": "betterend:block/nightshade_moss_01", "y": 180 },
{ "model": "betterend:block/nightshade_moss_02", "y": 180 },
{ "model": "betterend:block/nightshade_moss_03", "y": 180 }
],
"facing=south": [
{ "model": "betterend:block/nightshade_moss_01" },
{ "model": "betterend:block/nightshade_moss_02" },
{ "model": "betterend:block/nightshade_moss_03" }
],
"facing=east": [
{ "model": "betterend:block/nightshade_moss_01", "y": 270 },
{ "model": "betterend:block/nightshade_moss_02", "y": 270 },
{ "model": "betterend:block/nightshade_moss_03", "y": 270 }
],
"facing=west": [
{ "model": "betterend:block/nightshade_moss_01", "y": 90 },
{ "model": "betterend:block/nightshade_moss_02", "y": 90 },
{ "model": "betterend:block/nightshade_moss_03", "y": 90 }
]
}
}