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.

Dries007

Administrators
  • Content count

    168
  • Joined

  • Last visited

Posts posted by Dries007


  1. Looks like you possibly don't have the correct version of forge installed. You should be using v10.13.1.1217

     

     

     

    Impossible to run "NEI" at home.I tried all version, always a mistake.

     

     

     

    Please use something like pastebin when posting big error logs like that :P

     

    Anyway, it seems like you don't have codechicken lib, a dependency that downloads automatically if you have codechickencore and NEI.

    Is there a folder called 1.7.10 with a jar file named something like 'codechicken lib' in your mods folder?

    0

  2. Thank you! I had forgotten that the Java-6-on-Mac/Forge conflict ended with MC 1.6, and I could finally use Java 7.

     

    Everything loads okay now, but none of the TFC-NEI features work, like the knapping or pottery screens. Crafting recipes work fine, though. Perhaps there is still some issue with NEI/Chicken Chunks versions?

     

    How are you trying to use the features?

    You are supposed to hit your 'find uses' key ('u' by default) on a stack of rocks.

    0

  3. prob not as long as you think

     

    You have the foresight XD

     

    I will update the mod (if necessary) to reflect any changes made since my last compile so that it completely works with build 79.

    After that I will get active on IRC and make some PRs to clean up some messy code in the TFC api so I won't need reflection anymore.

    0

  4. TerraFirmaCraftNEIplugin

    Adding NEI support to TFC

    Note: I'm dyslectic, sometimes I will type FTC by mistake. I'm talking about TFC of course!

    First, a little backstory:

    I have been playing TFC on and off since I knew of its existence.

    In fact, it is the first non tech mod I have ever played.

    Because I knew how much fun it is, I wanted to play with my friends.

    One small problem: not all of my friends have an extra monitor to keep the wiki open all the time.

    So, how do you provide wiki like information ingame?

    Not enough items by Chickenbones!

    One problem: No support for odd crafting recipes or special blocks.

    Solution: Custom plugin!

    So, what does this thing do?

    In technical terms:

    It adds custom recipe handlers to NEI to allow it to show TFC recipes.

    In non-technical terms: aka SCREENSHOTS BABY!

    Spoiler

    anvil0.png

    Since there is no uitput slot in an anvil I cheated:

    anvil1.png

    barrel0.png

    barrel1.png

    kiln.png

    knapping.png

    loom.png

    quern.png

    alloy.png

    heating.png

    config.png

     

    IMPORTANT:

    You can click the arrow to see all of the crafting recipes of the same type.

    Source code? To the github!

    Small note:

    This mod sends anonymous usage statistics to mcstats.org (code is open source, here, here and here)

    I use these stats to judge interest in my mods, but if you want, you can opt out in the PluginMetrics.cfg file.

    You can see the results of the data send here.

    Changelog? Github again :P

    v1.1 summary

    Added alloy mixer

    Added metrics

    Fixed bugs

    v1.2 -> Update for build 0.79.12

    v1.3 -> Update for build 0.79.13

    v1.4 -> Update for build 0.79.17

    v1.5

    (may still work with 79.17, no guaranties!)

    Added heating

    Hiding some items in NEI to avoid overlap (1.5.3)

    Modpacks? See license file!

    Known issues?

    None.

    There is an issue with the NEI search bar getting stuck, but that isn't my (or TFC's) fault.

    This mod is 100% server side save. (or it should be at least....)

    This mod requires only 2 mods: TFC and NEI (which in turn requires CodeChickenCore!!)

    Also: Make sure you are starting MC with java 7 + (especially Mac users)

    Version 1.5.3.24 and up was build with:

    - NEI 1.0.3.74

    - CCCore 1.0.4.29

    - CCLib 1.1.3.127

    - TFC 0.79.23

    This mod can take away some of the mystery of TFC, but it does not show any information you can't find on the wiki.

    If you want to disable certain parts of this mod, as of version 1.5.1 you can do so in the config (or the ingame config screen, reachable via the modlist)

    Please download via curse

    Download for developers / old versions? To the jenkins

    10