Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 2 months ago
All versions
0.12
Beta
[MOD] A Breach Happened 0.128 months ago 227
Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
A Breach Happened 0.12
Dev Note: Will start working on version 0.2 which will continue the white figure story and improve the custom AI of the entities. Will make a wiki on how to edit/add more signs etc.
Adjustments
- Severely decreased the random cave noises.
- Increased chance of world grief events.
- Black Figure scream is a bit more random to not make it feel like it's repeated on loop, and fixed its ambience sound when it gets within a radius of 30 blocks.
- Adjusted text and fixed a few typos.
Bugfixes
- Fixed the A Breach Happened advancement typo.
- Signs spawning on top of snow layer blocks making them float.
- White Figure does not disappear after finishing the current story.
- Using Test Button counted as using it twice.
- Fixed a bunch of typos in the written books.
Changes
- Added custom eye textures to the white figure.
- Added an event cooldown to random minor events.
- Is configurable in
/function abh:settings
- Is configurable in
- When gaining access to The Void for the first time a prompt will show up with a bit of information.
- Added a new generated world event.
- Added a new generated world event.
- Added a loot table to the Minecart with a
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:FN58uwDY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UzkWePRG:FN58uwDY"
}

