When player mine ore, it is melted and dropped into an ingot.
Also work with ancient_debris and nether_gold_ore.
Compiled with Java 8
Fully configurable pickaxe material and ore in config.yml
Also you can modify if FORTUNE enchant will work or not.
Use Minecraft ID List to consult name of ores, ingots and pickaxes
Also work with ancient_debris and nether_gold_ore.
Compiled with Java 8
Fully configurable pickaxe material and ore in config.yml
Also you can modify if FORTUNE enchant will work or not.
Use Minecraft ID List to consult name of ores, ingots and pickaxes
Spoiler: config.yml
config :
# List of allowed worlds in which the plugin works
allowed-worlds :
- world
- world_nether
- world_the_end
# Enable/Disable the smelt option
auto-smelt : true
# Enable/Disable the new version available message (update-message)
update-checker : true
# Variables: %plugin%, %version%, %latestversion%, %link%
update-message : ' %plugin% &bNew version available &e(&f%latestversion%&e)&b, you are using &e(&f%version%&e)&b. Download it here: &7%link%'
messages :
# Variables: NA
help :
- '&b< -----------------&aCOMMANDS AUTOSMELT&b ----------------->'
- '&e/autosmelt help &7Show this message'
- '&e/autosmelt reload &7Reload plugin config'
- '&e/autosmelt version &7Show plugin version'
- '&e/autosmelt author &7Show plugin author'
- '&e/autosmelt permissions &7Show plugin permission list'
- '&e/autosmelt plugin &7Show plugin download link'
- '&7Aliases : &eautosmelt&7, &eas'
# Variables: %plugin%
reload : ' %plugin% &aThe plugin has been reloaded'
# Variables: %plugin%, %version%, %latestversion%
version : ' %plugin% &aPlugin version: &b%version%'
# Variables: %plugin%, %author%
author : ' %plugin% &aPlugin author: &b%author%'
# Variables: NA
permissions :
- '&b< -----------------&aPERMISSIONS AUTOSMELT&b ----------------->'
- '&eautosmelt.* &7OP permissions'
- '&eautosmelt.help &7Allow to use &e/autosmelt help'
- '&eautosmelt.reload &7Allow to use &e/autosmelt reload'
- '&eautosmelt.version &7Allow to use &e/autosmelt version'
- '&eautosmelt.author &7Allow to use &e/autosmelt author'
- '&eautosmelt.plugin &7Allow to use &e/autosmelt plugin'
- '&eautosmelt.permissions &7Allow to use &e/autosmelt permissions'
- '&eautosmelt.updatechecker &7Allow receive message if there is an update'
# Variables: %plugin%
command-no-argument : ' %plugin% &7Use &e/autosmelt help &7to see the command list'
# Variables: %plugin%
no-perm : ' %plugin% &cYou don`t have permission to use that command'
# Variables: NA
console-error : 'You can`t use that command in console'
allowed_auto_smelt:
iron_ore:
drop_material : iron_ingot
fortune_affects_drop : true
allowed_pickaxe :
- stone_pickaxe
- iron_pickaxe
- diamond_pickaxe
- netherite_pickaxe
deepslate_iron_ore:
drop_material : iron_ingot
fortune_affects_drop : true
allowed_pickaxe :
- stone_pickaxe
- iron_pickaxe
- diamond_pickaxe
- netherite_pickaxe
gold_ore:
drop_material : gold_ingot
fortune_affects_drop : true
allowed_pickaxe :
- iron_pickaxe
- diamond_pickaxe
- netherite_pickaxe
deepslate_gold_ore:
drop_material : gold_ingot
fortune_affects_drop : true
allowed_pickaxe :
- iron_pickaxe
- diamond_pickaxe
copper_ore:
drop_material : copper_ingot
fortune_affects_drop : true
allowed_pickaxe :
- stone_pickaxe
- iron_pickaxe
- diamond_pickaxe
- netherite_pickaxe
deepslate_copper_ore:
drop_material : copper_ingot
fortune_affects_drop : true
allowed_pickaxe :
- stone_pickaxe
- iron_pickaxe
- diamond_pickaxe
- netherite_pickaxe
nether_gold_ore:
drop_material : gold_ingot
fortune_affects_drop : false
allowed_pickaxe :
- wooden_pickaxe
- stone_pickaxe
- iron_pickaxe
- golden_pickaxe
- diamond_pickaxe
- netherite_pickaxe
ancient_debris:
drop_material : netherite_scrap
fortune_affects_drop : false
allowed_pickaxe :
- diamond_pickaxe
- netherite_pickaxe
Code (YAML):
config :
# List of allowed worlds in which the plugin works
allowed-worlds :
- world
- world_nether
- world_the_end
# Enable/Disable the smelt option
auto-smelt : true
# Enable/Disable the new version available message (update-message)
update-checker : true
# Variables: %plugin%, %version%, %latestversion%, %link%
update-message : ' %plugin% &bNew version available &e(&f%latestversion%&e)&b, you are using &e(&f%version%&e)&b. Download it here: &7%link%'
messages :
# Variables: NA
help :
- '&b< -----------------&aCOMMANDS AUTOSMELT&b ----------------->'
- '&e/autosmelt help &7Show this message'
- '&e/autosmelt reload &7Reload plugin config'
- '&e/autosmelt version &7Show plugin version'
- '&e/autosmelt author &7Show plugin author'
- '&e/autosmelt permissions &7Show plugin permission list'
- '&e/autosmelt plugin &7Show plugin download link'
- '&7Aliases : &eautosmelt&7, &eas'
# Variables: %plugin%
reload : ' %plugin% &aThe plugin has been reloaded'
# Variables: %plugin%, %version%, %latestversion%
version : ' %plugin% &aPlugin version: &b%version%'
# Variables: %plugin%, %author%
author : ' %plugin% &aPlugin author: &b%author%'
# Variables: NA
permissions :
- '&b< -----------------&aPERMISSIONS AUTOSMELT&b ----------------->'
- '&eautosmelt.* &7OP permissions'
- '&eautosmelt.help &7Allow to use &e/autosmelt help'
- '&eautosmelt.reload &7Allow to use &e/autosmelt reload'
- '&eautosmelt.version &7Allow to use &e/autosmelt version'
- '&eautosmelt.author &7Allow to use &e/autosmelt author'
- '&eautosmelt.plugin &7Allow to use &e/autosmelt plugin'
- '&eautosmelt.permissions &7Allow to use &e/autosmelt permissions'
- '&eautosmelt.updatechecker &7Allow receive message if there is an update'
# Variables: %plugin%
command-no-argument : ' %plugin% &7Use &e/autosmelt help &7to see the command list'
# Variables: %plugin%
no-perm : ' %plugin% &cYou don`t have permission to use that command'
# Variables: NA
console-error : 'You can`t use that command in console'
allowed_auto_smelt:
iron_ore:
drop_material : iron_ingot
fortune_affects_drop : true
allowed_pickaxe :
- stone_pickaxe
- iron_pickaxe
- diamond_pickaxe
- netherite_pickaxe
deepslate_iron_ore:
drop_material : iron_ingot
fortune_affects_drop : true
allowed_pickaxe :
- stone_pickaxe
- iron_pickaxe
- diamond_pickaxe
- netherite_pickaxe
gold_ore:
drop_material : gold_ingot
fortune_affects_drop : true
allowed_pickaxe :
- iron_pickaxe
- diamond_pickaxe
- netherite_pickaxe
deepslate_gold_ore:
drop_material : gold_ingot
fortune_affects_drop : true
allowed_pickaxe :
- iron_pickaxe
- diamond_pickaxe
copper_ore:
drop_material : copper_ingot
fortune_affects_drop : true
allowed_pickaxe :
- stone_pickaxe
- iron_pickaxe
- diamond_pickaxe
- netherite_pickaxe
deepslate_copper_ore:
drop_material : copper_ingot
fortune_affects_drop : true
allowed_pickaxe :
- stone_pickaxe
- iron_pickaxe
- diamond_pickaxe
- netherite_pickaxe
nether_gold_ore:
drop_material : gold_ingot
fortune_affects_drop : false
allowed_pickaxe :
- wooden_pickaxe
- stone_pickaxe
- iron_pickaxe
- golden_pickaxe
- diamond_pickaxe
- netherite_pickaxe
ancient_debris:
drop_material : netherite_scrap
fortune_affects_drop : false
allowed_pickaxe :
- diamond_pickaxe
- netherite_pickaxe
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
AutoSmelt [1.8 - 1.21] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,525 times (via Spigot). Download it and open it directly in the game.