diff options
author | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2020-11-21 12:17:33 +0000 |
---|---|---|
committer | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2020-11-21 12:17:33 +0000 |
commit | c88e76e90431cf9b242a6831429092b576fdc0c1 (patch) | |
tree | 15ca5c90b31495e056e2de033f6df4dd48a8ae12 /CREDITS-fml.txt | |
download | Skyblock-Dungeons-Guide-c88e76e90431cf9b242a6831429092b576fdc0c1.tar.gz Skyblock-Dungeons-Guide-c88e76e90431cf9b242a6831429092b576fdc0c1.tar.bz2 Skyblock-Dungeons-Guide-c88e76e90431cf9b242a6831429092b576fdc0c1.zip |
Initial Commit
Diffstat (limited to 'CREDITS-fml.txt')
-rw-r--r-- | CREDITS-fml.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/CREDITS-fml.txt b/CREDITS-fml.txt new file mode 100644 index 00000000..97122f5d --- /dev/null +++ b/CREDITS-fml.txt @@ -0,0 +1,28 @@ +This is Forge Mod Loader. + +You can find the source code at all times at https://github.com/MinecraftForge/FML + +This minecraft mod is a clean open source implementation of a mod loader for minecraft servers +and minecraft clients. + +The code is authored by cpw. + +It began by partially implementing an API defined by the client side ModLoader, authored by Risugami. +http://www.minecraftforum.net/topic/75440- +This support has been dropped as of Minecraft release 1.7, as Risugami no longer maintains ModLoader. + +It also contains suggestions and hints and generous helpings of code from LexManos, author of MinecraftForge. +http://www.minecraftforge.net/ + +Additionally, it contains an implementation of topological sort based on that +published at http://keithschwarz.com/interesting/code/?dir=topological-sort + +It also contains code from the Maven project for performing versioned dependency +resolution. http://maven.apache.org/ + +It also contains a partial repackaging of the javaxdelta library from http://sourceforge.net/projects/javaxdelta/ +with credit to it's authors. + +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. + |