PandaDap2006 / Pandas-Falling-Trees

Makes trees fall
https://modrinth.com/mod/pandas-falling-trees
MIT License
14 stars 0 forks source link

[SUGGESTION] [INCOMPATABILITY] Support for WWEE/WWOO world generation mods #51

Closed Rhett008 closed 4 months ago

Rhett008 commented 4 months ago

Hello, I'd like to request compatibility to chop down specific trees from the mods William Wyther's Expanded Ecosphere (WWEE) and Overhauled Overworld (WWOO).

Currently 1x1, 2x2, and some 3x3 trees without branches work.

Large trees with bases of roots 4x4-5x5, trees as large as 3x3+ with log branches, and trees that are plus-shaped (not square) do not currently fall.

Thanks

Rhett008 commented 4 months ago

[FIX] I found this was a limitation caused by the 'max amount' parameter set too low (default 200) when trees from WWOO and WWEE have logs above this amount. I set this to 2000 instead and it resolved.

Its worth noting that blocks from giant mushrooms also account to this 'max amount' figure, so separating trees from mushrooms can help too.