1.7.0+1.20.1-forge
Compatibility
Changes
I’ve spent over 1000 hours building and coding this mod. I learned Java specifically for this. A great way to support me is to get your server through Bisect, and use my code CraisinCraft. Click on the picture for 25%!
By default, structures will no longer be allowed to overlap with each other. This actually makes all structures slightly rarer, because it prevents structures from spawning when it tries to overlap. This applies globally to all structures Fixed an issue with broken taiga biome tag Added a whole ton of documentation located at https://github.com/craisinlord/integrated-api.github.io Integrated API is now properly marked as incompatible with overlapless structures and huge structure blocks, it implements both these features differently so you shouldn't need these mods anyways Fixed broken fabric 1.21 version
Added new tags for configuration, all located in data/integrated_api/tags/worldgen/
structure/disabled_structures.json: Tagged structures do not generate, /locate structure is blocked for those structures. structure/unskippable_structures.json: Overlap prevention will not skip these structures. structure/larger_locate_search.json /locate structure uses a larger search radius for these structures. Geodes are prevented from generating inside these structure starts. feature/skippable_features.json: Tagged features are skipped when they overlap recorded structure Y-ranges.
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:V6fKbpBN:tUs6HqmD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V6fKbpBN:tUs6HqmD"
}

