Tags
Creators
Details
7.5.3+1.21-neoforge
Compatibility
Changes
(V.7.5.3 Changes) (1.21 Minecraft)
Misc:
Changed how I detect structures within features. May resolve issues where game gets deadlocked/stuck during worldgen.
(V.7.5.2 Changes) (1.21 Minecraft)
Cities:
Fixed crash when Wither Skeletons with Bows are spawned in the Nether City.
(V.7.5.1 Changes) (1.21 Minecraft)
Misc:
Silly me. Changed target_pool to target_structure for rs_pieces_spawn_counts files since it targets structures. Not pools.
(V.7.5.0 Changes) (1.21 Minecraft)
Major:
Ported to 1.21
Misc:
pool_additions is now renamed to rs_pool_additions with the name field inside change to target_pool.
Files under same namespace and path aren't merged anymore but will override like normal datapacks.
Use the target_name field to specify the template pool to merge the additional pool entries into.
rs_pieces_spawn_counts now has target_structure field for what template pool to apply their behavior to (only works for RS structures)
rs_pieces_spawn_counts is fixed so files properly override each other if under same namespace/path.
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:QDNS5oAT:BcxbnEhC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QDNS5oAT:BcxbnEhC"
}
