Lantern fixes & improvements

This commit is contained in:
paulevsGitch 2020-11-27 11:30:00 +03:00
parent 29f84ef7e7
commit 6953437705
14 changed files with 319 additions and 167 deletions

View file

@ -1,7 +1,6 @@
{
"variants": {
"": [
{ "model": "betterend:block/bulb_vine_lantern" }
]
}
}
"variants": {
"is_floor=false": { "model": "betterend:block/bulb_vine_lantern_ceil" },
"is_floor=true": { "model": "betterend:block/bulb_vine_lantern_floor" }
}
}