Skip to content

LepkoQQ/Recycler

Repository files navigation

Recycler

Minecraft mod that allows you to recycle your damaged tools and armor in the blast furnace.


This mod allows you do melt down tools and armor back to materials in the blast funace.

img img img img


The amount of materials you get back depends on durability.

img img img img


All these items can be recycled in the blast furnace by default.

img img img


A diamond nugget is added so that you can melt down damaged diamond equipment.

img img


Be careful! If you melt your equipment in the regular furnace you still get only a nugget back.

img


More recipes can be added via data packs.

Sample recipe json:

{
  "type": "recycler:blasting_recycling",
  "ingredient": {
    "item": "minecraft:iron_pickaxe"
  },
  "results": [
    "minecraft:iron_ingot",
    {
      "item": "minecraft:iron_nugget",
      "count": 9
    }
  ],
  "max_output": 3
}

max_output is the amount you get back when the item is not damaged at all.

The item from results that has the lowest count will be tried first and if max_output × count × durability_percentage is less than 1 the item with the next lowest count will be tried.

About

Minecraft mod that allows you to recycle your damaged tools and armor in the blast furnace.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published