neuralgia/kubejs/assets/tfg/models/block/machines/growth_chamber.json
Redeix 4c0f2c5428
Growth Chamber (#1924)
* growth_chamber

* growth_chamber blocks

* more textures

* more casing stuff

* sterilizing pipes

* forgor

* monitor light

* emissives and casings!

* checkpoint

* final call
2025-09-29 00:53:42 +01:00

90 lines
No EOL
3.5 KiB
JSON

{
"parent": "minecraft:block/block",
"loader": "gtceu:machine",
"machine": "tfg:growth_chamber",
"texture_overrides": {
"all": "tfg:block/casings/machine_casing_bioculture"
},
"variants": {
"is_formed=false,recipe_logic_status=idle": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_bioculture",
"overlay_front": "tfg:block/machines/growth_chamber/overlay_front",
"overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_emissive"
}
}
},
"is_formed=false,recipe_logic_status=suspend": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_bioculture",
"overlay_front": "tfg:block/machines/growth_chamber/overlay_front",
"overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_emissive"
}
}
},
"is_formed=false,recipe_logic_status=waiting": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_bioculture",
"overlay_front": "tfg:block/machines/growth_chamber/overlay_front_active",
"overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_active_emissive"
}
}
},
"is_formed=false,recipe_logic_status=working": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_bioculture",
"overlay_front": "tfg:block/machines/growth_chamber/overlay_front_active",
"overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_active_emissive"
}
}
},
"is_formed=true,recipe_logic_status=idle": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_bioculture",
"overlay_front": "tfg:block/machines/growth_chamber/overlay_front",
"overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_emissive"
}
}
},
"is_formed=true,recipe_logic_status=suspend": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_bioculture",
"overlay_front": "tfg:block/machines/growth_chamber/overlay_front",
"overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_emissive"
}
}
},
"is_formed=true,recipe_logic_status=waiting": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_bioculture",
"overlay_front": "tfg:block/machines/growth_chamber/overlay_front_active",
"overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_active_emissive"
}
}
},
"is_formed=true,recipe_logic_status=working": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_bioculture",
"overlay_front": "tfg:block/machines/growth_chamber/overlay_front_active",
"overlay_front_emissive": "tfg:block/machines/growth_chamber/overlay_front_active_emissive"
}
}
}
}
}