SteamPowered/src/main/resources/assets/steampowered/blockstates/steam_engine.json

19 lines
387 B
JSON
Raw Normal View History

2021-08-23 21:32:54 +02:00
{
"variants": {
"facing=north": {
"model": "create:block/furnace_engine/block"
},
"facing=south": {
"model": "create:block/furnace_engine/block",
"y": 180
},
"facing=west": {
"model": "create:block/furnace_engine/block",
"y": 270
},
"facing=east": {
"model": "create:block/furnace_engine/block",
"y": 90
}
}
}