Fami6Xx / FamiLib-MC

Minecraft Library for HoloAPI, MenuManager etc..
3 stars 0 forks source link

New Tree Gen needed #1

Open Fami6Xx opened 2 years ago

Fami6Xx commented 2 years ago

Tree Generator is slow and sometimes not pretty Code is junk 😆 (I made it 27.11.2021 so it is understandable)

Ideas:

Abstract TreeGenerator Class

generate()

Other ideas

Fami6Xx commented 2 years ago

An idea for generator:

Build method would be pretty complicated, because it would have to calculate branch size but i have an idea for that

so we calculate length of branch and divide it by some number and that gets us the base width of branch and we just build around the vector blocks until its that width

Fami6Xx commented 2 years ago

Some handy links