Gremious / StS-DefaultModBase

(DON'T USE THIS AND BASEMOD IF YOU'RE NEW TO MODDING) This is a minimal, over-commented, "default clean slate" for jump-starting Slay the spire mods.
MIT License
112 stars 61 forks source link

Add groupId to modid (ModInfo) #64

Closed GniLudio closed 3 years ago

GniLudio commented 3 years ago

To avoid duplicate mod ids, it would be good to include the groupId in it. "modid": "${project.groupId}:${project.artifactId}",

Old version: "modid": "${project.artifactId}",

Gremious commented 3 years ago

99% of the time the group id is just the artifact id in lowercase, so this won't actually stop any conflicts. I'll consider putting the creator name in the there by default or something though