Fabric support
zml2008 opened this issue ยท 2 comments
Fabric is a relatively up-and-coming mod api that we can probably expect to update faster. It currently doesn't seem to have much in the way of permissions plugins, so could be well-served by having PEX. We'd have to do a lot of the work I already did in Sponge to hook into the server core to replace op checks with permission checks and present an API to other mods, but Fabric already uses Mixin so that should be fairly doable.
Useful links:
This will require switching over to gradle as a build tool, but that is already planned.
stretch goal: client side config gui? https://www.curseforge.com/minecraft/mc-mods/cloth-config
A mostly complete fabric implementation has been added as of 9722513
Gonna call this one complete for now, though adding a clientside UI is a possibility for the future.