About Deltabox Lib Library
Deltabox Lib is a collection of reusable code for the developer's mods. This library is written in Kotlin, which allows the author to spend less time on verbose code and focus on creating interesting projects!
Dependencies
- Architectury
- For Forge: Kotlin For Forge
- For Fabric: Fabric Language Kotlin
What already uses this library
Currently, the library is a required dependency for the following projects:
- Brazilian Delight
- Music Box
- Pale Garden Backport
- Secret project 1
- Secret project 2
Main Features
- Simplified registration system for blocks, items, creative mode tabs, and fluids
- Ready-made templates for various block types for repeated use
- Easy creation of tree sets
- Simple configuration of villager and wandering trader trading
- Abstract data generators for recipes and loot tables
- Noise generators (using FastNoise)
- Custom armor renderers
- Helper tools for creating custom world generation features
The library's arsenal will expand as new mods are developed and Minecraft modding capabilities are explored.