TheSuperGamer20578 / Chromatic

A Minecraft mod for controlling Razer Chroma keyboards
https://modrinth.com/mod/chromatic
GNU Lesser General Public License v2.1
14 stars 0 forks source link

Mod API #37

Open TheSuperGamer20578 opened 9 months ago

TheSuperGamer20578 commented 9 months ago

Problem/Use Cases

Currently there is no way to add 3rd party effects and the codebase will continue to become harder to maintain without modularisation.

Feature

Add an API that allows other mods to display effects and split current features out into other jar-in-jar mods.

Alternatives

No response

Additional Context

Fabric API might be a good reference for how to split the mod into multiple mods included in one jar. Modularisation might make it easier to backport to older versions of Minecraft.