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.

Mastropiero

Members
  • Content count

    38
  • Joined

  • Last visited

Everything posted by Mastropiero

  1. 1) Very good idea, metal should not be a requirement to make planks, BUT: 2) it should be very expensive, something like 1 log = 1 plank, so you can not build a wooden palace without the appropriate tools, just some basic stuff.
  2. The problem is worst without respawning rocks, isn't it? If a random player harvests all the rocks in the area without signaling metal ores, there is no way to find it again without sluicing. If respawning is set to a long time, it would disallow metal farming, without crippling newcomers.
  3. Moving water blocks

    It will only disappear if the hole is too big, but you can make a 1x1 hole, fill it, enlarge it to 2x1, fill it, and so on. I made my irrigation system with wooden buckets.
  4. Torches & lighting

    It would definitely fit better with the stone age ambiance. That would introduce candles and lamps as more permanent lightning, but i am worried about how the torch timer would be handled, as it would rely on block updates OR a periodic update... wich is harder to code...
  5. No Durability / Weapon Sharpening

    The "Tizona" sword, belonged to Rodrigo Diaz de Vivar, "El Cid", who expelled the moors from Valencia. That sword was used in battle multiple times.
  6. No Durability / Weapon Sharpening

    Please Dunk, give us a sign of approval, for we love this.
  7. Optifine with TFC Launcher?

    SOLUTION: To use Optifine with the TFC Launcher, get the version of Optifine that works with current minecraft version (1.5.1 right now) and place the zip file in the minecraft/bin/jarmods folder, next to the Forge and Player API files. THEN, go back to minecraft/bin and open the file "loadorder.txt". Add the exact name of the Optifine file, including extension, and that should do the trick. (Optifine will only be loaded this way if you use the TFC Launcher).
  8. B76HF11 Leaves not destroyed on tree destruction

    I have the same problem too.
  9. A Blacksmith's rant, on metal working in TFC

    Instead of toolhead plans, there should be claymolds as SunsetSpecter proposed. They would be crafted copying current toolhead shape, but with clay, then, you may put it in the lower slot at the firepit/forge, and a full ingot on top, so the molten metal fills it. Then, you may recover the toolhead by simply putting the mold in your crafting menu.
  10. JDK help

    You must mannualy add java to the windows PATH. For anyone else with the same problem.
  11. What do you think about TFC2?

    Ore generation should not depend on absolute depth, but on depth relative to the surface. That way, mining mountains would be an easier way of getting high tier metals, as they would be generated much higher.
  12. Skating on Thin Ice...

    Easy to program: Make ice block "land slideable", with increased chances of land sliding the higher the temperature. To actually change ice thickness would be a lot harder...
  13. Method for cooling metal components?

    What if, once you get Iron, and build a tool out of it, Quenching it would increase its durability? That would add a real use to cooling metal, although currently tools do not register heat, and would be hard to implement.
  14. TFC Server Crashing

    I am trying the same thing with the same result. I will keep trying with different versions of Player API....
  15. [b75] Crops not growing in SMP

    I don't know, as my crops are growing normally. Maybe a bad climate?
  16. Stone Pickaxe

    You can break rock with rock. Also, you can take adventage of the geometry of the rock to break it.
  17. Anything Significant Happened Lately?

    Well, you can always read the changelog... and i dont know how many days you were absent... since holidays the forum was very quite.
  18. Localization

    I noticed this mod does not support language switching, which is a nice feature for those who don't speak English. I know it is a low priority concern, but i would be glad to help implementing it, and providing at least Spanish localization. I know i am a total stranger from the internet, but i think i could help this project not only with ideas, but with work.
  19. Mastery

    Can you show us your art?
  20. Localization

    Rest in pieces!
  21. Localization

    I think he is talking about meta game: the game will not tell you what that item is, you must figure it out.
  22. Localization

    Many long conversations can be sustained by an Italian and a Spanish, both talking in his own language and both understanding each other. I have done it with my italian cousins.
  23. Temperature bar

    This is an extension of Murphy's Law: Hot Glass looks the same as Cold Glass. Jokes apart, i like the idea, and some "vapor" should help with that.
  24. I need Dynamite!

    Gunpowder does not explode if it is not compressed, it only burns fast.
  25. Temperature bar

    Thing is, it is not only hard to find if a room is enclosed, if you want to store that data, a lot of memory would be needed. Checking at real time with a greedy algorithm does not waste memory, and it is quite fast also.