Hi all,
I have mod a custom furnace inspired by some tutorials.
I added it then now i have two furnaces in game : the vanilla one and my custom furnace.
I have added some "GameRegistry.addSmelting..." to add recipes. It's OK but the recipes is valid for the 2 furnaces.
I would add some smelting recipes for only custom furnace, not vanilla furnace.
I have trying to listen events about furnace, even about PlayerOpenContainerEvent but no success...
My question : how to add the smelting recipe for only custom furnace ?
Thx by advance.