moorkop / mccy-engine

Provides a web based "Minecraft Server as a Service" (MCaaS?) to deploy Minecraft server containers on any Docker Swarm cluster or standalone Engine instance.
Apache License 2.0
12 stars 4 forks source link

MCCY should handle mods with missing mcmod.info #33

Closed sshipway closed 8 years ago

sshipway commented 8 years ago

Several important mods (NEI, CodeChicken etc) do not have this file. If it is absent, then the mod should be accepted with sensible defaults (name=$original_filename, version=0, minecraft_version=any). These defaults can subsequently be edited by the uploader of course.

Alternatively, it seems that these jars have a .info file in the root, so it might be a good idea to look for ANY .info file in the root if an mcmod.info cannot be found.