Custom ways to recycle items/blocks and transform them into what they are made of, just edit the easy to configure config file.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.15
- 1.16
- Contributors:
- EmprZedd, Me, Myself, I
- Donation Link:
- https://paypal.me/gimmegimm3
Ways to recycle
Examples:
- Crafting Table (craftingrecipe)
- Furnace (furnacerecipe)
- Blast Furnace (blastingrecipe)
- Smoker (smokingrecipe)
- Campfire (campfirerecipe)
- Stone Cutter (stonecutterrecipe)
Using this config, we can make diamond armor smelt into 4 diamonds, also giving the player 9xp. It will take 400ticks to smelt down.
And putting a cookie into a stonecutter will allow you to get some blocks
Code (Text):itemlist:
'Dchest':
input: DIAMOND_CHESTPLATE
method: furnacerecipe 400 9
output: DIAMOND 4
'DiamondCookie':
input: COOKIE
method: stonecuttingrecipe
output: DIAMOND_BLOCK 1
'GoldCookie':
input: COOKIE
method: stonecuttingrecipe
output: GOLD_BLOCK 1
'IRON Cookie':
input: COOKIE
method: stonecuttingrecipe
output: IRON_BLOCK 1
'EMERALD COOKIE':
input: COOKIE
method: stonecuttingrecipe
output: EMERALD_BLOCK 1![]()
![]()

Custom Item/Block Recycler 1.16.3,1.16.2,1.16.1,1.15
add custom ways to recycle items/blocks