Skip to content

Ongen sapling trees get cut off at chunk borders #54

Description

@livphi

Hi, I was playing around in my custom mapgen and noticed some of the moretrees trees were cut off. I thought it was a problem with my mapgen, so I went into v7 and the trees were still getting cut off. I see the trees grow completely intact, then they get cut off at the chunk edge when the chunk finishes loading. Sometimes the trees grow, then they get overwritten and become ongen saplings again that just awkwardly sit there. I assume this has something to do with the biome refactoring of 5.12.0. I haven't noticed this happening with any other trees, just moretrees.

I'm not sure exactly why this is happening? V7 mapgen checks if the content id of the node == IGNORE, if it doesn't, then skip this node and dont place anything. So logically it should ignore the already placed leaves because their content id is not equal to IGNORE. My mapgen does the same thing. But it appears to overwrite the tree nodes with air.

Luanti 5.12.0
Only using moretrees biome mod
Happens on v7 and probably all the other ones (i havent tested)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions