Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.

NikkNakk127

Members
  • Content count

    1
  • Joined

  • Last visited

Community Reputation

1 Neutral

About NikkNakk127

  • Rank
    Freshly Spawned
  1. Compiling Forge 965

    Okay- I had the same problem as everyone else reading this. Here's what I had to to after messing with files for around for 3 hours to FINALLY get it to work: --NOTE: This is all with a fresh unzip of the recommended forge source. Forge automatically installs MCP, you don't need to do it first.-- Go to the main forge and navigate to forgefml then to forgefmlconf and open mcp.cfg (this can be done with Windows Notepad or any other text editor.) Find where it says server_md5 = ba3145656b1480122bd8759cecd7b7a1 and change it to server_md5 = abcf286a14f7aee82e8bf89270433509 (Can be done using the replace tool if you want) Next, navigate to forgefml and open mc_versions.cfg (Again, you can use Windows Notepad or another text editor to do this) Just like before, change server_md5 = ba3145656b1480122bd8759cecd7b7a1 to server_md5 = abcf286a14f7aee82e8bf89270433509 where it savs "[1.6.4]client_md5 = 2e5044f5359e82245551167a237f3167server_md5 =ba3145656b1480122bd8759cecd7b7a1mcp_ver = 8.11mcp_url = http://mcp.ocean-labs.de/files/archive/mcp811.zipmcp_md5 = 2d7a759309b5cc10ca29caa0b10f3bfc"(This is at the very end of the file's text.)Finally, navigate to forgemcpconf and open the mcp.cfg file using a text editor such as Windows Notepad. Find where it saysserver_md5 = ba3145656b1480122bd8759cecd7b7a1 and change it to server_md5 = abcf286a14f7aee82e8bf89270433509 Lastly, go back to forge and run the install.cmd or install.sh Hopefully this helps and you don't have to spend 3 hours messing around with it like I did!