ModTweaker

ModTweaker

88M Downloads

Alloy removing not working

Mrbysco opened this issue ยท 3 comments

commented

Im trying to change the tinkers' construct alloying recipes.
The adding is working properly. but the removing part is doing nothing.

Im using:
mods.tconstruct.Smeltery.removeAlloy(liquid:alumite.molten);
mods.tconstruct.Smeltery.addAlloy(liquid:alumite.molten * 48, [liquid:blood * 80, liquid:iron.molten * 32, liquid:obsidian.molten * 32]);

But ingame:
Nei recipe search
It isnt being removed. its still usable:
Still working

commented

Related to #58.

commented

Removals require you to specify the fluid amount currently. It was a side effect of me using isFluidStackIdentical rather than checking if the fluid was identical :P

Jared is free to change that of course.

commented

hugs @joshiejack Thanks... Issue closed