ModTweaker

ModTweaker

88M Downloads

Refined Storage Solderer recipes do not get removed

justinrusso opened this issue ยท 0 comments

commented

Issue Description:

Refined Storage Solderer recipes do not get removed

Script used:

mods.refinedstorage.Solderer.removeRecipe(<refinedstorage:processor:6>);

Minetweaker.log file:

Adding 0 Solderer Recipe(s) for Unknown item


I'm assuming its related to

private static class Remove extends BaseListAddition<ISoldererRecipe> {
though I'm not sure if that's all that needs fixing. I wasn't to get a dev environment working for ModTweaker or I'd have tried fixing it