Jump to content

Recommended Posts

Posted

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!

Posted

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

Posted

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!

Posted

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

Posted

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!

Posted

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.

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.