BetterEnd/utility_res/blockstates/bar_stool_%name%.json
2020-09-26 16:36:48 +03:00

8 lines
338 B
JSON

{
"variants": {
"facing=east": { "model": "betternether:block/bar_stool_%name%" },
"facing=west": { "model": "betternether:block/bar_stool_%name%", "y": 180 },
"facing=south": { "model": "betternether:block/bar_stool_%name%", "y": 90 },
"facing=north": { "model": "betternether:block/bar_stool_%name%", "y": 270 }
}
}