header effectheader

A small lightweight library used by all of DumbCode's mods.

What it contains so far:

  • A fully fleshed out animation system that handles different poses, all in .tbl format. Also supports the .dca format.Documentation
  • A custom item model that allows you have variants that show different models.
  • Json Utilities that make it easy to load files from directories and register them using forge.
  • Tabula Utilities to help with all your tabula model needs.
  • Much more coming soon

How to add:

in your build.gradle, add the following:

plugins {
id "com.wynprice.cursemaven" version "2.1.1"
}

dependencies {
deobfCompile "curse.maven:dumb-library:2940647"
}