Mod
Item Recycler
No reviews yet
Adds a simple recycler block that lets you recycle items into their components
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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})
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers

