Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
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
- Music Box
- Pale Garden Backport
- Secret project 1
- Secret project 2
And of course, it depends on Kotlin for Forge to work. Many thanks to their team!
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
- Brewing recipes are now data-oriented
- Noise generators (using FastNoise)
- 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.