promotional bannermobile promotional banner

DGLib

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

File Details

DGLib Alpha 1.2

  • R
  • Mar 5, 2026
  • 78.73 KB
  • 139
  • 1.20.1
  • Forge

File Name

dglib-alpha_1.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:dglib-1452161:7714147")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.