Growth Chamber (#1924)
* growth_chamber * growth_chamber blocks * more textures * more casing stuff * sterilizing pipes * forgor * monitor light * emissives and casings! * checkpoint * final call
This commit is contained in:
parent
933cb23fc5
commit
4c0f2c5428
146 changed files with 10650 additions and 24 deletions
28
kubejs/assets/tfg/blockstates/single_itemstack_bus.json
Normal file
28
kubejs/assets/tfg/blockstates/single_itemstack_bus.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east": {
|
||||
"model": "tfg:block/machines/ports/single_itemstack_bus",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "tfg:block/machines/ports/single_itemstack_bus"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "tfg:block/machines/ports/single_itemstack_bus",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "tfg:block/machines/ports/single_itemstack_bus",
|
||||
"y": 270
|
||||
},
|
||||
"facing=up": {
|
||||
"gtceu:z": 180,
|
||||
"model": "tfg:block/machines/ports/single_itemstack_bus",
|
||||
"x": 270
|
||||
},
|
||||
"facing=down": {
|
||||
"model": "tfg:block/machines/ports/single_itemstack_bus",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue