neuralgia/kubejs/assets/tfg/blockstates/ostrum_linear_accelerator.json
TomPlop 72ae40a2b4
Rework Early Game Fuel (#2309)
* Add materials and multiblock

* try to fix conflict

* Fix conflict

* Fix conflict

* Rework tungsten line (#5)

* fix materials

* Update Ostrum to core

* Fix conflict

* fix conflict

* Fix fucking conflict

* Upload more changes

* Add more things

* Introduce new gas fuel

* Add Anthracite

* Add Syngas early game and more modifications

* More fixes

* Add textures to fluid
2025-12-01 13:42:45 +00:00

19 lines
No EOL
431 B
JSON

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