Furnace Go Brrr (Legacy Thread)

Status
Not open for further replies.
Yeah this value does nothing but raise the amount being taken for smelting lmfao. I dont understand. I have it set to take 3 for smelting now and give 9, but it just takes 3 and gives 3

"Raw Item Short Name": "crude.oil",
"Units Smelted Per Cooking Cycle": 3,
"Amount Produced Per Unit Cooked": 3

Which if its calculating correctly, 1 unit is 3, so with 3 units giving 3 per unit, should be 9.
 
Also just to cover my bases, I deleted the config and loaded a new one and only adjusted the speed and it still only gives 1 lowgrade after smelting 1 crude
 
Yeah this value does nothing but raise the amount being taken for smelting lmfao. I dont understand. I have it set to take 3 for smelting now and give 9, but it just takes 3 and gives 3

"Raw Item Short Name": "crude.oil",
"Units Smelted Per Cooking Cycle": 3,
"Amount Produced Per Unit Cooked": 3

Which if its calculating correctly, 1 unit is 3, so with 3 units giving 3 per unit, should be 9.
I’ll run some tests and look into it
 
It's not doubling, that's just vanilla behavior. When the oven has empty slots, the filled ones cook faster. When all slots are used, the speed is distributed among them
I know what I want to tell you is that sometimes if you put 1 metal ore, only 1 can have the possibility of duplicating itself by 2, it doesn't always do it, but try it to see.
 
Status
Not open for further replies.
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