Griefed / ServerPackCreator

Create a server pack from a Minecraft Forge, NeoForge, Fabric, LegacyFabric or Quilt modpack!
https://serverpackcreator.de
GNU Lesser General Public License v2.1
187 stars 10 forks source link

add `macos-input-fixes` to mod exclusion list #518

Closed kyber-6 closed 5 months ago

kyber-6 commented 5 months ago

Add MacOS Input Fixes to the mod exclusion list.

Griefed commented 5 months ago

Heya kyber-6,

thank you very much for your contribution! I'll get this onto the main-branch ASAP. :)

Cheers, Griefed

Griefed commented 5 months ago

Small headsup, clientside-only mods also need to be added to the list in the ApiProperties-class, as seen here: https://github.com/Griefed/ServerPackCreator/commit/6da4d7a750c571f567c22dbcec3ea58693eff6ce

I took the liberty and did it for you. Just in case you wanna add more in the future. :)

kyber-6 commented 5 months ago

Woops, I missed that. Thanks for letting me know.