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.

Ryuugumo

Members
  • Content count

    197
  • Joined

  • Last visited

Everything posted by Ryuugumo

  1. Castle Builder Series

    With all the easy to access trees removed, I'm having to slow down how fast I publish videos to every other day, at least until I get my stores back up. I'll be uploading more photos next time it snows in game.
  2. I decided to make a castle the old fashion way. I hope you enjoy watching it develop. Videos will be posted daily until the build is complete. https://www.youtube.com/playlist?list=PLp97gkGd1AFgBqbwzmRBl5nzex86pmjTR
  3. Castle Builder Series

    Here's the progress after one (in game) year. More to come. http://imgur.com/A2LAIgd http://imgur.com/Q6fkOon http://imgur.com/4ODOjJp http://imgur.com/9mJDPMB or if you just wanted to see the album without having to click more than once:http://imgur.com/a/PVOQn
  4. Would you live forever?

    That's not what I described; however, everyone sees what they truely want. What I described is actually the place where hobos go when they die. Go google "the big rock candy mountian."
  5. Would you live forever?

    This world and the lives we have aren't worth living for. If on the other hand, I could have a body that never got old, never broke, never became ill, and this world was flawless and didn't resist everything we wish to do, then I think I could stand living forever. Mind you it would need to be a perfect world with nothing but perfect people for me to want to stay here. (Yes, that includes chickens that lay hard-boiled eggs, lemonade springs, where dirt tasted like chocolate and you never had to worry about food, shelter, greed, or over-crowding.)
  6. b58 loose rocks texture bug

    I simply posted what code you would change so that minecraft's engine will understand that the block doesn't fill the entire space. If minecraft's engine thinks the block is supposed to fill a 1X1X1 it won't render texture for that block if it thinks it's hidden. What we do is shrink the bounding block's par# so minecraft is on the same page as us. A collision block is different from a bounding block and for the point of textures it's what we would need to change for minecraft not to misunderstand what we're asking it.
  7. Questions about new update

    You have internet! Awesome! I remember waiting thirty minutes to watch a three minute video. We live in good times now though.
  8. b58 loose rocks texture bug

    edit these: public AxisAlignedBB getSelectedBoundingBoxFromPool(World world, int j, int k, int m) { float var5 = 0.0625F; return AxisAlignedBB.getAABBPool().addOrModifyAABBInPool((double)((float)j + var5), (double)k, (double)((float)m + var5), (double)((float)(j + 1) - var5), (double)(k + 1), (double)((float)(m + 1) - var5)); }
  9. b58 loose rocks texture bug

    You can resize a block's bounding block so this should still be addressed so minecraft knows to render that texture.
  10. Huge Mountains

    You must be a little-ender. We big-enders have a more open mind to other people's brain-washings. [Wait I just realized the king was an idiot for cutting his thumb on the little-end. Does this mean I'm a little-ender now?]
  11. Ars magica

    I'm sorry, but I'm failing to see the difference. If you don't mind could you use smaller words, because it sounded like you said exactly the same thing I did.
  12. Bug (Beta Build 56) (Graphical?)

    Hey, I didn't say it was good coding practice. I did however say that companies do it all the time because they're lazy.Bugs are bad. Hmmmkay?
  13. Bug (Beta Build 56) (Graphical?)

    Why not? That's what Microsoft, Apple, Sony, MoJang and everyone else does. I used to work in IT and you're not allowed to use the word "bug" you must say "feature."
  14. 56 bug: Ingots do NOT cool in anvil...again

    On the contrary since Bioxx plays this mod too. I'm 99.99% sure that he has come across this "bug" (as you say) sometime between patch 52 and patch 56 or at the very least someone has pointed it out before now. So I say, "No Sir this is working as intended."
  15. 56 bug: Ingots do NOT cool in anvil...again

    It's been like that since B2P52 Beta v2 Build 52 New Features The inventory size mechanic has undergone a further revamp. Each item now has a size and weight defined for it. Some inventories may have weight requirements in the future(such as bags) wherein they can’t hold items over a maximum weight and already the chest has a maximum size of Medium. There are currently three Weight classes: Light/4, Medium/2, Heavy/1. Weight applies a modifier to the stack size determined by the items’ size(which now only represents the item bulkiness). Ex: Item A is Large and Heavy. Large tells us that the stack size is 4 and Heavy says the multiplier is 1. (4 * 1 = 4) so Item A would stack to 4. If Item B is Large and Light it would be (4 * 4 = 16), so Item B would stack to 16. Hopefully this is explained well enough.First stage of mob spawning rewriting is complete. Each chunk now has a stored Spawn Protection value. When this number is greater than 0, mobs are not allowed to spawn in a given chunk. In order to increase this number, simply spend at least 1 hour(In game time) in a chunk and 6 hours(in game time) of spawn protection will be added to that chunk and each neighboring chunk. Every chunk starts at -24 hours of protection. This means that you must spend at least 4 hours in a place for a chunk to start to be considered “lived inâ€.Added wall mountable tool rack for putting your tools and weapons on display. Each Tool rack can hold 4 items. With the item in your hand simply right click on one of the 4 quadrants of the weapon rack and your tool will be placed in that spot. Right clicking again in that spot will remove the tool. The recipe can be seen Here Yes the icon uses the colored sticks textures atm. Programmer art.TweaksChanged log placement. The side of a block that you click on is now where the inner part of the log is placed.Chests now accept items up to size Medium.Added a proper mcmod.info file and logo image for the FML mods screen.Bug FixesFixed placing logs not reducing the number of logs in your inventory.Fixed several instances of items and tools stacking when they shouldn’t have been.Fixed some cases of improper item cooling and generally streamlined that code.Fixed saws getting destroyed after one use when crafting support beams.
  16. Questions about new update

    Agreed, this is still a BETA mod and things change here often. We are currently Bioxx's Beta Testers and I must personally say that if you cann't handle the constant changes, then it might be best to wait till it's released. This will be an awesome mod when it's done but it's still under-development.
  17. 56 bug: Ingots do NOT cool in anvil...again

    Make sure your forge has access to the sky. Also check http://wiki.terrafirmacraft.com/Forge under "forge ventilation"
  18. Official Death Penalty Discussion

    Question, has anybody actually tried the system Bioxx has put in or are you just talking about what he should do instead without trying what he's done?
  19. 56 bug: Ingots do NOT cool in anvil...again

    This is intended items cool in your inventory and in the chests. The chests cool at a faster rate. Items should not cool in the anvil.
  20. Ars magica

    Sorry but the official statement is "No mod compatibility until TFC can sort out it's own bugs." Please don't make Bioxx's and Dunk's efforts of turning out this great mod harder by allowing the masses to confuse themselves with multiple mod bug reports. P.S. I know it's hard to wait but my mod is waiting too. I'm just busying myself by filling out features. If you're that bored try getting into modding your own mod and you might understand why they say "Not yet."
  21. Wooden/Clay Walls

    Come to the grey side. We have chocolate cheesecake.
  22. Installation of forge?

    Yes you install forge the same way and you also keep the meta-inf folder. So it should be like this: Open minecraft.jar, delete meta-inf Drop MCForge into the .jar, leave the meta-inf that it has alone Run Minecraft, close minecraft Drop PlayerAPI into .jar Run minecraft, close minecraft Drop TFC into your mods folder, WIN!!!
  23. TFC and other mods

    While I agree with you, Bioxx likes to do his own work. I think it has something to do with a project for his masters degree.
  24. TFC and other mods

    Try adding the tfc mod to your mods folder. (not the jar) You ask Bioxx to very nicely.
  25. Wooden/Clay Walls

    Stone supports would be awesome if you were to turn gravity on for worked stone. Also sorry about you not getting the second half of my post I usually post something and then read it and change it pretty soon after writing it. I love the edit button. P.S. The stone versons should look more like pillars then the current wood supports which just wouldn't look right if you just reskinned the same model.