Modscraper Modscraper Minecraft
Dumb Library logo

Dumb Library

Mod

by wyn_price

A small lightweight library

Type

Mod

CurseForge Downloads

856,500

CurseForge ID

298694

Last Updated

Apr 12, 2026

Description

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"
}

Similar Mods

Included in Modpacks

External Resources