mdcdi1315's BML

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

File Details

mdcdi1315_base_mods_lib-fabric-1.21.5-Stable-1.0.36.jar

  • R
  • Jul 5, 2026
  • 1.35 MB
  • 7
  • 1.21.5
  • Fabric

File Name

mdcdi1315_base_mods_lib-fabric-1.21.5-Stable-1.0.36.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

### 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.