FORGE_CREDITS.txt 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Minecraft Forge: Credits/Thank You
  2. Forge is a set of tools and modifications to the Minecraft base game code to assist
  3. mod developers in creating new and exciting content. It has been in development for
  4. several years now, but I would like to take this time thank a few people who have
  5. helped it along it's way.
  6. First, the people who originally created the Forge projects way back in Minecraft
  7. alpha. Eloraam of RedPower, and SpaceToad of Buildcraft, without their acceptiance
  8. of me taking over the project, who knows what Minecraft modding would be today.
  9. Secondly, someone who has worked with me, and developed some of the core features
  10. that allow modding to be as functional, and as simple as it is, cpw. For developing
  11. FML, which stabelized the client and server modding ecosystem. As well as the base
  12. loading system that allows us to modify Minecraft's code as elegently as possible.
  13. Mezz, who has stepped up as the issue and pull request manager. Helping to keep me
  14. sane as well as guiding the community into creating better additions to Forge.
  15. Searge, Bspks, Fesh0r, ProfMobious, and all the rest over on the MCP team {of which
  16. I am a part}. For creating some of the core tools needed to make Minecraft modding
  17. both possible, and as stable as can be.
  18. On that note, here is some specific information of the MCP data we use:
  19. * Minecraft Coder Pack (MCP) *
  20. Forge Mod Loader and Minecraft Forge have permission to distribute and automatically
  21. download components of MCP and distribute MCP data files. This permission is not
  22. transitive and others wishing to redistribute the Minecraft Forge source independently
  23. should seek permission of MCP or remove the MCP data files and request their users
  24. to download MCP separately.
  25. And lastly, the countless community members who have spent time submitting bug reports,
  26. pull requests, and just helping out the community in general. Thank you.
  27. --LexManos
  28. =========================================================================
  29. This is Forge Mod Loader.
  30. You can find the source code at all times at https://github.com/MinecraftForge/MinecraftForge/tree/1.12.x/src/main/java/net/minecraftforge/fml
  31. This minecraft mod is a clean open source implementation of a mod loader for minecraft servers
  32. and minecraft clients.
  33. The code is authored by cpw.
  34. It began by partially implementing an API defined by the client side ModLoader, authored by Risugami.
  35. http://www.minecraftforum.net/topic/75440-
  36. This support has been dropped as of Minecraft release 1.7, as Risugami no longer maintains ModLoader.
  37. It also contains suggestions and hints and generous helpings of code from LexManos, author of MinecraftForge.
  38. http://www.minecraftforge.net/
  39. Additionally, it contains an implementation of topological sort based on that
  40. published at http://keithschwarz.com/interesting/code/?dir=topological-sort
  41. It also contains code from the Maven project for performing versioned dependency
  42. resolution. http://maven.apache.org/
  43. It also contains a partial repackaging of the javaxdelta library from http://sourceforge.net/projects/javaxdelta/
  44. with credit to it's authors.
  45. Forge Mod Loader downloads components from the Minecraft Coder Pack
  46. (http://mcp.ocean-labs.de/index.php/Main_Page) with kind permission from the MCP team.