Jump to content

Recommended Posts

Posted

Hello I need some help making a GUI the. Tutural on the wiki does not realty help and how can I use build crafts API with out having to have Build craft always installed with my mod?

Posted

Mod creators give their APIs as .java, so just copy the package that their API's source files are in (exact package, mind you) and past it into your project. When you ship out it, your mod won't at least have any errors, but it won't actually do anything without the mod for which the API belongs installed.

Posted

How is that? You shouldn't have to "get" an interface since it's meant to be implemented, and in order to be implemented, you should have had that interface available in your project. Everything should be available to you via the API, and if it's not, you can try using reflection.

Posted

I don't have any coding or log because I need help to start on that but the API would crash because it would call on build craft which is not installed.

Posted

Something like a  furnace and another like the droppers GUI I know I need a TE and a GUI but the tutorials I have found just say do this and that but don't tell me what it does.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.