Siphalor / mouse-wheelie

"Small" Minecraft mod focusing on inventory utilities, like scrolling, sorting and auto refilling of items
https://modrinth.com/mod/mouse-wheelie
Apache License 2.0
109 stars 42 forks source link

[bug] Scrolling items into or out of the furnace input resets the smelting progress #109

Open The-Fireplace opened 3 years ago

The-Fireplace commented 3 years ago

Version Minecraft 1.16.5, Mouse Wheelie v1.6.4+mc1.16.4 Describe the bug Scrolling items into or out of the furnace input resets the smelting time if the item was being smelted.

To Reproduce

  1. Put a smeltable item in the furnace, e.g. Iron Ore
  2. Put fuel into the fuel slot, e.g. Coal
  3. Mouse over the smeltable item and use the scroll wheel to add to or take from the stack
  4. See that the smelting time resets

Expected behavior The item gets added or removed from the stack without resetting the smelting progress.

Siphalor commented 3 years ago

With the current completely client based approach I sadly can't really do a lot about that. I have one thing in mind but that would probably also not be really usable.

I'm gonna keep this open as a reminder for myself.