Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
15.1.5+fabric
Release
[Fabric 1.21] 15.1.5last year 374.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
15.1.5
- feat: PerformanceImpact config annotation
- feat: SizedIngredient
- feat: re-introduce datagen
- improve: f3CopyInInventory option (close #76)
- feat: add client commands
- fix(neoforge): loadingOverlayNoFade not working properly
15.1.4
- improve: #74
15.1.3
- Merge branch '1.21-fabric' of https://github.com/Snownee/Kiwi into 1.21-fabric
- feat: option to disable cosmetic screen keybind (close #71)
- fix: KiwiLanguageProvider
- feat: Util.friendlyText snake case support
- Fabric - tr_tr.json Turkish Localization (#72)
15.1.2
- feat: CustomIngredient layer
- feat: NotNullByDefault. null safety haha
- chore: update EvalEx
15.1.1
- fix: try to make it compatible with Sinytra
- fix
15.1.0
- feat: add ap option: kiwi.clientOnlyMod
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:iAK06iqs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufdDoWPd:iAK06iqs"
}


