SpongePowered / Ore

Repository software for Sponge plugins and Forge mods
https://ore.spongepowered.org/
MIT License
78 stars 25 forks source link

Forge Mod Support #510

Open phase opened 6 years ago

phase commented 6 years ago

Forge tags exist for Sponge plugins that have Forge as a dependency, but standalone Forge mod support is limited.

phase commented 6 years ago

Some plugins like to override the generation of the mcmod.info file with their own. Currently, mods and plugins like this won't appear with any tags. I think they should be rejected, as we're unable to determine what platform the mod is for.

progwml6 commented 6 years ago

the other option is to use ASM to find the forge/sponge mod annotations on upload, however ... i'd rather avoid doing this, as i don't want to be scanning for this if 1.13 fml changes break the current setup