Some fixes, Nightshade Redwood biome additions
This commit is contained in:
parent
34318e283b
commit
18548f0ea4
12 changed files with 460 additions and 3 deletions
|
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue