All versions
1.6.567
Beta
Kimetsunoyaiba Tweaks 1.6.5672 hours ago 15
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Made GravityControl work with some breathing styles and blood demon arts
- Made Mount Natagumo actually spawn as a mountain (Enhanced Mount Natagumo)
- Fixed the demon spawning for the Tweaks demons
- Added Guard and Dash skills for demon players
- Fixed the crafting recipes for the uniform and nichirin sword (they can now use the new scarlet ore)
- Added a cosmetics tab in the meditaiton menu
- Added a sword sheath customizer
- Fixed some bugs with the Slayer's Blood quest (where the next quest starts before Slayer's Blood finishes)
- Made the "cannot find a marker for this objective yet" a bit more helpful
- Fixed some lag spikes with the quest system and with the claw attacks
- Fixed the bug where the orochi entity lags the game by scanning for structures every player-tick
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:V9zKCHrx:4XK3wuTE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V9zKCHrx:4XK3wuTE"
}




