Alternative for Furnace Splitter

Flammable

Supporter
Simple and effective/server performant furnace splitter with at least splitting functionality when you add (drag/hover loot) the stack of ores/food/crude oil etc. working with any furnace/campfire and accounting properly any stack sizes. Wood auto split (if it's properly calculated with FurnacesGoBrrr) or maybe that's not needed for now.
 
Just curious, doesn't Furnace Splitter work well? Can't you use it along with Furnace Go Brrr?
I'm just trying to find a valid reason that justifies creating a plugin that already exists
 
There were problems with the splitting and auto adding the wood not properly being calculated. The estimated time is also not valid if you change the furnace speed rates. At least with the other furnace plugins.
 
Hello,

would like to reopen this thread because I want to know if this plugin works together with FurnaceGoBrrr.
I have tried the FurnaceSplitter & QuickSmelt Plugins several times and with different settings,
unfortunately the two plugins bite each other.
 
Hello,

would like to reopen this thread because I want to know if this plugin works together with FurnaceGoBrrr.
I have tried the FurnaceSplitter & QuickSmelt Plugins several times and with different settings,
unfortunately the two plugins bite each other.
It shouldn't cause any issues and if anything does happen, it would be on the Furnace Splitter side. Feel free to test it and let me know though :)
 
Works straight away, I am positively surprised!
Now I want to know how the output is divided between the two slots when I'm cooking metal or sulph, for example.
So far it has only used one slot. :)
 
Works straight away, I am positively surprised!
Now I want to know how the output is divided between the two slots when I'm cooking metal or sulph, for example.
So far it has only used one slot. :)
Divide it how exactly? It treats each slot individually, yu can refer to the plugin page for details on each config option, it basically works like vanilla, just with settings so you have control
 
I know that if you boil sulph or metal, you get 1x charcoal and 2x boiled sulph/metal as output.
When I switch on the Furnace, I only have 2 slots that are occupied.

I don't know if I'm a bit brain afk at the moment, but I've checked all the settings.

eeeeeeeeeeeee.png
 
I know that if you boil sulph or metal, you get 1x charcoal and 2x boiled sulph/metal as output.
When I switch on the Furnace, I only have 2 slots that are occupied.

I don't know if I'm a bit brain afk at the moment, but I've checked all the settings.
Not sure if I understood you correctly, but from your screenshot, the sulfur ore is outputting two items: charcoal and sulfur, which is exactly what's happening, sulfur is going into one slot, charcoal into another

If you're expecting sulfur to split into a different empty slot instead of stacking in the same one, I noticed you're using custom stack sizes. Your sulfur ore shows 3000+ which is well over the default 1000, so it makes sense that it all goes into the same slot rather than splitting
 
Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Ensure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart