Mod Kiwi 🥝 (Forge) by Snownee_
- 20468481
- 710.95 KB
- 1.20.1
- September 25, 2018
- August 7, 2023
- API and Library
Description
Mod Information
Name | Kiwi 🥝 (Forge) | Author | Snownee_ | Description | Minecraft modding library |
---|---|---|---|---|---|
Information | Downloads: 20468481 Version: 1.20.1 Size: 710.95 KB Updated at: August 7, 2023 Created at: September 25, 2018 | Tags | API and Library |
Description
Kiwi is a Minecraft library mod which adds utilities for developers. It will do nothing with game itself.
For mod developer, you can simply add a block or item by using module system and annotations. You can check the project repository for more information.
Download Kiwi for 1.12.2
Features for Minecraft 1.14+:
- Annotation-based game object and config registration
- Moudule system. You can choose to register game objects or not, depends on dependencies or configuration.
- Schedule system. Serializable deferred actions
- Data-gen helpers
- Contributor system. You can easily add in-game cosmetics for sponsors
- Basic network handling
- NBT Helper: you can simply access to a deep tag using path like `helper.getString("a.b.c.d")`.
- Re-texture-able block, and its tile entity, item and recipe.
- Dynamic recipe infrastructure. Useful recipe types.
- Debug item NBT & tag tooltips
- Custom item tooltips
- And more!