1.1.2
Compatibility
Changes
BIG Challenges v1.1.2: The 150 Survivors Milestone πͺποΈπ§¨ We have reached an incredible milestone β 150 downloads! To celebrate, SindarDen_studios is introducing the most high-stakes update in the "Second Era" of psychological survival. This version is designed to test your greed and your knowledge of the mod's history. π° NEW BLOCK: The Mall The Mall is a specialized trading hub that operates on "Cursed Casino" logic. It is the only way to safely process the new anniversary currency. 70/30 Gamble: Place a "Coin of 150 Survivors" into Slot 0. Jackpot (70% Chance): After a 1-second (20 ticks) delay, you will receive the legendary Reed Pipe in Slot 1. Celebrate the milestone with its random sounds and "Party Effect". The Consolation Trap (30% Chance): You receive a Golden Wallet in Slot 2. Be careful β the wallet itself is a 50/50 lottery that can either give you tickets or rob you of your diamonds and emeralds. πͺ NEW ITEM: Coin of 150 Survivors This coin is both your ticket to riches in the Mall and the most dangerous item ever created by SindarDen_studios. The Ultimate Trap: If you right-click the coin while holding it, the SurvivorsKoliKlatsnutoPKM procedure activates. Inventory Wipe: Your entire inventory is instantly cleared. Record-Breaking Explosion: After a short delay (accompanied by a car sound), a Power 10 explosion occurs. This is the strongest blast in the mod's history.
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:L9tTIjoU:dZni1zxR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L9tTIjoU:dZni1zxR"
}

