ForgePatch/fml/common
Christian fe73f11443 Versions now have two flavours: the @Mod(version) which is the "programmatic version" and
is used for all version relationship calculation. The "display version" as sourced from
mcmod.info is used for display purposes only and can be literally anything. Note: they fall back
to one another when they're missing, and to "1.0" if both are absent.

Also, changed @Instance. Now, you can inject *other* mods using @Instance as long as you depend
on them as a "before" or "dependency" relationship. Classes containing @Instance will only be
loaded if the Mod the @Instance refers is present. So you don't have to worry about runtime class
resolution.
2012-08-26 10:45:00 -04:00
..
cpw/mods/fml Versions now have two flavours: the @Mod(version) which is the "programmatic version" and 2012-08-26 10:45:00 -04:00
fml_at.cfg Trading support for ModLoader - thanks Herblore! 2012-08-23 01:40:03 -04:00
fml_marker.cfg Finished update to MCP 7.2, MC 1.3.2 pre. 2012-08-14 19:24:49 -07:00