Posted January 18, 201411 yr Hello. I'm making a mod and want to make a custom tree. But I can't seem to find any good tutorials of any. If any of you know of a good one please tell me. I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!
January 18, 201411 yr Author Please anyone? I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!
January 18, 201411 yr Hi I haven't ever seen a tutorial specifically for trees. I think your best bet is to check out the vanilla code eg WorldGenBigTree.generate If you copy it to your own code, you can fiddle with various bits to see how it works and what each part does. Should be an interesting challenge. Once you've figured it out you could even write your own tutorial for it :-) -TGG
January 18, 201411 yr Author Hi I haven't ever seen a tutorial specifically for trees. I think your best bet is to check out the vanilla code eg WorldGenBigTree.generate If you copy it to your own code, you can fiddle with various bits to see how it works and what each part does. Should be an interesting challenge. Once you've figured it out you could even write your own tutorial for it :-) -TGG Any idea what package its in? I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!
January 18, 201411 yr Hi Are you using eclipse or IntelliJ IDEA for your programming environment? If so, there is a command to find a particular class, i.e. you type WorldGenBigTree and it opens the class for you without you having to go hunt for it. I use it myself all the time, saves a huge amount of effort. -TGG
January 19, 201411 yr Author Hi Are you using eclipse or IntelliJ IDEA for your programming environment? If so, there is a command to find a particular class, i.e. you type WorldGenBigTree and it opens the class for you without you having to go hunt for it. I use it myself all the time, saves a huge amount of effort. -TGG 1.I do you eclipse 2. What command are you talking about? The search command(Control+H) or what? I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!
January 19, 201411 yr Hi http://www.avajava.com/tutorials/lessons/how-do-i-locate-a-java-class-in-eclipse.html and some other useful ones http://eclipse.dzone.com/news/effective-eclipse-shortcut-key -TGG
January 19, 201411 yr i'd suggest creating a sapling block, then catch when a randomblockupdate happens and do some algorithms to spawn a tree-like structure
January 20, 201411 yr I used these vids to learn how to make and generate trees. //Tree Generation //Biome Tree Generation
January 20, 201411 yr Author I used these vids to learn how to make and generate trees. //Tree Generation //Biome Tree Generation Will try these videos. I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who 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.