3.0.0
Compatibility
Changes
Forge 3.0.0
PotentOres 3.0.0 โ Forge
๐ Major update for Minecraft 1.21 ๐งฉ Rebuilt the mod using a new multiloader architecture ๐จ Added Forge support to the new 3.0.0 codebase ๐ก๏ธ Added/updated all PotentOres armor sets โ๏ธ Added/updated swords, pickaxes, axes, shovels and hoes for all materials โจ Reworked armor effect system โ๏ธ Added Auto Smelt functionality ๐ฅ Added fire-based weapon abilities ๐งฐ Added PotentOres Creative Tab ๐ฆ Updated all crafting and furnace recipes for Minecraft 1.21 ๐ท๏ธ Added Minecraft and PotentOres item tags ๐ Updated translations โ๏ธ Migrated item registration to the new shared registry architecture ๐ ๏ธ Updated armor material and tool tier systems for Minecraft 1.21 ๐งน General code cleanup and internal restructuring ๐ Improved feature parity with Fabric and NeoForge
Loader: Forge 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:FfegUsdA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f9hDXos8:FfegUsdA"
}

