Disposable Furnaces

⭐ — (9 endorsements) 📥 474 downloads 📌 v1.0.2+1.20.4 📅 5/20/2024
⚪ Last updated 2024

By jiink · cursed

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/19/2024 📅 Created: 5/20/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 🏆 #216 of 220 cursed mods in this game by downloads

📋 About This Mod

✅ Wooden Furnace
✅ Dried Kelp Furnace
✅ Charcoal Furnace
✅ Coal Furnace
✅ Blaze Furnace
✅ Lava Furnace (Getting a little silly there)

<img src="https://github.com/jiink/disposable-furnaces/assets/35513545/06cbeb0e-c397-49b2-a1fc-86359bfc2d0e" alt="Disposable Furnaces" width="50%"> !(https://cdn.modrinth.com/data/cached_images/27dc1982a2f9b535172deabc6b53e44cc73d44b1.gif) Tired of waiting for your furnace to smelt while travelling? Why not craft a furnace out of the fuel itself for smelting in a pinch? This mod adds several quick-smelting furnaces with no fuel slots, but once they are depleted, they burn themselves up and self-destruct. *Cook food while travelling... in a pinch!* !(https://imgur.com/iObQlCw.gif) *Smelt iron while mining... in a pinch!* !(https://imgur.com/TDtPwlF.gif) *Make glass and bricks while building... but be careful!* !(https://imgur.com/ooRyOec.gif) ## Added furnaces - Wooden Furnace - Dried Kelp Furnace - Charcoal Furnace - Coal Furnace - Blaze Furnace - Lava Furnace (Getting a little silly there) - Gunpowder Furnace (I know, gunpowder is not a fue- BOOM!) !(https://github.com/jiink/disposable-furnaces/assets/35513545/cc5ae356-fcfc-4dc1-b094-c946e2375633) Generally, furnaces made from more expensive fuels will be able to smelt more items more quickly, but are a greater hazard. I don't recommend using any of them in your base. !(https://github.com/jiink/disposable-furnaces/assets/35513545/d302f4d2-be04-4835-b394-335b6593fd39) The crafting recipes should be easy to guess except the following few: !(https://github.com/jiink/disposable-furnaces/assets/35513545/2eca56d2-2414-4081-8fff-aaaa580971f1) ## Configuration You can edit the config in `disposablefurnaces.json` in the `config` folder of your minecraft directory if you disagree with the balancing or want to remove the explosions from some of the more powerful furnaces. ```c { "furnaceGriefing": true, // Set to false to disable explosive hazards. May harm the gameplay balance by reducing risk. "numItemsCanSmeltWooden": 8, // How many items can the Wooden Furnace smelt during its lifetime? "smeltDurationSecWooden": 8.0, // How many seconds is the Wooden Furnace's lifetime? "numItemsCanSmeltDriedKelp": 16, // ... "smeltDurationSecDriedKelp": 4.0, "numItemsCanSmeltCoal": 48, "smeltDurationSecCoal": 10.0, "numItemsCanSmeltCharcoal": 48, "smeltDurationSecCharcoal": 10.0, "numItemsCanSmeltBlaze": 64, "smeltDurationSecBlaze": 9.0, "numItemsCanSmeltLava": 400, "smeltDurationSecLava": 20.0, "numItemsCanSmeltGunpowder": 40, "smeltDurationSecGunpowder": 2.0 } ``` ## Resources I found helpful when making this mod - The (https://fabricmc.net/wiki/tutorial:start#creating_your_first_mod) - Kaupenjoe's (https://www.youtube.com/watch?v=Y4dK9ETdZCQ) - People on the (https://discord.gg/v6v4pMv) - Draylar's (https://github.com/Draylar/fabric-furnaces) source code - Xander's (https://docs.isxander.dev/yet-another-config-lib/config-api/basic-usage-of-config-api) This is my first Minecraft mod; don't hesistate to make an issue if there's something wrong. <img src="https://github.com/jiink/disposable-furnaces/assets/35513545/39744faf-8124-45dc-877a-840d2783cc8a" width="30%">

Disposable Furnaces

!(https://cdn.modrinth.com/data/cached_images/27dc1982a2f9b535172deabc6b53e44cc73d44b1.gif)

Tired of waiting for your furnace to smelt while travelling? Why not craft a furnace out of the fuel itself for smelting in a pinch?

This mod adds several quick-smelting furnaces with no fuel slots, but once they are depleted, they burn themselves up and self-destruct.

Cook food while travelling... in a pinch!

!(https://imgur.com/iObQlCw.gif)

Smelt iron while mining... in a pinch!

!(https://imgur.com/TDtPwlF.gif)

Make glass and bricks while building... but be careful!

!(https://imgur.com/ooRyOec.gif)

## Added furnaces

  • Wooden Furnace
  • Dried Kelp Furnace
  • Charcoal Furnace
  • Coal Furnace
  • Blaze Furnace
  • Lava Furnace (Getting a little silly there)
  • Gunpowder Furnace (I know, gunpowder is not a fue- BOOM!)

!(https://github.com/jiink/disposable-furnaces/assets/35513545/cc5ae356-fcfc-4dc1-b094-c946e2375633)

Generally, furnaces made from more expensive fuels will be able to smelt more items more quickly, but are a greater hazard. I don't recommend using any of them in your base.

!(https://github.com/jiink/disposable-furnaces/assets/35513545/d302f4d2-be04-4835-b394-335b6593fd39)

The crafting recipes should be easy to guess except the following few:

!(https://github.com/jiink/disposable-furnaces/assets/35513545/2eca56d2-2414-4081-8fff-aaaa580971f1)

## Configuration

You can edit the config in `disposablefurnaces.json` in the `config` folder of your minecraft directory if you disagree with the balancing or want to remove the explosions from some of the more powerful furnaces.

```c { "furnaceGriefing": true, // Set to false to disable explosive hazards. May harm the gameplay balance by reducing risk. "numItemsCanSmeltWooden": 8, // How many items can the Wooden Furnace smelt during its lifetime? "smeltDurationSecWooden": 8. 0, // How many seconds is the Wooden Furnace's lifetime? "numItemsCanSmeltDriedKelp": 16, // ... "smeltDurationSecDriedKelp": 4. 0, "numItemsCanSmeltCoal": 48, "smeltDurationSecCoal": 10. 0, "numItemsCanSmeltCharcoal": 48, "smeltDurationSecCharcoal": 10. 0, "numItemsCanSmeltBlaze": 64, "smeltDurationSecBlaze": 9. 0, "numItemsCanSmeltLava": 400, "smeltDurationSecLava": 20. 0, "numItemsCanSmeltGunpowder": 40, "smeltDurationSecGunpowder": 2. 0 } ```

## Resources I found helpful when making this mod

  • The (https://fabricmc.net/wiki/tutorial:start#creating_your_first_mod)
  • Kaupenjoe's (https://www.youtube.com/watch?v=Y4dK9ETdZCQ)
  • People on the (https://discord.gg/v6v4pMv)
  • Draylar's (https://github.com/Draylar/fabric-furnaces) source code
  • Xander's (https://docs.isxander.dev/yet-another-config-lib/config-api/basic-usage-of-config-api)

This is my first Minecraft mod; don't hesistate to make an issue if there's something wrong.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
jiink
Version
1.0.2+1.20.4
Downloads
474
Endorsements
9
Category
cursed
Created
5/20/2024
Updated
5/19/2024
Game Versions
1.20.4
Tags
cursed, game-mechanics, technology

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Disposable Furnaces support?

The author lists 1.20.4. Other versions may work but are untested by the author.

What is the latest version of Disposable Furnaces?

Version 1.0.2+1.20.4, published 2024-05-19 with 474 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More cursed 👤 More by jiink 🔎 Similar Mods 🌐 Best cursed (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods