neuralgia/kubejs/assets/tfg/blockstates/cooling_tower.json
GameStar 03e382702d
more cooling tower stuff (#1971)
* stuff

* eh

* stuff

* stuff to save

* stuff

* texture stuff

* lang
2025-10-07 11:34:59 +01:00

19 lines
No EOL
383 B
JSON

{
"variants": {
"facing=east": {
"model": "tfg:block/machines/cooling_tower",
"y": 90
},
"facing=north": {
"model": "tfg:block/machines/cooling_tower"
},
"facing=south": {
"model": "tfg:block/machines/cooling_tower",
"y": 180
},
"facing=west": {
"model": "tfg:block/machines/cooling_tower",
"y": 270
}
}
}