Tags
Creators
Details
1.0.0+mod
Compatibility
Changes
⛔ Netherite Removal Datapack
Return Minecraft to a more grounded survival experience by completely removing netherite items from your world!
Perfect for survival servers aiming for balanced progression, RPG maps with intentional difficulty curves, or anyone who feels netherite makes the late game too easy.
🚫 What This Datapack Does
This datapack removes all netherite armor, tools, scraps, ingots, and upgrade templates, automatically clearing them from a player’s inventory as soon as they are picked up.
✔ Automatically removes all netherite items ✔ Works instantly when items are picked up ✔ No commands, plugins, or mods required ✔ Keeps other items and progression intact
🎮 Why Use It?
- Encourages survival with earlier-tier gear
- Keeps late-game progression more balanced
- Fits perfectly in RPG, adventure, or hardcore-style servers
- Prevents accidental overpowering with netherite
- Makes exploration and combat feel more meaningful
📥 Installation
- Download the datapack
.zip - Place it in your world’s
datapacksfolder - Reload the world (
/reload) - All netherite items are now automatically removed when picked up — enjoy a tougher, more grounded Minecraft experience!
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:3TuF5FkA:x5Rmpg4Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3TuF5FkA:x5Rmpg4Q"
}

