ModTweaker

ModTweaker

88M Downloads

Ex Nihilo Removing sieve recipes does nothing

Timeslice42 opened this issue ยท 10 comments

commented

Removing a sieve recipe from dirt, such as the following, does not actually do anything; the recipe is not removed, and there is no error.

Sieve.removeRecipe(<minecraft:melon_seeds>);

edit Gravel doesn't work either, however adding recipes seems to work fine.

commented

you tried typing mods.exnihilo.Sieve.removeRecipe to remove it? as i have used it to remove a few from sieving dirt

commented

It's a known issue. Seems like it's an issue on @Erasmus-Crowley's side.

commented

Dangit, I was afraid of that. I'll try reporting it to Insaneau. http://bit.ly/1Ivivkd

commented

This has been fixed in the code and should be fixed in the next version of modtweaker!

commented

Open the issue if the bug still persists :)

commented

Woot!

commented

I can't reopen, but the wiki needs to be updated as the signature has changed and I no longer know how to call the methods.

commented

It would also be nice if you exposed unregisterRewardFromAllBlocks and unregisterAllRewardsFromBlock, possibly as removeFromAll(outputstack) and removeAllFrom(inputstack).

commented

Actually, I'll just open a new ticket to be sure.

commented

I've addressed this in Ex Nihilo, however, some changes will be needed in ModTweaker to ensure this works.

See https://bitbucket.org/MikeLydeamore/ex-nihilo/commits/f2adf22f1cba71620462f7b7231a843e0a4c19ef for explicit details.
I have added brand new unregister recipes for most cases. If I've missed some let me know.