Community listing page, reviews here may not be monitored by the author.
FurnaceRecycling
No reviews yet
A mod adding durability-dependent yields for tool smelting recipes/
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Filters
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
Resources
External Links
About
Description
Are you tired of smelting a fully-repaired golden chestplate worth 72 gold nuggets to ONE gold nugget?
This mod adds support for smelting recipes with yield depending on item's durability.
This mod is a utility for modpack/datapack makers who want to introduce adequate recycling recipes to vanilla-like tools and armor.
The recipe format is almost exactly the same as for vanilla smelting/blasting recipe. Thus, to add a recycling recipe, you need to choose a recipe type corresponding to appropriate vanilla furnace type, add a field "maxYield" to indicate the maximum amount of "result" items, if input is undamaged.
Example recipes:
{
"type": "furnacerecycler:blastfurnace_recycling",
"category": "misc",
"cookingTime": 100,
"experience": 0.1,
"ingredient": [
{
"item": "minecraft:golden_chestplate"
}
],
"result": "minecraft:gold_nugget",
"maxYield": 72
}
{
"type": "furnacerecycler:furnace_recycling",
"category": "misc",
"cookingTime": 200,
"experience": 0.1,
"ingredient": [
{
"item": "minecraft:golden_chestplate"
}
],
"result": "minecraft:gold_nugget",
"maxYield": 72
}
{
"type": "furnacerecycler:smoker_recycling",
"category": "misc",
"cookingTime": 100,
"experience": 0.1,
"ingredient": [
{
"item": "minecraft:golden_apple"
}
],
"result": "minecraft:gold_ingot",
"maxYield": 8
}
This mod may be ported to versions 1.12-1.21.
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
Statistics
Resources