Gaia Dimension

Gaia Dimension

762k Downloads

[Idea] Use wood blocks instead of logs for some parts of trees

Shedao-Shai opened this issue ยท 1 comments

commented

Describe the feature

Certain trees (for example the green agate) have corners where there are exposed logs where logically there would be bark. Now that the wood blocks exist with bark on all sides, replacing those exposed blocks would provide a more logical look to the trees

Why do you think it should be added?

QOL: this is by no means a huge change, but in my opinion it would provide a much nicer and more logical visual.

Additional Context

Corners such as these are what I am talking about, the core of the log should not be exposed here
2023-05-19_13 10 47

commented

Unfortunately, as Wood blocks are separate from Log blocks, they have to be passed in as a separate value. Due to how TreeConfiguration works, there's no way to provide two states of logs. I could possibly extend TreeConfiguration and add those values, and then add in methods to help place wood blocks, but that's just how it seems the configuration works as-is.