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:
Redeix 2025-09-28 18:53:42 -05:00 committed by GitHub
parent 933cb23fc5
commit 4c0f2c5428
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
146 changed files with 10650 additions and 24 deletions

View file

@ -260,6 +260,16 @@ function registerTFGItemSize(event) {
"very_light",
"ae2_small_parts"
);
event.itemSize("tfg:lab_equipment", "normal", "medium", "lab_equipment/lab_equipment");
event.itemSize("tfg:dirty_lab_equipment", "normal", "medium", "lab_equipment/dirty_lab_equipment");
event.itemSize("gtceu:petri_dish", "tiny", "light", "gtceu/petri_dish");
// These items don't like to have their size changed for some reason.
// This is the only combination that I could get to work. V
event.itemSize("tfg:beaker", "large", "heavy", "tfg/beaker");
event.itemSize("tfg:flask", "normal", "medium", "tfg/flask");
event.itemSize("tfg:vial", "tiny", "light", "tfg/vial");
}
//up, down, horizontal