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
paranoidweazle

Minecraft API support

6 posts in this topic

Hey guys!

 

I've been looking at the API located here: https://github.com/Deadrik/TFCraft/

and I've been looking at the code and can understand it. But my question is how can install the API on to Eclipse to use it with making an add-on?

 

Thanks in advance for any help! :)

0

Share this post


Link to post
Share on other sites

yes, you can.Clone the repo, and initialise it like Forge.

1

Share this post


Link to post
Share on other sites

not sure I completely follow? I got the downloaded .zip in my forge workspace, now I'm just trying to add it as an external library. How could I do that?

 

basically, I'm looking for a binary file, not sure if it's done differently for this

0

Share this post


Link to post
Share on other sites

I'm having trouble explaining in English.So, the TFC repo contains Forge, and can be compile without.It also contains the API that you are looking for.You must clone "[email protected]:Deadrik/TFCraft.git"Then start gradlew as you would for Forge.

1

Share this post


Link to post
Share on other sites

That doesn't seem to work.

 

here are the steps I did:

 

Installed Github for Desktop

Cloned TFCraft to a directory in my PC

shift+right clicked it to open up command window

typed "gradlew setupDecompWorkspace"

 

where I'm stopped is it says:

 

FAILURE: Build failed with exception.

 

also said a problem occurred evaluating root project 'TFCraft'

 

Any idea what could be going wrong? let me know if there is anything else you need.

0

Share this post


Link to post
Share on other sites

I do not know what to tell you, I do the same thing and it works.Except I'm on gnulinux, but that's not the problem.

 

The log say what ?

0

Share this post


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