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
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue