Jump to content

[1.6.4]Custom Trees


starwarsmace

Recommended Posts

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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.