2.5
Compatibility
Changes
🔥 PotentOres 2.5 - Forge
PotentOres is now officially available for Forge! 🎉
This is the first Forge release of the mod, bringing the PotentOres experience to Minecraft Forge 1.20.1.
✨ Features
- 💎 New armor sets made from different Minecraft materials.
- ⚔️ New swords and tools with unique stats.
- ⛏️ Special tool abilities such as Auto Smelting.
- 🔥 Fire-based weapon abilities.
- 🛡️ Unique armor effects and bonuses.
- 🎒 Dedicated PotentOres Creative Mode tab.
- 💠 Custom materials including Magma and Obsidian equipment.
🔧 Forge Port
- Ported the mod from Fabric to Forge.
- Reworked item registration using the Forge registry system.
- Converted armor and tool materials to Forge-compatible systems.
- Converted gameplay events and special abilities to Forge events.
- Added full Forge 1.20.1 support.
🐛 Fixes
- Fixed several issues found during the Forge conversion.
- Improved internal stability.
- Cleaned up and reorganized parts of the mod code.
📌 Compatibility
- Minecraft: 1.20.1
- Mod Loader: Forge
Welcome to the Forge version of PotentOres! 🔥💎
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:o8ZeD6ZN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f9hDXos8:o8ZeD6ZN"
}

