2.0.5
Compatibility
Required content
Changes
Changelog V2.0.5:
Dev Note: Sorry for the wait, but trust me when I say that his is a big update, with a lot of reworks in the structures, their generation, loot tables and more. Remember to make a backup just in case.
Since this is a big update, there might be some issues, so if you find one, report it for let me fix it as soon as possible.
- This version is mainly with the purpouse of remove "Yung's API" as a dependency, there was no issues with this mod in general, but I don't like to get too many dependencies, and this one was only necessary for two structures.
- New Structure!! The Mining Complex is here!!, replacing the old Mining System with some small integrated features. (This structure is an optional integration, meaning that it will be only enabled if you install "Trials Backport").
- The Thornborn Towers and the Bandit Towers got a generation rework, making them more uniform but also less randomized. This change was for the purpose to get rid of Yung's API and use instead Integrated API structure type.
- The Greenwood Pub also got a generation rework, using now the structure type of Integrated API.
- The Mechanical Nest was improved, fixing the issue of getting cut when reaching the limit of the max separation distance.
- The loot of many structures (Desert Hall, Bandit Towers, Bandit Village, Foundry, Scorched Mines) got revamped to be much better.
- All structures are 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:FwcrH4Wj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uG4njWFR:FwcrH4Wj"
}









