ModificationStation / StationAPI

A general use API for Fabric Loader mods on legacy Minecraft versions.
86 stars 20 forks source link

Dependency debloat #126

Closed mineLdiver closed 4 weeks ago

mineLdiver commented 2 months ago

Removes largely redundant dependencies, specifically:

  1. MixinExtras (now included in Fabric Loader)
  2. Expressions (was replaced with specialized interfaces and records)
  3. Cyclops (was replaced with vanilla Java lambda manipulations)
  4. Reactive Streams (Cyclops dependency)
  5. KindedJ (Cyclops dependency)
  6. Agrona (Cyclops dependency)

Closes #118