removed the lye to sodium hydroxide pot recipe, now it's vat-only #1615

This commit is contained in:
Pyritie 2025-08-13 00:19:36 +01:00
parent a0e1a0a088
commit fc35769678

View file

@ -208,10 +208,6 @@ const registerTFCRecipes = (event) => {
generateMixerRecipe(event, '#forge:dusts/sodium_hydroxide', "#tfg:clean_water 1000",
[], null, Fluid.of('tfc:lye', 1000), 100, 2, 64, 'lye_from_sodium_hydroxide')
event.recipes.tfc.pot([], Fluid.of('tfc:lye', 1000), 100, 80)
.itemOutput('gtceu:sodium_hydroxide_dust')
.id('tfg:pot/sodium_hydroxide')
event.recipes.firmalife.vat()
.inputFluid(Fluid.of('tfc:lye', 1000))
.outputItem('gtceu:sodium_hydroxide_dust')