3.0.0
Compatibility
Required content
Changes
Fabric 3.0.0
PotentOres 3.0.0 — Fabric
🚀 Major update for Minecraft 1.21 🧩 Reworked the project into a multiloader architecture 🧵 Added full Fabric support for the 3.0.0 release line 🛡️ Added/updated armor sets for: -Emerald -Quartz -Redstone -Lapis -Amethyst -Coal -Prismarine -Magma -Obsidian ⚔️ Added/updated complete tool sets for all supported materials ✨ Armor effects were migrated and reworked for Minecraft 1.21 ⛏️ Auto Smelt support for Coal and Magma pickaxes 🔥 Fire abilities for Coal and Magma weapons 🧰 Added custom PotentOres Creative Tab 📦 Added updated recipes for Minecraft 1.21 🏷️ Added item and material tags 🌐 Updated language files and item translations 🛠️ Internal registry system completely reworked for multiloader compatibility 🧹 Removed old loader-specific code from the shared module ⚙️ Improved shared code structure between Fabric, Forge and NeoForge
Loader: Fabric Minecraft: 1.21 Version: 3.0.0
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:f9hDXos8:5Yg2c8lm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f9hDXos8:5Yg2c8lm"
}

