CurseForge · Minecraft mod
Item Recycler
Adds a simple recycler block that lets you recycle items into their components
Quick answer
Which Item Recycler release should I use?
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.
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.
This file does not list any required mods. Do not add a library just because a different file uses it.
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.
- 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.
- 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 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.
1.16.5
2 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Item Recycler versions and loaders
recycler-1605.1.0-build.11.jar
22 Aug 2021
recycler-1605.1.0-build.9.jar
18 Aug 2021
recycler-1605.1.0-build.5.jar
16 Aug 2021
Looking for an older file? The official CurseForge project page is in Resources.

