exploremaio.blogg.se

How to set up a forge server
How to set up a forge server










Note: these versions of Java are likely not secure, use them at your own risk. If you're on MacOS, you'll need to install Apple's Legacy JDK 6. If you're on Windows or Linux, Oracle hosts JDK 6 downloads on this page. I can only speak for MacOS based JDKs, but when using any JDK newer than Apple's Legacy Java 6 JDK, Forge's patches fail to apply to the decompiled source code.

  • JDKs: ( Possibly optional, but recommended) As Minecraft 1.2.5 and mcp62 were made using an older JDK, I'd recommend using JDK 6 when decompiling & modding with them (or the closest possible substitute).
  • An easy way to get both files is through the download links on the Minecraft wiki page for 1.2.5. jars: Get a copy of the 1.2.5 client Minecraft. Alternatively, download the latest release (LWJGL 2.9.3) from here.
  • LWJGL: If you want to use an authentically janky old version of LWJGL, download LWJGL 2.4.2, which can be found here (download the file named "lwjgl-2.4.2.zip").
  • Copy this file to where you're storing all of these downloaded files. You can find the fernflower.jar file at /mcp70a/runtime/bin/fernflower.jar. Download mcp70a from the same Minecraft wiki page, and unzip the files. Luckily, this version of Fernflower can be found in mcp70a. This version of Fernflower is important, as using newer versions of Fernflower will break Forge's patches, which were intended to fix some of Fernflowers decompilation bugs at the time.
  • Fernflower: You'll also need to obtain a specific version of Fernflower, as the automatic download link mcp62 used is now non-functional.
  • The Minecraft wiki has a list of MCP versions with download links here.
  • MCP: Download the Mod Coder Pack for 1.2.5 (mcp62).
  • how to set up a forge server

    These can be found on the official Forge website.

    how to set up a forge server

    Forge: Download the Forge 1.2.5 source distribution you'd like to use (it's recommended to use the latest released version).Make sure to always have a backup copy of all of these downloaded files! I'd recommend putting them into a seperate folder from your MCP / Forge project directory. The links have changed and Minecraft 1.2.5 isn't able to download them anymore. TODO: Add a section on installing the resources (sounds) folder to the MCP environment. How to set up a Forge 1.2.5 workspace in 2020 & above.












    How to set up a forge server