Updated FML:

MinecraftForge/FML@81fe1c9682 Add in an API marker for API type packages. This does several things: 1. Packages marked as API will generate a new "modid" (the provides) that can be depended on. 2. Packages marked as API will be searched systemwide, and anything declaring that package (even without the API marker) will get an implicit dependency on the API package. 3. The API package itself will get a soft dependency on the "owner" package.
This commit is contained in:
Christian 2013-10-30 22:30:02 -04:00
parent a4fa417114
commit a103fbc0e6
1 changed files with 1 additions and 1 deletions

2
fml

@ -1 +1 @@
Subproject commit 58a299aabcfadb4139f126a2d46b5247bede4185
Subproject commit 81fe1c9682234297443402a54e4b852ef49d0ba8