5.4.2
Compatibility
Required content
Changes
⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘ More and Ore Elites Decreased Tier 1 Elite spawn rates to 2.35% (was 3.75%) :Yi: Decreased Tier 2 Elite spawn rates to 1.98% (was 3.4%) :Yi: Additionally passive mobs and some neutral mobs will no longer be able to spawn as Elites :Yi: Additional weaknesses (water / burning) :Yi: Items Added new "Vesselless Hollow", replacing the previously existing types of essence in the mod and their use in crafting :Yi: More uses to be added :Ix: Mobs+ Imps are scheduled for removal in order to receive their own mod, currently :Ix: ⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘
Note: this will likely be one of the last versions i make for more and ore itself as I will be moving onto content creation for smaller mods, eventually having gathered the skill and qi required to restore my meridians for a reboot of this mod in more glory than ever
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:cm4un6CO:KNQbEDaM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cm4un6CO:KNQbEDaM"
}



