Tags
Creators
Details
0.3.1+mod
Compatibility
Changes
A Breach Happened 0.3.1
There was a bunch of ehm, hidden updates in 0.3 that I forgot to mention, and yes, there was a lot I forgot to mention, this was an update that I planned to be much bigger. However, I had come much further than I realised when I decided to cut some content for 0.4 which will most likely be the update where the story ends, and I will then take feedback and polish the story, then finalise it for full release.
New Features
- Guard Tower now contains a compass that can locate these images in a radius
- Entities are now locked behind a progression system, find images to get them spawning
- New events can happen such as random block towers appearing
- When finding a new structure, an ominous random sound will play
- New music by Myuu has been added
- New setting: Disable Progression - Disables the progression system allowing for all events to happen instantly
Bugfixes
- Black Figure can now spawn again, this was missed due to Minecraft time system changing
- Deeper Void no longer generates Andesite Stairs for the holes in bedrock walls
- Deeper Void now has bright light
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:NBk343qa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UzkWePRG:NBk343qa"
}

