2012-04-04 13:48:36 +00:00
|
|
|
This is Forge Mod Loader.
|
|
|
|
|
2013-01-19 02:26:43 +00:00
|
|
|
You can find the source code at all times at https://github.com/MinecraftForge/FML
|
2012-04-04 13:48:36 +00:00
|
|
|
|
2014-01-02 17:16:46 +00:00
|
|
|
This minecraft mod is a clean open source implementation of a mod loader for minecraft servers
|
|
|
|
and minecraft clients.
|
2012-04-04 13:48:36 +00:00
|
|
|
|
|
|
|
The code is authored by cpw.
|
2012-06-02 15:45:47 +00:00
|
|
|
|
2014-01-02 17:16:46 +00:00
|
|
|
It began by partially implementing an API defined by the client side ModLoader, authored by Risugami.
|
2012-04-04 13:48:36 +00:00
|
|
|
http://www.minecraftforum.net/topic/75440-
|
2014-01-02 17:16:46 +00:00
|
|
|
This support has been dropped as of Minecraft release 1.7, as Risugami no longer maintains ModLoader.
|
2012-04-04 13:48:36 +00:00
|
|
|
|
2013-06-12 12:53:10 +00:00
|
|
|
It also contains suggestions and hints and generous helpings of code from LexManos, author of MinecraftForge.
|
2013-01-19 02:26:43 +00:00
|
|
|
http://www.minecraftforge.net/
|
2012-04-04 13:48:36 +00:00
|
|
|
|
2013-01-19 02:26:43 +00:00
|
|
|
Additionally, it contains an implementation of topological sort based on that
|
2012-04-04 13:48:36 +00:00
|
|
|
published at http://keithschwarz.com/interesting/code/?dir=topological-sort
|
|
|
|
|
2013-01-19 02:26:43 +00:00
|
|
|
It also contains code from the Maven project for performing versioned dependency
|
|
|
|
resolution. http://maven.apache.org/
|
|
|
|
|
2013-06-12 12:53:10 +00:00
|
|
|
It also contains a partial repackaging of the javaxdelta library from http://sourceforge.net/projects/javaxdelta/
|
|
|
|
with credit to it's authors.
|
|
|
|
|
2013-01-19 02:26:43 +00:00
|
|
|
Forge Mod Loader downloads components from the Minecraft Coder Pack
|
|
|
|
(http://mcp.ocean-labs.de/index.php/Main_Page) with kind permission from the MCP team.
|
|
|
|
|