Minecraft Recycler mod 2026 download
logo
minecraft mod Recycler

Recycler

Game Version: 1.12
Total Downloads: 2,591
Updated: Aug 13, 2018
Created: Aug 8, 2013
Download RecyclerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Recycler 1.3.0 release 10.54 KB Aug 13, 2018 1.12 215 download Recycler Recycler 1.3.0 releaseDownload
Recycler 1.2.0 release 22.73 KB Sep 1, 2014 CB 1.7.9-R0.2 449 download Recycler Recycler 1.2.0 releaseDownload
Recycler 1.1.2 release 21.15 KB Feb 19, 2014 CB 1.7.2-R0.3 277 download Recycler Recycler 1.1.2 releaseDownload
Recycler 1.1.1 release 27.08 KB Jan 19, 2014 CB 1.7.2-R0.2 238 download Recycler Recycler 1.1.1 releaseDownload
Recycler 1.1.0 release 27.04 KB Dec 1, 2013 CB 1.6.4-R2.0 236 download Recycler Recycler 1.1.0 releaseDownload
Recycler 1.0.1 release 26.07 KB Aug 13, 2013 CB 1.6.2-R0.1 650 download Recycler Recycler 1.0.1 releaseDownload
Recycler 1.0 release 25.72 KB Aug 8, 2013 CB 1.6.2-R0.1 526 download Recycler Recycler 1.0 releaseDownload

Description

Share this:

 

Recycler is a small plugin that allows players to smelt items in furnaces in order to turn them back into the materials they got made out of. It offers configuration options to allow it being adjusted to many different use cases.

So it's kinda like smelting iron/gold equipment since 1.11, just better.

Usage

To recycle an item you need to put it in an furnace with some fuel. After the burning process the resulting material will wait in the output slot for you. It is possible to modify the output based on the durability of the item, to prevent that tool can be replaced for free with this plugin.

The remaining reward for will be calculated

amount = defaultAmount * (remainingDurability + extraDurability) / input.maxDurability

 

Hoppers and Droppers won't put defined item into furnaces by default, but you can deactivate this behavior.

Permissions

Each recycle recipe is bound to a permission node. If a player doesn't have this node, he'll not be able to put this item in the furnace.

recycler.item.<itemName> – allows the player to recycle this item
recycler.item.* – allows the player to recycle every defined item
recycler.admin – allows the player to reload the config

Configuration

 

# General options
general:
  # prevents hoppers and droppers from putting recyclable items into furnaces
  disableHopper: true 

# Recipes
#
#  diamond_pickaxe:         # unique key, can be anything
#    input: DIAMOND_PICKAXE # Material to smelt, for names see 
                            # https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/browse/src/main/java/org/bukkit/Material.java
#    result: DIAMOND        # Smelting result item
#    resultamount: 3        # number of result items per smelted input
#    extradura: 0           # extra durability for amount calculation
#    calcdura: true         # whether the resulting amount should be calculated 
                            # based on item damage, formula: 
                            # reward = rewardamount * (input.maxDurability +
                            # extradura - input.damage) / input.maxDurability
#    burntime: 100          # the time the item burn in the oven in ticks (1/20th seconds)
recipes:
  diamond_pickaxe:
    input: DIAMOND_PICKAXE
    result: DIAMOND
    resultamount: 3
    extradura: 0
    calcdura: true
    burntime: 100

 

Source

Get the Source on GitHub

Comments

Add a comment