SuperMartijn642 / ConnectedGlass

6 stars 9 forks source link

[Bug] Fusion is a necessary dependency for the server #50

Closed noahreinalter closed 7 months ago

noahreinalter commented 7 months ago

Version Info

Description of the Bug The new version of Connected Glass adds Fusion as a necessary dependency even for the server where Fusion doesn't do anything

Steps to Reproduce Don't install Fusion on a Fabric server but Connected Glass and SuperMartijn642's Core Lib

More details

SuperMartijn642 commented 7 months ago

Fabric does not have a way to add a dependency for one side only. I can add a dependency for either both the server and the client, or for neither. In this case, I'd rather have an unnecessary dependency on the server than have it not work for people because they are missing the dependency on the client.

Sadly, that's just a limitation of Fabric Loader. For now, there's no harm in adding Fusion to the server as well, it just won't do anything.

noahreinalter commented 7 months ago

Thanks for the quick reply. Sad that that is not possible with Fabric