1.2.0
Compatibility
Required content
Changes
RRM 1.2 UPDATE NOTES
Added comments to all config options and expanded it further
Added new food items
Added a new dimension, The Lost Mines with brand new mobs, items, and secrets to explore!
Added new weapons Fixed some small issues with lightless pathfinding
Added a leader lightless variant
Added 7 new mobs Once again changed how soot scuttlers sleeping animation is canceled to attempt to finally fix sleepwalking
Added 2 new music disks
a buncha bug fixes i lost track of how many
Added 2 ring baubles
Added 2 ability baubles
Added 3 brand new blocksets!
Added a custom crafting station with JEI compatibility!
Added a new redstone block
Added a tool variant for biosteel
Added 3 new crops
Added 3 new Enchantments
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:yH5YLFcB:WDslFndR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yH5YLFcB:WDslFndR"
}

