EmptyStar / asuna

A Minetest game of vibrant natural wonders
Other
13 stars 4 forks source link

Fix floating trees #10

Closed EmptyStar closed 1 month ago

EmptyStar commented 1 year ago

Trees sometimes 'float' above the ground, seemingly by having their tree trunk nodes on the ground replaced by grass. This doesn't seem to happen for all trees, but definitely trees in the prairie biome. These trees or the biome decorations need to be adjusted to ensure that trees take precedence over grass.

image

TheOnlyJoeEnderman commented 1 year ago

Is there a decoration mod placing things before a tree mod?

EmptyStar commented 1 year ago

I hoped that my cleanup of some tree schematics in #60 that had grass and other ground cover baked into them would be the cause of this issue, but alas, this is still an issue.

EmptyStar commented 1 month ago

At long last, this was finally fixed in version v0.18.0. You called it @TheOnlyJoeEnderman, the issue was simply grasses being placed before trees and due to flags = "place_center_x,place_center_z" being slightly off-center for the base trunk of some trees, the trunk would attempt to place where there was already ground decor and thus would not get placed.