p0t4t0sandwich / TaterLib

A cross API code library that allows developers to write code that works across multiple modding platforms, and across a wide range of Minecraft versions, all with one JAR file. If TaterLib runs on it, so can your plugin/mod.
GNU General Public License v3.0
8 stars 2 forks source link

Use mixins to allow for Sponge 8-11 to exist in the same Jar #27

Closed p0t4t0sandwich closed 8 months ago

p0t4t0sandwich commented 8 months ago

Seems unlikely given Forge's need for version-dependent Jars, the need to simplify the codebase into common vanilla for maintainability reasons, and that I now plan to depend on grabbing SpongeAPI's underlying implementation to add proper Brigadier support.