Add #forge tags to fluids we want to replace (#3278)

This commit is contained in:
Mqrius
2026-03-06 15:39:27 +01:00
committed by GitHub
parent 33bd5ec3a0
commit cc5ae24cd3

View File

@@ -207,6 +207,14 @@ const registerTFGFluidTags = (event) => {
// Platline tags
event.add('tfg:sulfuric_metal_solution', 'gtceu:sulfuric_copper_solution')
event.add('tfg:sulfuric_metal_solution', 'gtceu:sulfuric_nickel_solution')
// GT fluid input recipe modification bug workaround
// GT adds these tags by itself already but not in time for our recipe modification to apply properly.
event.add('forge:polyethylene', 'gtceu:polyethylene')
event.add('forge:sodium_persulfate', 'gtceu:sodium_persulfate')
event.add('forge:iron_iii_chloride', 'gtceu:iron_iii_chloride')
event.add('forge:tin', 'gtceu:tin')
event.add('forge:soldering_alloy', 'gtceu:soldering_alloy')
}
//#endregion