Posted July 11, 201411 yr 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!
July 11, 201411 yr Why can't you see the vanilla code? It should be in forge/build/tmp/recompSrc/net/minecraft
July 11, 201411 yr 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
July 11, 201411 yr 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.