2.0.4
Compatibility
Required content
Changes
Changelog V2.0.4:
Dev Note: I was planning to release an update for launch the new "System Complex", but since Trials Chamber Backport got deleted, I got no other choice then delay it until VanillaBackports gets the Trial Chamber update or until find out a way to replace that amount of blocks without making the dungeon too ugly.
Since this update was made in rush, I might have ommited some blocks to replace, if you find an issue, please report it for fix it as soon as possible.
- This version is mainly with the purpouse of remove "Trials Chambers Backport" as a dependency because the mod was removed from the platform, so now is no longer necessary.
- The Mechanical Nest got new interior improvements, with normal spawners again, chests and also a performance boost, should be more playable now.
- The Greenwood Pub got also an interior improvement by reworking the whole generation system, by making it generate more like a roguelike dungeon.
- The Merchant Campsite and the Illager Campsite got a generation rework, now tents should be more common.
Optional dependencies
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:uG4njWFR:nu4Aqmzs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uG4njWFR:nu4Aqmzs"
}










