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.

Search the Community: Showing results for tags 'java'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 5 results

  1. Hey folks. I am playing with writing a tfc-centric mod for allowing the creation of road blocks. I am not a java person -- though when they finally rewrite Minecraft in Perl, I'll be all over it. Anyway, I am having an issue with creating crafting recipes that use the TFC dirt types. I can create recipes using the standard blocks, but have not figured out how to refer to blocks that are from a different mod. I cheat on my own server by creating the recipes in MineTweaker, but that's really not appropriate, if I want to share the mod here. Does someone have a code-snippet that they would be willing to post, that shows the proper syntax to refer to the blocks/items that are loaded by TFC? Thanks in advance.
  2. Could not find main class [SOLVED]

    Hi and please help me. I downloaded TFCLauncher.jar 3 days ago and played some time, everything works but affter some time i got big lags and game freezes. I found solution here on forum, i have to change memory size in ram to bigger number. When i do that game wont start becouse i got java 32. Again here on forum i read that i need java 64 to be able to run it with more than 1024MB memory. So now i have java 64 but when i run TFCLauncher.jar it will popup error message: Could not find the main class ..... i tried download new launcher but it will do the same thing. My FTB and vanila runs with no problem. my system: Windows 7 64 Java 6 64 paths EXE4J_JAVA_HOME - C:\Program Files\Java\jre6\ TFC- D:\Games\TFC\ FTB- D:\Games\FTB\ Vanila- standard in .minecraft i tried to run commands java -cp D:\Games\TFC TFC with the same result what can i do so java will find that class in TFCLauncher.jar?
  3. For some reason it says I have java 32, but I have java 64 installed. I play on far with max settings just fine, but when I use this launcher my frames drop to 1-5 fps I have no idea what is going on, I look at the video settings and it says I java 32, even when I lowered it to normal render distance, I still got the same frames. Has anyone else had this problem? Is there a fix? Thanks for the help, bc I'd really like to play this mod!
  4. [SOLVED]Dat hamachi server.....

    So, I tried to make a TFC hamachi server, but when I put the TFC universal in the mods folder and start the server, it crashes. [sEVERE] Encountered an unexpected exception RuntimeException java.lang.RuntimeException: Server Player API 1.7 can not be created! Mandatory member method "ServerPlayerBase getServerPlayerBase(java.lang.String)" not found in class "iq". Most likely the file "iq.class" of Player API universal has been replaced by a file of the same name but a different source. Install Player API universal again to fix this specific problem. at ServerPlayerAPI.register(ServerPlayerAPI.java:62) at ServerPlayerAPI.register(ServerPlayerAPI.java:37) at ServerPlayerAPI.register(ServerPlayerAPI.java:30) at TFC.CommonProxy.RegisterPlayerApiClasses(CommonProxy.java:254) at TFC.TerraFirmaCraft.modsLoaded(TerraFirmaCraft.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:679) at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94) at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:356) at ho.c(DedicatedServer.java:135) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458) at fy.run(SourceFile:849) Caused by: java.lang.NoSuchMethodException: iq.getServerPlayerBase(java.lang.String) at java.lang.Class.getMethod(Unknown Source) at ServerPlayerAPI.register(ServerPlayerAPI.java:56) ... 35 more How can I get rid of this problem?
  5. Mac Crash

    Hello, I heard about TerraFirmaCraft, I was eager to try it out, but what I got was this: >> Click Here<< Can someone tell me how to fix this crash? It happens every time.