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.
Sign in to follow this  
Followers 0
jerahya

[fixed] small boats in terrafirma water

1 post in this topic

anyone know how to make small boats work with terrafirmacraft waters and streams. it only seams to work with vanilla water and can't sail it like its stuck on land. I like to have bigger boats when going far to find resource and small boats is more sensible for me rather than archemedis ship.

 

EDIT: any mod move my thread? I kinda posted it in the wrong section.

never mind. I have to do it my self.
I  have to modify smallboats source so I have to decompile it from source, deobfuscate the variables and functions, fix the code to be able to compile it, include tfc api add tcf blocks in the argument and it worked.

like this.

Quote

boolean isWater = block == Blocks.water || block == Blocks.flowing_water || block == TFCBlocks.saltWater || block == TFCBlocks.saltWaterStationary || block == TFCBlocks.freshWater || block == TFCBlocks.freshWaterStationary || block == TFCBlocks.hotWater || block == TFCBlocks.hotWaterStationary;

but there are other block checks like vanilla lilipads and all other blocks so it behaves the way that it should.

so far, I'm liking it on TCF since it makes more sense on this pack specially when it comes to adventure. I have to change recipe and storage capacity for each.

and I don't think I can share it since I don't have the rights to smallboats code and I don't know how to make a plugin that overides smallboats function since I just learned how to code java while doing this and working with python and c# help.

I'm looking forward into 1.12 port and see if I can do my own mod for the next port.
dzxC5kA.png

bBLnd1W.png

and caves generation is a beast when you find a good one.

JAZ1vyR.png

Edited by jerahya
0

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0