Back to mods
Item Recycler project artwork

CurseForge · Minecraft mod

Item Recycler

Adds a simple recycler block that lets you recycle items into their components

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

Quick answer

Which Item Recycler release should I use?

Updated 3 years ago
Latest stable file recycler-1605.1.0-build.11.jar
Game version 1.16.5
Loader Forge

Item Recycler recycler-1605.1.0-build.11.jar targets 1.16.5 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 Item Recycler 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 Item Recycler recycler-1605.1.0-build.11.jar need?

recycler-1605.1.0-build.11.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.

KubeJS Optional for Item Recycler recycler-1605.1.0-build.11.jar
optional
No matching file

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Item Recycler without breaking your instance.

Built for Item Recycler recycler-1605.1.0-build.11.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use recycler-1605.1.0-build.11.jar. It targets 1.16.5 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 recycler-1605.1.0-build.11.jar. It opens that exact file at the source.

About this project

What does Item Recycler add?

Adds a simple recycler block that lets you recycle items into their components!

This mod does not have any default recipes, it's up to modpack author to add them! Please do not report missing recipes as an issue.

Simply put items in top slots, click Start Recycling and wait for it to finish! It will stop once you run out of items or it's full.

By default it won't recycle anything, you have to add recipes yourself. Datapack json:

{
  "type": "recycler:recycler",
  "ingredient": { "item": "minecraft:dirt" },
  "results": [
    { "item": "minecraft:wheat_seeds", "count": 3 },
    { "item": "minecraft:stone" }
  ],
  "time": 60
}

time is optional, defaults to 60. Supports KubeJS:

event.recipes.recyclerRecycler('3x minecraft:wheat_seeds', 'minecraft:dirt')
event.recipes.recyclerRecycler(['3x minecraft:cobblestone', 'minecraft:stone', '4x minecraft:coal'], 'minecraft:obsidian')
event.recipes.recyclerRecycler('3x minecraft:wheat_seeds', 'minecraft:grass').merge({time: 60})

Project description from CurseForge.

Pick your setup

Item Recycler 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

Item Recycler versions and loaders

3 of 3 releases match

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