Jump to content

Recommended Posts

Posted

I was wondering how to make a custom workbench for 1.6.4. I have tried many times but to no avail. Thanks to anyone who reads this and even more to those who help.

 

I already have the basic classes set up (Core, Block, etc..) but do not have anything else like the gui or the crafting manager.

Posted

Gui:

 

 

  Reveal hidden contents

 

 

container:

 

 

  Reveal hidden contents

 

 

Slot:

 

 

  Reveal hidden contents

 

 

Block:

 

 

  Reveal hidden contents

 

 

 

Posted
  On 12/7/2013 at 7:51 PM, Dklory said:

Gui:

 

 

  Reveal hidden contents

 

 

container:

 

 

  Reveal hidden contents

 

 

Slot:

 

 

  Reveal hidden contents

 

 

Block:

 

 

  Reveal hidden contents

 

 

I briefly looked at that code and I can tell you that it is outdated and incorrect. For one you are using modloader methods which they have gotten rid of completely and two you are using the wrong thing to set the gui texture. It is not longer getTexture, I have made a gui a while back but forgot how. Thanks for trying to help though.

Posted

Haven't modded for a while, but here are a list of things you'll need:

 

Gui handler

Custom sorter (the vanilla one is protected/private)

Custom recipe manager (Not sure about this one)

Custom container (Not sure about this one)

Custom gui (If you want to change the name/change texture/add additional things)

Kain

Posted
  On 12/8/2013 at 12:08 AM, TLHPoE said:

Haven't modded for a while, but here are a list of things you'll need:

 

Gui handler

Custom sorter (the vanilla one is protected/private)

Custom recipe manager (Not sure about this one)

Custom container (Not sure about this one)

Custom gui (If you want to change the name/change texture/add additional things)

 

I have absolutely no idea how to make those.

Posted
  On 12/8/2013 at 2:19 AM, deadrecon98 said:

  Quote

Haven't modded for a while, but here are a list of things you'll need:

 

Gui handler

Custom sorter (the vanilla one is protected/private)

Custom recipe manager (Not sure about this one)

Custom container (Not sure about this one)

Custom gui (If you want to change the name/change texture/add additional things)

 

I have absolutely no idea how to make those.

Then I would say that you first of all need to learn all of those things, study the vanilla workbench code and then give it another try ;)

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

  • 4 weeks later...

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.