Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
15.1.2+fabric
Beta
[Fabric 1.21] 15.1.22 years ago 92.9K
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.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
15.0.2
- fix: dead loop in ModBlock.pick()
15.0.1
- fix: Platform.defaultAddEntityPacket
- feat: generate lowcode mods
15.0.0
- port: 1.21
14.1.2
- improve
- feat: port some embedded mods
- improve: location filter
14.1.1
- fix: exclude test resources
14.1.0
- feat: target convention tags api v2
14.0.0
- improve: contributors system
- Merge pull request #57 from SettingDust/feature/1.20.5-pre
- chore: bump shadow for java 21
- Merge branch 'refs/heads/1.20.5-fabric' into feature/1.20.5-pre
- refactor: utils, part 2
- refactor: utils, part 1
- feat: port to 1.20.5 pre4
- feat: port to 1.20.5 pre3
- feat: port to 1.20.5 pre1
- feat: no fade for title screen and loading overlay
- 24w12a
- feat: port utilities from Fruitful Fun
- chore: delete deprecated datagen providers
- fix: LocalizableItem NPE
- test: fix the name of test packet
- refactor: remove the read and write from
PlayPacketHandler - chore: delete old translation
- chore: mc version range
- feat: remove debug NBT tooltips
- fix:
kiwi reloadcommand not working - improve: make KiwiLanguageProvider extend FabricLanguageProvider
- feat: disable trader and phantom spawning in debugLevelRules
- fix: workaround for creating Potion
- improve: exclude test classes in runtime instead of annotation processing
- fix: packets
- 24w11a port
- feat: port serializations (#54)
- chore: reformat code
- feat: more Platform methods
13.5.1
- improve: change the time of showing tooltip hint
- fix: crash if config file is empty (close #53)
- improve: repository filtering for jitpack
- feat: use our own source of EvalEx
- improve: make registration logging more compact
13.5.0
- feat: allow using
KiwiGO#isif game object is unregistered - feat: add client command to open config screen. no longer showing empty config tabs
13.4.0
- refactor: YAMLified metadata. supports loom 1.2+
- fix: config screens not shown
- improve: no hardcoded mod id in build script
- improve: remove guava dependency. faster project load time
- fix: gradle warnings
- fix: condition of clearing modules is inverted
13.3.0
- feat: lazy load data module
- improve: KiwiLanguageProvider
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:Vby6TNe4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufdDoWPd:Vby6TNe4"
}


