Bewitchment (Legacy)

Bewitchment (Legacy)

8M Downloads

Witches Oven creates Silver Ingots from nothing when supplied with fuel

ObieTheWitchBoy opened this issue ยท 6 comments

commented

Expected Behavior

When nothing is in the cooking input slot for the Witches Oven, nothing should happen when fuel is supplied until something is put into the input slot.

Actual Behavior

If the oven is empty and coal is put into the fuel slot, the oven immediately starts smelting as though there were something in the oven, and the coal is used up as you would expect from such an interaction. It then starts producing Silver Ingots from nothing. If something else is placed into the input slot, it will smelt that item accordingly, but will go back to producing Silver Ingots when the input and output slots are empty as long as there is still fuel.

Steps to Reproduce

Just put coal into the oven. I assume the fuel source doesn't matter, but I haven't tested it yet. It just starts popping out Silver Ingots until the fuel runs out. Specifically, it is producing the Silver Ingots from the Ice And Fire mod, which tells me that it's probably a weird mod interaction between the two.

Version of Minecraft, Bewitchment, Forge, Patchouli, and Baubles used

Minecraft 1.12.2, Bewitchment 0.0.20, Forge 14.23.5.2814, Patchouli 1.0.20, Baubles 1.5.2

I am also running several other mods on this profile, including Ice And Fire 1.7.1, which I suspect is where the conflict originates. I can also give a list of all mods running on this profile if need be.

commented

image
I have the same issue
its happens regardless of fuel type

this is the most recent bugfix as of 2/13/2020

commented

Does this happen with the latest version?

commented

Just tried the latest version of Ice and Fire with this, and the Oven doesn't seem to produce silver by itself.

commented

It seems like the latest update for Ice And Fire has fixed the problem, but I have to imagine that it's a coincidence, not an intended fix.

commented

For my pack, there's a bug where instead of silver it produces charcoal. Which can make it really exploited for infinity.

commented

#373 already covers that issue. The charcoal problem is due to mods that add log types using LibrarianLib as a basis (so mainly Wizardry, not ElectroBlobs, and Natural Pledge), as it doesn't register the furnace recipe properly. I saw that it was fixed on their GitHub page, but I don't think they uploaded the fixed version of LibrarianLib to Curseforge yet.