mdcdi1315's BML

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

File Details

mdcdi1315_base_mods_lib-forge-1.21.1-Stable-1.0.34.jar

  • R
  • May 28, 2026
  • 1.19 MB
  • 6
  • 1.21.1+1
  • Forge

File Name

mdcdi1315_base_mods_lib-forge-1.21.1-Stable-1.0.34.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

Forge

implementation "curse.maven:mdcdi1315-base-lib-1379583:8158701"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

### Now releasing 1.0.34:

-> Event API: Redesign how it is loaded and shut down. Additionally, this fixes issue #1.

-> Collections package: Added `BTreeDictionary`, which is the first `IDictionary` implementation!

-> Added more annotations to the new annotations package.

-> World package: Added several block manipulation helpers, and added the `Area3DEnumerator` for retrieving all the block positions in the defined area.

-> Debug Events Manager: The Debug events manager now properly logs each dispatched event to console. This is meant as an internal improvement for mod developers.

-> Deprecated the `JavaCollectionsCompatibilityHelper` class, as it is incomplete. The `CollectionManipulations` class now provides everything needed for translating collection classes.