FurnaceSorter

FurnaceSorter 1.3.8

Fixed the NRE bug when using AutoFuel and no fuel was available in the players' inventory to transfer.
Added AutoWood/AutoFuel functionality (you can toggle this on via the GUI button).

Improved the splitting functionality so the remainder of items is now spread over all stacks rather than just the first.
- Completely rewritten sorting logic
- Improved item management and removed hardcoded values (this should fix horse meat not splitting)
- Better compatibility with non-default stack sizes (tested with max stack size of 1mil)
Made sorting logic (charocal/fuel/input/output counting) more reliable, and fixed support for newer fireplaces, campfires, and the cauldron.
  • Like
Reactions: MalS
Removed debug message.
  • Like
Reactions: MalS
Fixed charcoal in the furnace causing the items to split improperly.
  • Like
Reactions: Vanilla and MalS
- Reduced the number of stacks in the refinery from 4 to 3.
  • Like
Reactions: MalS
- Added additional permission checks
  • Like
Reactions: MalS
Added BBQ support. If it doesn't work properly let me know. I still have an entirely new version I am working on.
  • Like
Reactions: MalS and DoC
Added Hobo Cooking Barrels.

Added a check for existing Charcoal. So basically, if the furnace/fire/etc. already has Charcoal it will not save space for another Charcoal slot.. Best example is if you had a cook fire and within it you had (1) stack of charcoal, (1) stack of meat, (1) stack of wood (so you have 2 open slots).. if you tried to add more meat it wouldn't fill one of the two open slots because it would think it needs room for (1) charcoal stack and (1) cook meat stack.

In short.. this will now fill one of those two slots!