Описание
# About the Library
**DeltaBox Lib** adds reusable code for my mods. It is made in Kotlin, so I can spend less time dealing with verbose code (_ahem_) and more time creating cool stuff!
Right now it is a required dependency for:
- [Brazilian Delight](https://modrinth.com/mod/braziliandelight)
- [Music Box](https://modrinth.com/mod/musicbox)
- [Pale Garden Backport](https://modrinth.com/mod/pale-garden-backport)
- Secret project 1
- Secret project 2
## Dependencies
- [Architectury](https://modrinth.com/mod/architectury-api)
- If you are using Forge, [Kotlin For Forge](https://modrinth.com/mod/kotlin-for-forge)
- If you are using Fabric, [Fabric Language Kotlin](https://modrinth.com/mod/fabric-language-kotlin)
# Features
- Easier block, item, creative tab and fluids registration
- Many custom block type presets to reuse
- Easier tree set creation
- Easier registration of villager and wandering trader trades
- Abstracted recipes and loot tables data generators
- Noise generators (using [FastNoise](https://github.com/Auburn/FastNoise_Java))
- Custom Armor renderers
- Helpers to create custom world generation features
Many stuff will be added as I do more mods and learn more about Minecraft modding.