Bulb moss
This commit is contained in:
parent
2bf4e01e9c
commit
3647125bad
15 changed files with 286 additions and 5 deletions
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": [
|
||||
{ "model": "betterend:block/bulb_moss_01", "y": 180 },
|
||||
{ "model": "betterend:block/bulb_moss_02", "y": 180 },
|
||||
{ "model": "betterend:block/bulb_moss_03", "y": 180 }
|
||||
],
|
||||
"facing=south": [
|
||||
{ "model": "betterend:block/bulb_moss_01" },
|
||||
{ "model": "betterend:block/bulb_moss_02" },
|
||||
{ "model": "betterend:block/bulb_moss_03" }
|
||||
],
|
||||
"facing=east": [
|
||||
{ "model": "betterend:block/bulb_moss_01", "y": 270 },
|
||||
{ "model": "betterend:block/bulb_moss_02", "y": 270 },
|
||||
{ "model": "betterend:block/bulb_moss_03", "y": 270 }
|
||||
],
|
||||
"facing=west": [
|
||||
{ "model": "betterend:block/bulb_moss_01", "y": 90 },
|
||||
{ "model": "betterend:block/bulb_moss_02", "y": 90 },
|
||||
{ "model": "betterend:block/bulb_moss_03", "y": 90 }
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue