CurseForge · Minecraft mod
FurnaceRecycling
A mod adding durability-dependent yields for tool smelting recipes/
Quick answer
Which FurnaceRecycling release should I use?
furnacerecycling-0.2.0.1.jar targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is FurnaceRecycling required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does furnacerecycling-0.2.0.1.jar need?
furnacerecycling-0.2.0.1.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add FurnaceRecycling without breaking your instance.
Built for furnacerecycling-0.2.0.1.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use furnacerecycling-0.2.0.1.jar. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside furnacerecycling-0.2.0.1.jar. It opens that exact file at the source.
About this project
What does FurnaceRecycling add?
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.
Project description from CurseForge.
Pick your setup
FurnaceRecycling by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.20.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
FurnaceRecycling versions and loaders
furnacerecycling-0.2.0.1.jar
28 Jul 2025
furnacerecycling-0.2-forge-47.4.4.jar
furnacerecycling-0.2.jar
28 Jul 2025
furnacerecycler-0.1-SNAPSHOT.jar
4 Feb 2025
Looking for an older file? The official CurseForge project page is in Resources.