Plugin abandoned?

Hi, Anyone still maintaining this plugin? 

Indeed, why would it be abandoned

IGd3qDulWnRokyY.png misticos

Indeed, why would it be abandoned

Because its not the right speeds, its smelting more the vanilla by default. There has been a few post about this issue and there has been no respone from you or any update in 2 months. I could be wrong but can you explain it to us all whats going on?



Merged post

Post 1: https://umod.org/community/quick-smelt/45027-speed-is-wrong
Post 2: https://umod.org/community/quick-smelt/44961-smelting-speed-after-update

Post 3: https://umod.org/community/quick-smelt/45035-smelting-too-much-per-tick

Video example: https://streamable.com/m516eu



Merged post

I'm not a coder, but what seems to be the issue with the plugin is the amount consumed each tick so I made some adjustments to the code so it consumes 1 ore per slot like vanilla. This is probably not the best way to go about it but seems to of fixed the amount consumed per tick.

changed var amountConsumed = (int)_oven.GetSmeltingSpeed();
to var amountConsumed = (1);


And deleted line amountConsumed = Math.Min(amountConsumed, item.amount);​

it's supposed to use smelting speed, just like the game does. and has always been somewhat faster than the vanilla. as funny as it sounds, it really is a feature, but I am looking into alternatives in the future

OG7pKlZjeDeDqzY.png misticos

it's supposed to use smelting speed, just like the game does. and has always been somewhat faster than the vanilla. as funny as it sounds, it really is a feature, but I am looking into alternatives in the future

I dont see how thats a "feature" its insanely fast and clearly not just changing the speeds, its changing the amounts consumed and if you're trying to make it 2x vanilla speeds for example its not possible because its smelting 3 ore per smelting tick, unlike vanilla that smelts 1 ore per slot per tick.

WhiteKnight

I dont see how thats a "feature" its insanely fast and clearly not just changing the speeds, its changing the amounts consumed and if you're trying to make it 2x vanilla speeds for example its not possible because its smelting 3 ore per smelting tick, unlike vanilla that smelts 1 ore per slot per tick.

I have same problem, when i add only plugin without changing anything config smelting going very fast and even trying to chance everything nothing is happend, and also foods burning instanly whatever trying to chance.

Hi!

Is there an expected fix for the plugin?

change furnace.shortname to furnace in the config and it should work like before