NucleoidMC / fantasy

Library to support creating dimensions at runtime
GNU Lesser General Public License v3.0
95 stars 26 forks source link

CurseForge #9

Closed Hozq closed 2 years ago

Hozq commented 2 years ago

Hello, gonna get straight to the point here; this dependency doesn't exist on CurseForge which in turn removes our ability to use mods that use Fantasy to work since our server host only takes mods from CurseForge and you aren't able to upload your own mods to your server.

Making Fantasy available on CurseForge would be very appreciated. (I couldn't find a place to comment so that's why its under Issues)

Patbox commented 2 years ago

These mods should just bundle Fantasy with their jar. Thats intended usage of it. You can ask modders using it to do so

Hozq commented 2 years ago

Hmm okay I see, thanks.

LoganDark commented 2 years ago

Thats intended usage of it.

You should probably change the README then, to use something like this:

    include(modImplementation('xyz.nucleoid:fantasy:FANTASY_VERSION'))

(yes this works)