Ore icon indicating copy to clipboard operation
Ore copied to clipboard

Forge Mod Support

Open phase opened this issue 7 years ago • 2 comments
trafficstars

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

  • [x] Forge Tag
  • [ ] Get Minecraft Version and add a Minecraft Version tag

phase avatar Mar 17 '18 22:03 phase

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.

phase avatar Mar 28 '18 21:03 phase

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

progwml6 avatar Mar 28 '18 21:03 progwml6