Chandelier models

This commit is contained in:
paulevsGitch 2021-01-21 08:50:27 +03:00
parent 6b8422dae3
commit f8b9afbfed
6 changed files with 240 additions and 5 deletions

View file

@ -1,10 +1,10 @@
{
"variants": {
"facing=up": { "model": "betterend:block/thallasium_chandelier" },
"facing=down": { "model": "betterend:block/blue_vine_fur", "x": 180 },
"facing=north": { "model": "betterend:block/blue_vine_fur", "x": 90 },
"facing=south": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 180 },
"facing=east": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 90 },
"facing=west": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 270 }
"facing=down": { "model": "betterend:block/thallasium_chandelier_ceil" },
"facing=north": { "model": "betterend:block/thallasium_chandelier_wall", "y": 180 },
"facing=south": { "model": "betterend:block/thallasium_chandelier_wall" },
"facing=east": { "model": "betterend:block/thallasium_chandelier_wall", "y": 270 },
"facing=west": { "model": "betterend:block/thallasium_chandelier_wall", "y": 90 }
}
}