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.

Kittychanley

Administrators
  • Content count

    5,850
  • Joined

  • Last visited

Posts posted by Kittychanley


  1. 1.8.0_73

    Edit: You said a clean install, but have you tried re-downloading the mod from this site and replacing it in the mods folder with a fresh copy? Is there an off chance you were using some sort of edited TFC .jar from your mod development?

    0

  2. Just updated my old instance with the [1.7.10]TerraFirmaCraft-0.79.29.922.jar, which had Forge v10.13.4.1558, PlayerAPI-1.7.10-1.3.jar and SmartMoving-1.7.10-15.5.jar along with RenderPlayerAPI and SmartRender and a handful of other mods, and it appears that everything is loading without issues, just taking forever to register all the textures.

     

    Edit: Yup, finally finished loading. Hopped into a single player world and I'm able to run about and climb without any crashes.

    0

  3. Automated Message: This topic has been locked for breaking this forum's rules. Please make sure you read, follow, and understand the rules listed in large letters at the top of each forum.

    Rule 3. Spend time making your suggestion worth reading.

    • If you take your time to fully flesh out a suggestion, the developers are much more likely to read and consider it. One-off suggestions with very little thought put into them will likely be ignored.
    0

  4. Make sure that the ore name at the list of each section is all lowercase letters. So line 601 should be "thorium", 625 "pluthonium", etc.

     

    As a side note. You have a lot of mods installed. There's a good chance that many of them will not be compatible with TFC. For example, Treecapitator is pointless to install because of the tree-chopping mechanic that is native to TFC. TFC also doesn't support going to other dimensions, so you'll have problems with any mods that rely on that. You won't be able to eat food from other mods, and armor and weapons from other mods will be pretty much useless.

    0

  5. The command uses the exact same text as the config file

    \give @p oreName 1 oreMeta

    So if the command that worked was

    \give @p GalacticraftCore:tile.gcBlockCore 1 7

    then the config is

    
        I:oreMeta=7
        S:oreName=GalacticraftCore:tile.gcBlockCore

     

    0