Minecraft Custom Furnace Recipes mod 2026 download
logo
minecraft mod Custom Furnace Recipes

Custom Furnace Recipes

Game Version: 1.17
Total Downloads: 87
Updated: Nov 15, 2021
Created: Jun 13, 2021
Download Custom Furnace RecipesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v0.2.1 release 3.05 KB Nov 15, 2021 1.17 0 download Custom Furnace Recipes v0.2.1 releaseDownload
v0.1 release 2.37 KB Jun 13, 2021 1.16 84 download Custom Furnace Recipes v0.1 releaseDownload

Description

Share this:

What can this plugin do for you?

This plugin allows you to create custom furnace recipes to your server, e.g. 

Iron Sword melts down to 2 Iron Ingots. All customizable with a config.

How do I add my own recipes?

With the config.yml the plugin creates for you. It's in the SalvageSmelter directory in your /plugins folder.

To add a recipe, you need 3 things. The source material (e.g. an Iron Sword), the result (e.g. Iron Ingot) and the amount of the result (e.g. 2). 

scrapList:
- IRON_SWORD
- GOLD_SWORD
IRON_SWORD:
  result: IRON_INGOT
  amount: 2
GOLD_SWORD:
  result: GOLD_INGOT
  amount: 2

 If you want to add your own recipe, add the material name of your source item to the scrapList and create an entry for it. An example is listed below.

scrapList:
- IRON_SWORD
- GOLD_SWORD
- DIAMOND_CHESTPLATE
IRON_SWORD:
  result: IRON_INGOT
  amount: 2
GOLD_SWORD:
  result: GOLD_INGOT
  amount: 2
DIAMOND_CHESTPLATE:
  result: IRON_INGOT
  amount: 20

Tutorials

  • Basic Tutorial, No Audio [by me, lul]

  •  Tutorial with Audio by Lowkey

 

Contact

Discord: gold.ly#6685

 

Comments

Add a comment