fucking gregtech

This commit is contained in:
Pyritie 2025-07-09 22:58:04 +01:00
parent ab9d434679
commit 423da664fe
4 changed files with 72 additions and 7 deletions

View file

@ -2171,7 +2171,7 @@ global.MINECRAFT_DYE_NAMES.forEach(dye => {
// Chemical Reactor
event.recipes.gtceu.chemical_reactor('ae2:fluix_pearl')
.itemInputs('4x #forge:gems/fluix', '#forge:gems/ender_eye')
.itemInputs('4x #forge:gems/fluix', 'tfg:vitrified_pearl')
.inputFluids(Fluid.of('tfg:fluix', 576))
.itemOutputs('ae2:fluix_pearl')
.duration(200)