ModificationStation / StationAPI

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

Dependency bloat #118

Closed mineLdiver closed 1 day ago

mineLdiver commented 4 months ago

There are a few dependencies (such as Expressions, Cyclops, Reactive Streams, KindedJ, and Agrona) which aren't really useful for StAPI and should probably be removed and replaced with vanilla Java solutions (such as records instead of tuples).