neuralgia/kubejs/assets/tfg/blockstates/bioreactor.json
Redeix 957da2cbba
bioreactor stuff (#1742)
* bioreactor stuff

* Update recipes.js

Signed-off-by: Redeix <brayden.j.m.ford@gmail.com>

---------

Signed-off-by: Redeix <brayden.j.m.ford@gmail.com>
2025-09-03 11:56:36 -05:00

19 lines
No EOL
371 B
JSON

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