Back to mods
FurnaceRecycling project artwork

CurseForge · Minecraft mod

FurnaceRecycling

A mod adding durability-dependent yields for tool smelting recipes/

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which FurnaceRecycling release should I use?

Updated 1 year ago
Latest stable file furnacerecycling-0.2.0.1.jar
Game version 1.20.1
Loader Forge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

No extra mods listed for this file

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

FurnaceRecycling versions and loaders

3 of 3 releases match

Looking for an older file? The official CurseForge project page is in Resources.