ModTweaker

ModTweaker

88M Downloads

[Rubberized Tubes Question] Can't remove

Dream-Master opened this issue ยท 8 comments

commented

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:

ForestryMC/ForestryMC#544

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.

commented

Les dir das nochmal ganz genau durch was der geschrieben hat.

commented

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.)

commented

Don't be a jerk, guys. Hateful comments got removed, Github is for reporting issues.
Though, @Dream-Master please next time read more carefully.

commented

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.

commented

;-)

commented

Correction: you're the only one using ModTweaker for Forestry :)

commented

Glad you found a workaround @Dream-Master.
I think it should only take one call to remove all recipes, anything else is confusing.

commented

Yes I know but it is the only way to remove this special recipe. May Java knowledge isn't really big to go deeper inside.