Item Recycler
Modby LatvianModder
Adds a simple recycler block that lets you recycle items into their components
Type
Mod
CurseForge Downloads
1,348,570
CurseForge ID
513660
Last Updated
Jul 28, 2026
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})Similar Mods
'Dustrial Decor
This small mod adds some industrial-looking blocks you can use to decorate your builds.
Pam's Cookables - Pam's Harvestcraft Addon
Let's you bake your bread(and more) again!
Bocchium
Forge port of Bedrodium, culling bedrock sides for better performance.
BetterTabs
Addon mod to add inventory Tabs/Tooltips to BetterQuesting, LevelUpReloaded, LevelUpLegacy, and ClassyHats
Icterine
Advancements optimization (specifically, InventoryChangeTrigger)
Better Title Screen
Better Title Screen is a client-side mod that provides options to customize Minecraft's title screen.

