About Quick Smelt
QuickSmelt is a simple and performance-friendly Rust plugin that allows server owners to control furnace smelting speed, resource output, and charcoal production using configurable multipliers. The plugin uses Harmony patches for efficient furnace handling, making it a clean solution for servers that want faster smelting without relying on heavy timers or constant plugin-side processing.
Features:
- Increase furnace smelting speed
- Increase cooked resource output
- Increase charcoal production
- Supports global multipliers using *
- Supports per-furnace prefab multipliers
- Lightweight Harmony-based system
- Simple and easy-to-edit configuration
Configuration
Quote{ "Speed Multipliers": { "*": 1, --- * changes all the furnace items except the furnaces shortname added here "shortprefabname": 1 --- Individual furnace item speed multiplier }, "Output Multipliers": { "*": 1, "shortprefabname": 1 }, "Charcoal Multipliers": { "*": 1, "shortprefabname": 1 }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } }
FAQ:
-
Question: Does this plugin works with any other smelting plugin?
No. QuickSmelt does not work together with other smelting plugins. Using multiple smelting plugins at the same time may cause conflicts, incorrect output, or unexpected furnace behavior. -
Question: Difference between this QuickSmelt plugin and the Umod QuickSmelt plugin?
This QuickSmelt plugin uses Harmony patches to directly modify furnace cooking and fuel logic. This makes it lightweight, efficient, and avoids unnecessary repeating timers.
Support
