Tags
Creators
Details
1.0.0+mod
Compatibility
Changes
π₯ Auto Smelt Ores Datapack
Say goodbye to furnaces and fuel grinding! This datapack automatically smelts Iron, Gold, and Copper ores the moment you mine them β giving you instant ingots straight into your inventory.
Perfect for players who want faster progression, smoother survival gameplay, or just to skip the early-game smelting grind.
β¨ What This Datapack Does
This datapack makes mining far more rewarding and efficient by instantly smelting key ores as you break them.
β Iron Ore β Iron Ingot β Gold Ore β Gold Ingot β Copper Ore β Copper Ingot β Works with Fortune β Works in Survival & Multiplayer β No furnaces, no fuel, no waiting
You mine it β itβs ready to use immediately.
βοΈ Why Use It?
- Skip early-game smelting entirely
- Perfect for speedruns and progression-focused worlds
- Saves coal, lava, and time
- Multiplayer-safe
- 100% vanilla-friendly β no mods required
- Fully compatible with most datapacks
π₯ Installation
- Download the datapack
.zip - Drop it into your worldβs
datapacksfolder - Reload your world (
/reload) if needed - Start mining and enjoy instant ingots!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:So9jM0IV:6RLPQZvU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:So9jM0IV:6RLPQZvU"
}

