bioreactor stuff (#1742)

* bioreactor stuff

* Update recipes.js

Signed-off-by: Redeix <brayden.j.m.ford@gmail.com>

---------

Signed-off-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
Redeix 2025-09-03 11:56:36 -05:00 committed by GitHub
parent 63a85f1777
commit 957da2cbba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
129 changed files with 765 additions and 2 deletions

View file

@ -993,6 +993,8 @@ const registerGTCEURecipes = (event) => {
event.replaceInput({ mod: 'gtceu' }, 'minecraft:sugar', '#tfg:sugars')
event.replaceInput({ mod: 'gtceu' }, 'minecraft:string', '#forge:string')
event.replaceInput({ id: 'gtceu:shaped/blacklight' }, 'gtceu:tungsten_carbide_screw', '#tfg:components/uv_leds')
event.recipes.gtceu.fluid_solidifier('tfg:solidify_glue')
.inputFluids(Fluid.of('gtceu:glue', 50))