Unlocking Infinite Smelting Possibilities with the Let-it-Burn Mod
Furnace fuel in Minecraft has always been a fixed list: coal, charcoal, sticks, lava buckets. But what if your smelting setup needs something else entirely? The Let-it-Burn mod removes that limitation by turning a simple configuration file into a full fuel editor. No coding skills required, just text editing and a game restart.
What Does Let-it-Burn Actually Do?
This lightweight configuration mod lets you register any item or block as fuel for furnaces. Instead of hardcoded vanilla values, you get a TOML file where you define burn duration in ticks. The mod adds no new blocks, no textures, and no heavy mechanics. It simply extends furnace logic, making it highly compatible with other mods and modpacks.
Core Features at a Glance
- Add unlimited fuel types, from common resources to items from other mods.
- Set precise burn times in ticks (20 ticks equals 1 second).
- Edits apply after restarting the game, no commands needed.
- Works with modified furnaces from other mods, as fuel is recognized correctly.
- Minimal performance impact on both client and server.
How to Install and Configure
To get started, you need a compatible loader. The mod supports both Forge and Fabric, depending on the build you choose. It works across Minecraft versions from 1.16.5 up to recent releases. If you want a quick and stable setup, use a launcher that handles dependencies automatically. This is especially useful when you plan to test multiple configurations in a short time.
After the first launch, the mod generates a let-it-burn.toml file inside the config folder. Open it with any text editor and you will see a ready-to-fill structure. The basic syntax looks like this:
[[fuel]] item = "minecraft:diamond" burnTime = 3200
The item field uses the standard "mod:item" format, while burnTime is the duration in ticks. For reference, coal burns for 1600 ticks and a coal block for 16000. You can set any value, from 1 tick for a stick to millions for a Nether Star.
Using Tags for Bulk Fuel Definitions
Instead of listing every item manually, you can use item tags to add a whole category at once. For example:
[[fuel]] tag = "minecraft:logs" burnTime = 300
This makes all log types burn for 300 ticks. It is a huge time-saver when you want to make an entire resource group usable as fuel without editing dozens of lines.
Advanced NBT and Metadata Support
For items with special properties, such as potions or tools, you can specify NBT tags. The mod recognizes complex conditions, allowing enchanted books or specific plant growth stages to act as fuel. This requires some familiarity with data structures, but the mod page includes clear examples to follow.
Practical Use Cases
The real value of Let-it-Burn is creative freedom. Here are some ways to use it effectively:
- Server economy: Make diamonds a fuel source with a long burn time, letting players burn valuable resources for convenience.
- Waste disposal: Give cobblestone a 50-tick burn time so unwanted stone becomes useful.
- Magical furnaces: Use glowstone or blaze powder as fuel, making the furnace operate without visible fire but with particles.
- Quest integration: Set unique fuel requirements for specific tasks in modpacks.
If you are assembling a modpack and need to test such settings quickly, consider using a launcher that lets you download Unlocking Infinite Smelting Possibilities with the Let-it-Burn Mod directly from its catalog. The launcher will pick a compatible version and place the mod in the correct folder, saving time during experimentation.
Compatibility and Troubleshooting
The mod is actively maintained, and builds are available for both Forge and Fabric. Always match the mod version with your Minecraft version and loader. If you encounter a crash, check the project's issue tracker and attach the crash log. Without it, diagnosing conflicts with other mods is nearly impossible.
A common mistake is incorrect TOML syntax. A missing bracket or an extra space can break the config loading. After editing, always verify that the game starts properly. If the furnace does not accept new fuel, double-check the item identifier. Using the /give command in creative mode will show you the exact name.
Final Thoughts
Let-it-Burn is a small but powerful tool for players who want full control over furnace mechanics. It does not add graphics or new systems; it simply unlocks the fuel editor that vanilla Minecraft lacks. Whether you run a server with a unique economy or a single-player world with unusual rules, this mod fits seamlessly into any setup. To install it properly, follow the loader instructions and test your config after every edit. Try adding something unexpected to your furnace, and you might change the way you think about smelting forever.
For the smoothest experience, use a launcher that automates dependency management. That way, you can download Unlocking Infinite Smelting Possibilities with the Let-it-Burn Mod for Minecraft and start editing the config within minutes. The mod is lightweight, stable, and works across many versions, making it a reliable addition to any modpack.
Remember that the configuration file is your main interface. Learn the syntax, test small changes first, and always keep a backup of your working config. With a little practice, you will be able to design custom fuel systems that fit your exact playstyle.