DAQEM / ArcLib

Data driven action, reward, condition library for Minecraft (Neo)Forge and Fabric
Apache License 2.0
1 stars 0 forks source link

Properly indicate dependencies UI Lib as both sided or make it optional #26

Closed ghost closed 2 weeks ago

ghost commented 5 months ago

This mod relies on UI LIb, however UI Lib is an exclusively client sided mod. Despite that, this mod requires it while still being loaded on the server.

DAQEM commented 2 weeks ago

Correct. On Forge, UI Lib is treated as a client side only dependency, but on Fabric, this feature hasn't been implemented yet. And I'd rather have people install UI Lib on the server side for Fabric than making it optional, just for Fabric.

I did some research and found that this feature almost got implemented back in 2021, but for some reason they decided not to...