Jump to content

Recommended Posts

Posted

I need to create a custom tree as I am trying to create a coffee tree. I have no idea where to start because I can't see the code of Minecraft to base it off of in 1.7.10. I already have the seed item for it and made it from the grass by registering it. But I assume I need to at least create the sapling block, the wood block, and the leaf block. Are there any other files I would need to create and how would this all work?

 

Any help would be greatly appreciated.

Creator of the Recipe Expansion Pack mod.

http://www.minecraftforum.net/topic/1983421-172-forge-recipe-expansion-pack-version-012/

Updated to 1.7.2!

Posted

Hi

 

In IntelliJ, the minecraft source can still be found by opening the ForgeSrc library.  I'm sure it's the same in Eclipse.

Likewise, the "Find class x" shortcut (ctrl-N IntelliJ, ctrl-shift-T in Eclipse) still finds library classes.

 

-TGG

 

 

 

Posted

You're welcome :)

 

IntelliJ is awesome but it sure took me a while to find all the useful features & shortcuts

 

FYI The ones I use all the time are

ALT-F7 find usages of a class or variable (the one under the cursor)

ctrl-B go to declaration ( of the variable name under the cursor)

shift-F6 rename class or variable (under the cursor)

CTRL-ALT-left arrow = move cursor to previous location (useful when browsing back and forth through code)

CTRL-ALT-right arrow = move cursor to new location

 

-TGG

 

PS I like your avatar image

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.