Tags
Creators
Details
2.3
Compatibility
Changes
Pillager Update Part 2 - Therons Past
- added Pillager Village Dungeon
- added new Sky Decor structure variant
- added new Ocean Ships structure variant
- added Fossil structure
- added Far Watch structure
- new Boss in Pillager Village
- added Random Totems dropped by Rusta
- added new books from the perspective of the Pillagers
- added some new Villager Books
- added new Block for Raj Lightning Rod, that will summon lightning around him randomly
- removed Herobrine
Fixes
- improved structure generation
- fixed Skyhold placement
- improved Armory generation
- Raj Lightning Rod can no longer be destroyed by fire or lightning
Changes
- Guardians no longer naturally spawn inside the Skyrtle
- Guardians spawned by Tenku have less life
Technical
- A lot of code have been moved and rewritten to improve the performance of KS. Additionally, you can now, disable all Bosses, Bossbars, Custom Model need and the entrance to the Deep Blue in game.
For MC 1.21.5 this is done via /funtion kattersstructures:gamerules/ [name of rule]
For MC 1.21.6+ it can be found in the new Dialog Menu found under /function kattersstructures
-
For MC 1.21.6+ a new FAQ Button has been added to the pause menu, housing useful information
-
The Deep Blue Portal generation has been changed: Portals now will spawn in the opposite dimension in a defined y-Range, and not at translated y-height. Solving portals spawning in bedrock This means, that all portals have to be broken and rekindled to work again.
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:V6LLU8Gf:FMlSmVpg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V6LLU8Gf:FMlSmVpg"
}

