deathmarine / DiabloDrops

Bukkit plugin that adjusts the mob dropping mechanics to include regularly dropped enchanted items that could be commonly found in Diablo.
http://dev.bukkit.org/bukkit-plugins/diablodrops/
GNU General Public License v3.0
17 stars 19 forks source link

DiabloDrops cancels FurnaceBurnEvents #88

Open andrepl opened 11 years ago

andrepl commented 11 years ago

I have a plugin which allows for smelting armor and tools: https://github.com/andrepl/SalvageSmelter/

DiabloDrops cancels the FurnaceBurnEvent preventing my plugin from working. My plugin doesn't use the FurnaceBurnEvent, but diablo drops cancells it before the items have a chance to be smelted.