DeltaBox Lib

DeltaBox Lib

2 Downloads

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:

And of course, it depends on Kotlin for Forge to work. Many thanks for 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.