1.6
Compatibility
Required content
Changes
PotentOres 1.6 š Initial Release
Welcome to the first release of PotentOres!
This update introduces new ore-based equipment, giving more vanilla resources a purpose beyond their traditional uses.
⨠New Content
š Amethyst Added a full set of Amethyst Tools. Added a full set of Amethyst Armor.
ā¤ļø Redstone Added a full set of Redstone Tools. Added a full set of Redstone Armor.
š Emerald Added a full set of Emerald Tools. Added a full set of Emerald Armor.
š¤ Quartz Added a full set of Quartz Tools. Added a full set of Quartz Armor.
š Lapis Lazuli Added a full set of Lapis Lazuli Tools. Added a full set of Lapis Lazuli Armor.
š¤ Coal Added a full set of Coal Tools. Added a full set of Coal Armor.
āļø Balance Each material has unique stats designed to offer a distinct progression path. Equipment is balanced to provide meaningful alternatives to vanilla gear while keeping the gameplay experience fair.
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:1B21MRG7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f9hDXos8:1B21MRG7"
}

