promotional bannermobile promotional banner

mdcdi1315's BML

Another library for supporting my multi-platform projects!!! (And possibly other projects too!)
Back to Files

mdcdi1315_base_mods_lib-fabric-1.21.5-Stable-1.0.36.jar

File namemdcdi1315_base_mods_lib-fabric-1.21.5-Stable-1.0.36.jar
Uploader
mdcdi1315mdcdi1315
Uploaded
Jul 5, 2026
Downloads
18
Size
1.4 MB
Mod Loaders
Fabric
File ID
8377410
Type
R
Release
Supported game versions
  • 1.21.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:mdcdi1315-base-lib-1379583:8377410"

Learn more about Curse Maven

What's new

### Now releasing 1.0.36:

-> Further bugfixes on I/O package, and extended the capabilities of the `MemoryStream` class.

-> Event API: Added `IDestroyedOnUseEvent` interface, that allows to construct events that
once they are fired, they are removed from the events manager.

-> Event API: Firing events in event handlers is no longer allowed, except if the event that
is being fired of specifies the `PermitsRecursiveFiring` annotation.