promotional bannermobile promotional banner

DillonLib

API that provides platform abstraction, mixin management, configuration systems, factories, and other common modding utilities.
Back to Files

[26.3] DillonLib 1.1

File namedillonlib-1.1_fabric-mc26.3.jar
Uploader
Dillon8775Dillon8775
Uploaded
Sep 15, 2026
Downloads
284
Size
161.2 KB
Mod Loaders
Fabric
File ID
8890548
Type
R
Release
Supported game versions
  • 26.3

Curse Maven Snippet

Fabric

modImplementation "curse.maven:dillonlib-1609556:8890548"

Learn more about Curse Maven

What's new

# Version 1.1

- Update to 26.3.
- Requires [Fabric Loader version 0.19.5](https://fabricmc.net/use/installer/) or greater to load.
- Add PlatformMenuButton: Easily add your mod menu button to the title and pause screen under certain conditions.
- Add UpdatableSpriteButton.
- Add DillonLibModReferences.
- Add KeybindScrollHelper (+ KeybindsScreenAccessor).
- Add DebugScreenEntriesInvoker.
- Add DebugOptionsScreenMixin.
  - Fixes a bug where closing the debug options screen always set the parent screen to null.
- Remove ModernListWidget (unused).
- ClientModPlatform:
    - Add overridable "menuButtons" method to configure PlatformMenuButtons.
- ClientTasks:
    - Add "drawModInfo" - draws mod information in a specified menu screen.
    - Add "tryOpenYaclScreen" - tries to open a [YetAnotherConfigLib](https://modrinth.com/mod/yacl) configuration screen, and warns the user if the mod is not installed
    - Add "openDebugEntriesScreen".
    - Add "isOnServer".
    - Update "drawSprite" methods to "blitTexture", add separate "drawSprite" method, which actually draws a sprite from the "sprites" folder.

This mod has no additional files