SteamPowered/src/main/resources/assets/steampowered/blockstates/steam_engine.json
2021-08-24 03:32:54 +08:00

19 lines
387 B
JSON

{
"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
}
}
}