Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 2 months ago
All versions
0.3
Beta
A Breach Happened 0.34 months ago 133
Compatibility
Minecraft: Java Edition
26.1
Platform
Data Pack
Changes
A Breach Happened 0.3
New Featuers
- Looking at certain signs now have events
- Game crashing is now possible
- New structure
Changes
- Replaced the written books with images
- Light Bulb textures have been drastically altered and goes higher up
- Lore books can now be found in a specific structure
Bugfixes
- Fixed shadowy figure randomly making sounds when it isn't visible on screen
- Making a choice causing player to be slightly unfrozen
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| a-breach-happened-resources.zip | Required resource pack | 36.13 MiB |
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:xwWkoI42"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UzkWePRG:xwWkoI42"
}

