Mineuniverse
Log in Register
Mods

FurnaceRecycling

A mod adding durability-dependent yields for tool smelting recipes/
by WareX_Provider
Download Claim this project
252 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Ores and Resources Processing Skyblock Utility & QoL

Are you tired of smelting a fully-repaired golden chestplate worth 72 gold nuggets to ONE gold nugget?

This mod adds support for smelting recipes with yield depending on item's durability.

This mod is a utility for modpack/datapack makers who want to introduce adequate recycling recipes to vanilla-like tools and armor.

The recipe format is almost exactly the same as for vanilla smelting/blasting recipe. Thus, to add a recycling recipe, you need to choose a recipe type corresponding to appropriate vanilla furnace type, add a field "maxYield" to indicate the maximum amount of "result" items, if input is undamaged.

Example recipes:

{
"type": "furnacerecycler:blastfurnace_recycling",
"category": "misc",
"cookingTime": 100,
"experience": 0.1,
"ingredient": [
{
"item": "minecraft:golden_chestplate"
}
],
"result": "minecraft:gold_nugget",
"maxYield": 72
}
{
"type": "furnacerecycler:furnace_recycling",
"category": "misc",
"cookingTime": 200,
"experience": 0.1,
"ingredient": [
{
"item": "minecraft:golden_chestplate"
}
],
"result": "minecraft:gold_nugget",
"maxYield": 72
}
{
"type": "furnacerecycler:smoker_recycling",
"category": "misc",
"cookingTime": 100,
"experience": 0.1,
"ingredient": [
{
"item": "minecraft:golden_apple"
}
],
"result": "minecraft:gold_ingot",
"maxYield": 8
}

This mod may be ported to versions 1.12-1.21.

furnacerecycling-0.2.0.1.jar
MC Client, 1.20.1, Forge, Server
Release 2025-07-28 Get
furnacerecycler-0.1-SNAPSHOT.jar
MC 1.20.2, Client, Forge, Server
Beta 2025-02-04 Get

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998