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 1 forks source link

Implement Hybrid API's In basic Form #7

Closed wolflord212312 closed 7 months ago

wolflord212312 commented 7 months ago

Ketting,magma,mohist,Arc

Atleast so we can get mods version of hybrid so on

p0t4t0sandwich commented 7 months ago

Redid the API setup to allow for registering API hooks, just need to implement them now. And restructured things so that TaterLib only has to be on once side when there's a shared mod/plugin classpath, ie Arclight

p0t4t0sandwich commented 7 months ago

Arclight's had some interesting stuff for registering Forge events from plugins, but I skipped that bit for now since TaterLib effectively does the same