Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 days ago
All versions
26.0.11+fabric
Release
[Fabric 26.1.X] 26.0.11last month 225
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
26.0.11
- refactor: AlternativesIngredient
26.0.10
- fix: built-in item tooltips
- fix: Pressing F3 to display info on some items crashes the game (close #111)
26.0.9
- fix: MiniEffects resets Kiwi's config
- fix: incorrect block templates
- feat: add disableStonecuttingNamespaces
- feat: expose registries in methods in KiwiLanguageProvider
- fix: BlockItem description id
- feat: KiwiBlockLoot strict validation support
- fix: registry order workaround
- fix: BlockItem auto creation
- fix: JEI warnings
- feat: use the new Color class
- feat: add KiwiGO::holderOrThrow
26.0.4
- feat: re-add ClothConfigIntegration
26.0.3
- build: bump fabric loader and api
- Merge pull request #100 from Snownee/fix/issue-99
- fix(cosmetic): avoid crash when rendering custom fake player class
26.0.2
- Merge pull request #98 from Snownee/feature/fabric-26.1-pre1
- feat: JEI support for KSwitch groups
- feat: add back jei compat
- build: bump mineraft to 26.1 rc 3
- port: block tint sources
- build: bump mineraft to 26.1 pre 2
- feat: add back contributor cosmetic
- feat: fix effects position mixin
- feat: add codec for post process
- chore: comment out block color
- feat: use new render state
- feat: remove render layer
- build: bump minecraft and fabric
- chore: remove useless entries in classtweaker
- feat: noForceBackup
- port: s6
- port: Mini Effects
- feat: RecipeUtil#tagIngredient now requires a HolderGetter parameter
- chore: remove KCodecs.compactList
- fix: SizedIngredient
- chore: add jei to dev env
- fix: check ambiguous registry keys
- fix: EntityType and BlockEntityType creation
- fix: debug renderers
- feat: builder mode debug overlay entry
- feat: print item data components in chat
- feat: superClearChat
- refactor(kswitch): conversion. support new blocks
- fix: dev_env_rules command
- fix: various issues. code cleanup
- port: part 5
- port: part 4
- port: part 3
- port: part 2
- port: part 1
- feat: AliasOptionalFieldCodec
- chore: mod-publish-plugin
- port: Customization
- feat: set builder's button default key to unknown (close #90)
- feat(ksit): more options
- feat: port dependencies check
- feat: port the tests
- refactor: port customization from neoforge
- refactor: copy customization from fabric
- fix: lowcode mods
- feat: PerformanceImpact config annotation
- feat: SizedIngredient
- feat: re-introduce datagen
- feat: add client commands
- Merge pull request #84 from SettingDust/1.21-fabric
- fix: avoid crash without after
- fix: load file using mod container
- fix: infinite loading overlay
- refactor: bump to 1.21.8
- chore: remove unused methods
- chore: port tests
- chore: minor changes
- refactor: port utils
- chore: port mixins
- chore: port registries registration
- refactor: port item
- refactor: port tooltip
- refactor: port commands & better functional
- refactor: port block entity builder & go object
- refactor: port recipe utils
- refactor: port contributor models to 1.21
- style: take editor config from lychee
- refactor: contributors render port to fabric api
- refactor: use new network api for block entity
- refactor: remove block definition relating code
- build: bump to 1.21.6
- fix(neoforge): loadingOverlayNoFade not working properly
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Kiwi-mc26.1-Fabric-26.0.11-sources.jar | Unknown | 423.81 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:SUalH113"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufdDoWPd:SUalH113"
}


