1.0.0
Compatibility
Changes
This mod adds three new elements to the game: Ruby, Cobalt, and Uranium.
By combining a Netherite ingot with a Ruby ingot, you can craft a Cobalt ingot, which is used to create powerful tools and armor.
Ruby ore generates underground between Y -50 and -30 and can only be mined with Netherite tools.
The mod also introduces Uranium. Uranium spawns in the End dimension as a meteorite, generating between Y levels 30 and 70, and can only be mined using a Cobalt pickaxe.
To obtain usable Uranium, you must first take the raw uranium and process it in a Chemistry Table by reacting it with Cleaning Lotion, then smelt it in a furnace. After that, you’ll finally obtain Uranium ore.
These newly added equipment items are much stronger and faster than the diamond and netherite items already found in the game, and they are also unbreakable. These features make the new equipment perfect for RPG and hard-mode gameplay, and since they are difficult to obtain, they do not ruin the overall game balance.
However, since this mod may feel too overpowered for some players, we recommend using it together with hard or challenging mods.
And I personally recommend playing this mod together with JEI recipe mod.
And the purpose of making this mod is to gain experience and learn modding.
Have fun!
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:hXfQbE5P:mlfMwO7I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hXfQbE5P:mlfMwO7I"
}

