1.2.0
Compatibility
Changes
📗 Petrova Wastelands - v1.2.0 (The Gameplay & Balance Update) This update focuses heavily on balancing the mod's progression, improving boss mechanics, and making exploration much more fun based on community feedback and playtesting!
🔄 What's New & Changed: Massive Temple Distance Rework: Decreased the spawn distance of the Infinity Temples from a tedious 20,000+ blocks down to a well-balanced ~6,000 blocks. Exploration is now rewarding without being a chore!
Boss Rebalance & Nerf: The Petrova Golem boss has been heavily rebalanced. Its movement speed has been lowered, visual/audio issues that made it unintentionally terrifying and loud have been fixed, and the overall fight is now much more fair and engaging.
Crafting Improvements: Fixed multiple recipe inconsistencies and streamlined early-to-mid game crafting ingredients for a smoother progression.
Updated Guide Lines: The text in the Wasteland Guide has been updated to correctly reflect the new 6,000-block distances and tweaked boss names.
🐛 Bug Fixes: Fixed a bug where boss audio levels completely ignored standard Minecraft sound sliders.
Cleaned up duplicate recipes that were causing conflicts in the vanilla crafting table.
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:xVNUe5ct:Yjy8Ij1V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xVNUe5ct:Yjy8Ij1V"
}

