Tags
Creators
Details
0.2
Compatibility
Changes
A Breach Happened 0.2
Updated to 1.21.11 Made it feel more of a slow-burn, but still keeping its charm. Though not required but recommended; If you have played this earlier, starting a new world might give you a surprise.
New features
- Black Figure now has a quest line
- Red Figure now has a quest line
- New scary events
- Underground
- And above ground
- New dimension
- New sound effects
- New world events
- New structure
- A LOT of new lore
- New achievements
- New paintings
- Added Promise by Myuu
Tweaks
- Added a grace period for the white figure to spawn when player first loads in the world
- White Figure
- Reduced white figure's spawn rate, but it will now take you to its dimension faster
- Reduced the amount of times you need to use x thing for it to proceed with next quest
- Tweaked some of its dialog to fit the new vision for this project
- Made its quest line more clear
- Red Figure
- Reduced red figure's spawn rate a little bit
- It no longer makes the scream sound, instead it has its own scary ambience sound
- Black Figure
- Reduced black figure's spawn rate a little bit
- It no longer screams much, instead its ambience sound has been increased in volume slightly
- Improved model, making it look scarier
- Reduced the spooky image spawn rate a little bit
- Increased minor event cooldown by 50%
- Rewrote a bit of lore books to include less "I did x, I was x" etc.
- Reduced custom music volume to match the volume of existing in-game music
Bugfixes
- Suspicious house achievement file not being considered JSON
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:UzkWePRG:jfRmUSdA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UzkWePRG:jfRmUSdA"
}

