ForgePatch/fml/eclipse
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
..
.metadata Update FML for mcp 72 final, change download location for FML files, and make the stop button work. 2012-08-16 12:22:56 -04:00
Clean-Client Fix location of forge in common handler - also some tweaks to modloader and other stuff 2012-08-06 17:27:21 -04:00
Clean-Server Updated eclipse projects to have src-common linked resources 2012-08-01 03:52:03 -07:00
coremodtest Fix up coremods with relaunch, add in a sample "coremod" 2012-07-30 11:34:30 -04:00
FML-Client Handle mod duplicate detection much better. Default the name of a mod to it's id. 2012-08-14 13:36:29 -04:00
FML-MockMod Versions now have two flavours: the @Mod(version) which is the "programmatic version" and 2012-08-26 10:45:00 -04:00
FML-Server Allow coremods to inject a modcontainer and run code 2012-08-04 11:31:06 -04:00
MCP-Client Merged transformers/ to /common and renamed the asm source download to align better with the asm bin file name. 2012-08-03 23:51:49 -07:00
simpletestmod Versions now have two flavours: the @Mod(version) which is the "programmatic version" and 2012-08-26 10:45:00 -04:00
.gitignore Documentation: lots 2012-04-05 16:22:47 -04:00
testmod.zip Check in some eclipse crapola. 2012-05-03 14:04:16 -04:00