All versions
1.0.0
Release
Ender Tools 1.0.03 months ago 136
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Changes
Initial Release
Enderite — a new material tier above Netherite, tied to the End dimension.
Enderite Ore
- Generates naturally in The End, embedded in end stone (rare, similar to Ancient Debris)
- Requires a Netherite pickaxe or better to mine
- Not smelted in a furnace — drop the ore near the Ender Dragon's breath cloud to turn it into an Enderite Ingot
Enderite Upgrade Smithing Template
- Guaranteed find in one of the two chests aboard the End Ship
- Upgrade recipe: combine with a Netherite tool + Enderite Ingot at a smithing table
- Duplication recipe: template (top-center) + Dragon's Breath (surrounding) + Netherite Ingot (center) at a crafting table
Tools
Pickaxe, Axe, Shovel, Sword, and Hoe, each with a magnet effect that sends drops straight to your inventory:
- Pickaxe — stone-type blocks
- Axe — fells an entire tree in one hit (logs, and leaves via accelerated natural decay)
- Shovel — dirt, sand, gravel, and similar blocks
- Hoe — harvested crops (Fortune-compatible)
- Sword — everything a mob drops on death
Durability
- All Enderite items are fire/lava-proof
- Enderite tools teleport to the nearest player's inventory instead of being destroyed by the void or cacti (with an Enderman teleport sound)
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:cKcZHOvF:pLu6KgZm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cKcZHOvF:pLu6KgZm"
}

