Tags
Creators
Details
1.7.2
Compatibility
Required content
Changes
Mine Cells 1.7.2
Guidebook
There is now a custom Mine Cells Guidebook item! Patchouli is needed for the book to work, but isn't a required dependency (so, if you don't have Patchouli, the mod will still work, you just won't get the Guidebook!)
- The Guidebook is granted when you first find a Doorway to the Prisoners' Quarters
- Alternatively, it can be crafted with a Book and Prison Bricks
Blocks
- Small crates can now be rotated based on the player's rotation
- Added 3 new poses to the King Statue. These can be cycled through by right-clicking the block.
Mobs
- Added "jump back" mechanics to Undead Archers, Grenadiers and Sweepers
- If the player gets too close to these mobs, they will back off to a safer distance
Bug fixes
- Further prevention of desync issues with Rifts and Doorways, thanks to a new config option
- Fixed the Ramparts structure sometimes generating into itself
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:9Qdvz1OV:qPhXhLWr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9Qdvz1OV:qPhXhLWr"
}

