FurnaceSorter

FurnaceSorter 1.3.6

This is for the coming Rust update. Do not update prior to the game update
This update requires the Chaos library extension -> https://chaoscode.io/resources/chaos.321/

Updated UI to use the Chaos UI framework
UI scales with user interface scale
Added config option "UI Offset" which takes a pixel value for both vertical and horizontal positions based from the default position
Fixed for Rust update
Fixed support for small refinery
This update is for the coming Rust update

Removed reserved slot functionality as its no longer needed
Updated time and fuel calculation methods for new furnace system
Include item current smelt fraction in time and cost calculations
Update remaining time and fuel cost UI every second while furnace is on and player has its inventory open
Only show hours in time UI if there are hours remaining
Added oven smelt/cook rate to UI
Plugin now only works on ovens that either smelt or cook. Don't need it for lanterns and things like that
  • Like
Reactions: fandangochristmas
Removed debug
Don't split item into more stacks then the amount being deposited
Added configurable reserved slots
8a1e2e4d47b6f39d8a9099be1df90acd.png
  • Like
Reactions: SK_Seven
Fix for Rust update
Removed the OnFindBurnable check to reduce lag (however, the UI will now only refresh when you close/open the furnace UI or when the furnace is sorted).
Improved handling of the OnFindBurnable function. Should be a little less performance heavy now.