0.0.5
Compatibility
Changes
HUGE update: 10 new end ores 10 new nether ores
EXTREME bug fixes, these include: Lag reduced by roughly 30% (19.7TPS --> 19.8TPS) This was done by cutting some unneccessary files. Effects on armour being bugged Alloy Transformer not transforming items or deleting items HUGE balancing changes, these include: Harvest levels on TONS of ores and pickaxes being edited, spawn rates being edited, ore spawn heights being slightly changed, ore amounts being shifted. Xabril was unobtainable in the last update via normal means. This fixes that problem and adds some ores slightly better than Xabril.
Alloy Transformer finishes are being pushed back. New alloys should include ores from newer versions. Making all the alloys now, then adding all the new ores, would be detrimental because the new ores would not be used in any alloy recipes.
This update revolutionizes The Nether and The End for the game and pushes us past our halfway mark at 136 ores in the game.
A texture overhaul is to come soon. Be ready. I am also working on porting the mod to newer versions!
Optional dependencies
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:X5vDp7lx:dp3jPfNF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X5vDp7lx:dp3jPfNF"
}


