ModificationStation / StationAPI

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

Dependency bloat #118

Open mineLdiver opened 2 months ago

mineLdiver commented 2 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).