alphaqu / DashLoader

Launch Minecraft at the speed of light.
GNU Lesser General Public License v3.0
96 stars 20 forks source link

Mark as client-side only #12

Closed altrisi closed 2 years ago

altrisi commented 2 years ago

According to the modrinth page, the mod is client-side only. However, it's not marked like that in the mod's json, making fabric load it in dedicated servers, and preventing it from being marked as client-side by mods that read the metadata (such as ModMenu). This PR changes that.

The new line at the end of the file is caused by the github editor always adding it (I didn't clone the whole repo just for this change). Feel free to manually apply the changes if you don't want it.

ryleu commented 2 years ago

seems to be fixed on the main branch now