DGLib

Common code for MsDogGirl's mods. Includes dynamic skin swapping and emissive skin layer APIs.
Back to Files

DGLib Alpha 1.2

File namedglib-alpha_1.2.jar
Uploader
MsDogGirlMsDogGirl
Uploaded
Mar 5, 2026
Downloads
147
Size
78.7 KB
Mod Loaders
Forge
File ID
7714147
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:dglib-1452161:7714147")

Learn more about Curse Maven

What's new

Changes - For Developers

  • Added a new feature: the ColorPickerAPI.
  • It's a prebuilt color wheel UI that can be implemented to give the user control of colors.
  • It has support for multiple tabs and a custom title.
  • It has a brightness slider.
  • If you don't want to use the full screen, you can use the color wheel widget in your own UI.
  • Overhauled the GlowLayerAPI into the new ColoredGlowLayerAPI
  • It takes a color as a parameter, applying a tint to your glow. A greyscale texture as a mask works best for this.
  • It now has support for multiple players with different glow textures and colors.
  • The old API has been left in to avoid breaking existing mods but is deprecated.

This mod has no additional files