CreativeCore icon indicating copy to clipboard operation
CreativeCore copied to clipboard

Change to a different CurseForge gradle plugin

Open SrRapero720 opened this issue 1 year ago • 0 comments

OVERVIEW the task used by creativecore (and other mods) is archived and had missing the capability of set "side versioning" this is important and helps users to rid off bloat mods from server when only had funtionality on client-side (like AmbientSounds)

SOLUTION Replace CurseGradle with CurseForgeGradle (by Darkhax) implementation on the upload task is basically the same so it can work without break the buildscript, and it can contain the side version mainFile.addGameVersion(mcversion, "server", "client")

and doesn't require the patch on the old task when the CF key is null

SrRapero720 avatar May 16 '24 23:05 SrRapero720