Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 5 days ago
All versions
26.0.20+neoforge
Beta
[NeoForge 26.1.X] 26.0.205 days ago 144
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
26.0.20
- feat(eval): make DataAccessor public
- feat(langpp): add eval
- feat: translation preprocessor
- feat: global options
26.0.18
- fix: implement default methods for KiwiRecipe to avoid compiler errors in dependents
26.0.17
- chore: align code with fabric
26.0.16
- feat(kswitch): add data-driven mat values
- feat(kswitch): add data-driven family addon system
- feat: connector recipe bridge
- fix: mixin log warning (close #108)
- fix: more binary incompatibilities
26.0.12
- fix: datagen crash
- chore(minieffects): update kiwi manifest file
- Merge branch '26.1-neoforge' of https://github.com/Snownee/Kiwi into 26.1-neoforge
- refactor(customization): adapt condition context (#114)
26.0.11
- feat: add missing classes from fabric
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Kiwi-mc26.1.2-NeoForge-26.0.20-sources.jar | Unknown | 421.4 KiB |
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:xlRwP3Nt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufdDoWPd:xlRwP3Nt"
}

