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.

Emris

Members
  • Content count

    546
  • Joined

  • Last visited

Everything posted by Emris

  1. Charcoal pit test

    A small update on the StackOverflowError. Checking so many blocks with the way how they are checked, the default java stack size runs out of memory. So this can't really be called a bug. To solve this problem, you have to add -Xss4M (or at least -Xss2M) to your server start script. This will make the memory stack big enough to handle 25x25x13 block checking.
  2. Is 1.4.7 compatible with TFC?

    TFC is not compatible with MC 1.4.7, it needs MC 1.4.6. You can follow the step by step in my signature to make a dedicated client for TFC.
  3. Fly Mod [1.4.6]

    There are many GitHub repositories of mods that are for MinecraftForge. MinecraftForge is also on GitHub. To list just a few: MinecraftForge => https://github.com/MinecraftForge ForgeCommands => https://github.com/keepcalm/ForgeCommands Necessities => https://github.com/kdx7214/necessities/ ForgeEssentials => https://github.com/ForgeEssentials/ForgeEssentialsMain and also my code https://github.com/emris?tab=repositories And much more for Forge and also Bukkit. Much to learn i'd say
  4. Make (your) custom Items in TFC!

    If it's only the new items you need for other "tech" mods, i guess you could make a mod that use TFC items to create the needed/missing items for these mods. Though it wouldn't be that believable from the TFC point of view, but it would give items that other mods need.
  5. Charcoal pit test

    Well i changed my mod so i can make any kind of pit size now. (for science ) A few pics: 9x9x9 starting the fire in the first left block, and not in the middle. 20x2x3 also starting the fire in the first left block As you can see, all logs turned into charcoal 12 blocks away from the fire. This gave me an idea to test other sizes, and i managed to reproduce the BUG that took down Raiser server when Jee and i tried to fire up the 25x25x13 pit. One of the fixes for this bug is very simple. The code is in TileEntityTerraFirepit.java In "private void ProcessPile(....)" this needs to be changed from while(!reachedTop && j+y >= 0)to while(!reachedTop && j+y >= 0 && y < 13)This will make sure that only 12 blocks above the fire will be processed and the array will not go over board.But i don't think we had that problem on Raiser server...our pit is 13 blocks high. The other bug is a StackOverflowError, and i'm still trying to pinpoint that one. It happens with a pit that is 25x25x13 or bigger. (I still have to find all the sizes where this happens) Update coming soon....
  6. I made a few adjustments, i hope this will be more balanced.
  7. [Solved]Unamed Item

    If there is any use for something like that... i could make a mini mod with a command "/air" to replace any block you are looking at to air. It would also be a server mod so admins could give or take it at will or need. edit: I just couldn't help myself. => http://mrzack.pc-net.at/tfc/mods/Air.zip
  8. My server generates some really weird worlds

    You are using MinecraftForge v6.5.0.467 ... you need MinecraftForge v6.5.0.486
  9. My server generates some really weird worlds

    I think you'r using the wrong forge version. More info on your server would help.
  10. Install like any other Forge mod....copy the .zip file into the mods folder
  11. Unbalanced Wall recipe (build 75)

    The only difference is, you can jump over a chiseled brick wall.
  12. 2D Space Shooter Game - Galaxy Quest 2 [C++ Allegro5]

    ?? Why delete? Are you not going to finish your project?
  13. http://assets.minecraft.net/1_4_6/minecraft.jar
  14. When you get to a higher level, 1 drink will not fill you much. It's about the same as drinking 1 bottle. Playing experience will tell us if 12 uses is too OP or not. 2 uses makes the sac imho not so useful. But i could see it coming down to about 6...maybe.
  15. TFC Community Server [OFFLINE]

    I would like to install my Leather Water Sac mod. Is that ok with you guys? More Info =>
  16. Drinking Rain

    Drinking a lot of salt water will probably kill you, due to dehydration(osmosis) and kidney failure.
  17. Map Never Loads

    Take a closer look at my signature, maybe you missed something. And without a crash log, there is not much we can do to help.
  18. Drinking Rain

    On the other hand, if you would drink a lot of salt water...then we could start talking about osmosis.
  19. TFC Community Server [OFFLINE]

    After more coding yesterday, /bn supports (almost) all TFC blocks now, and vanilla blocks also. If you'd like to try it out, here is the download. http://mrzack.pc-net...c/mods/MOTD.ziphttp://mrzack.pc-net...lockNameTFC.zip
  20. Villages Add-On pack?

    TerraFirmaCraft Survival mode as it should've been. For me that means being mostly alone, or in a small group, out in the harsh and unforgiving wilderness fighting for your life, and trying really HARD to survive. Imho, TFC is still way too easy And it's not much of surviving if you have a full established village around the corner where you can trade and get help, or raid and rob to get easy recourses...which is not my definition of survival. But i really do understand wanting to combine other cool mods line this one with TFC. Minecraft is just a much better Minecraft with TFC installed
  21. TFC Community Server [OFFLINE]

    Finally, after a few weeks of learning and understanding the Minecraft MCP, TFC and Forge source code, i am adding my first 2 Server side Mods /bn chat command gives you the name of the Block you are looking at...not all the blocks are added yet, but i think i covered the most interesting ones. /motd prints the multiline/color "Message of the Day"
  22. There is no Forge native WorldEdit (yet??), but you can use BukkitForge http://build.technicpack.net/job/BukkitForge/? After installing BukkitForge, WorldEdit should work http://dev.bukkit.org/server-mods/worldedit/
  23. Crude Maps and Compasses

    A simple/crude map ?? ... You will have to explain some more. Why should a compass be a little off in TFC... that wouldn't be very believable, would it? And since TFC is all about believability, you're going to have to explain that a bit more also.
  24. TFC Community Server [OFFLINE]

    You are using "Minecraft Forge v. 6.6.0.497", that is for MC 1.4.7 TFC needs MC 1.4.6, so you need "Minecraft Forge v 6.5.0.487" MC 1.4.6 client -> http://assets.minecr...6/minecraft.jar Minecraft Forge -> http://files.minecraftforge.net/