Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 4 days ago
All versions
15.8.8+fabric
Release
[Fabric 1.21.1] 15.8.84 days ago 1,276
Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
15.8.8
- Merge branch '1.21-fabric' of https://github.com/Snownee/Kiwi into 1.21-fabric
- fix: no longer exclude KiwiDataGen.class
- Update build.gradle for 1.21-fabric
15.8.7
- fix: data module toggle
15.8.6
- feat: disable data module by default (close #79)
- fix: cloth config mod id on NeoForge
15.8.5
- fix: Pressing F3 to display info on some items crashes the game (close #111)
15.8.4
- Merge branch '1.21-fabric' of https://github.com/Snownee/Kiwi into 1.21-fabric
- improve(ksit): now you can't sit when there is a solid block above the seat (close #109)
- feat: print item data components in chat
15.8.3
- feat: JEI support for KSwitch groups
- feat: EMI support for KSwitch groups
- fix: porting mistake
- feat: add quiet command
- feat: mapping resolver
- chore: add missing content from neoforge
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:ufdDoWPd:G8gDBRJv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufdDoWPd:G8gDBRJv"
}


