Silk moth nest

This commit is contained in:
paulevsGitch 2020-12-17 12:03:12 +03:00
parent 1ff3d93404
commit 4910c0568e
20 changed files with 122 additions and 11 deletions

View file

@ -0,0 +1,9 @@
{
"variants": {
"active=false": { "model": "betterend:block/silk_moth_nest_top" },
"active=true,facing=north": { "model": "betterend:block/silk_moth_nest_bottom" },
"active=true,facing=south": { "model": "betterend:block/silk_moth_nest_bottom", "y": 180 },
"active=true,facing=east": { "model": "betterend:block/silk_moth_nest_bottom", "y": 90 },
"active=true,facing=west": { "model": "betterend:block/silk_moth_nest_bottom", "y": 270 }
}
}