Dumb Library
Dumb Library is a compact and lightweight library that serves as the foundation for all mods from developer DumbCode. This toolkit provides developers with powerful capabilities for creating diverse content.
Main Features:
Advanced Animation System - implements a full-fledged animation system supporting various character and object poses. Works with .tbl and .dca formats. Detailed documentation is available to explore all capabilities.
Custom Item Models - a special item model allows creating variations that display different models depending on state or type.
JSON Utilities - convenient tools for easy loading of files from directories and their registration using Forge.
Tabula Tools - comprehensive utilities that simplify working with Tabula models for all your needs.
Developers are continuously working on expanding the library's functionality, so expect new features in future updates.
Installation:
To add the library to your project, make the following changes to your build.gradle file:
plugins {
id "com.wynprice.cursemaven" version "2.1.1"
}
dependencies {
deobfCompile "curse.maven:dumb-library:2940647"
}