[Rubberized Tubes Question] Can't remove
Dream-Master opened this issue ยท 8 comments
I try to remove all Electron Tubes out of the Thermionic Fabricator and it work for all Tubes except Rubberized Tubes i cant remove.
Posted this Issue on Forestry Git all ready:
My Mod Tweaker Code
// --- Rubberrised Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts(<Forestry:thermionicTubes:8>);
Did I something wrong? I need help with this. And btw i try to make a small Pack only with GT,IC2,Forestry and Mine/Modtweaker with fresh configs and i didnt work too. Could need help with this Problem. Thanks in advance.
My solution double remove :
// --- Rubberrised Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts(<Forestry:thermionicTubes:8>);
mods.forestry.ThermionicFabricator.removeCasts(<Forestry:thermionicTubes:8>);
Thanks Guys for your time. (And nice to know that i am the only one using Modtweaker really.)
Don't be a jerk, guys. Hateful comments got removed, Github is for reporting issues.
Though, @Dream-Master please next time read more carefully.
It has nothing to do with GT-ERR-01. There are two recipes maybe because the two different rubber types. I delete the recipes twice and for me the problem is solved.
Glad you found a workaround @Dream-Master.
I think it should only take one call to remove all recipes, anything else is confusing.