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

@ -161,6 +161,11 @@ const registerTooltips = (event) => {
text.add(1, Text.translate("greate.tooltip.max_capacity").append(Text.translate("tfg.greate.ls_limit")))
})
global.LAB_EQUIPMENT_CONTAINERS.forEach(container => {
event.addAdvanced([`tfg:${container.type}`], (item, advanced, text) => {
text.add(1, Text.translate('tfg.tooltip.lab_equipment.part').append(`§e${container.capacity.toString()}mB`))
})
})
//#region Deprecated Items
event.addAdvanced(['vintageimprovements:lathe'], (item, advanced, text) => {