Skip to content

Anvil Nether renders only show the roof (and things built up there) #25

Description

@rjp

I had a bash at trying to fix this by adding a --clip argument that restricts the "what's the highest block at this coord?" but, alas, my Rust is suboptimal and it doesn't really work properly when you have things built on the roof.

Overviewer handles it by, afaict, removing everything attached to the roof (y=128) which would be a good start, I guess (but that also fails for people who have built on the roof.)

Maybe "for dimension==nether, only load blocks y<=128 then remove anything attached to y=128"? Happy to have a look at doing this...

Nether with no clipping:
unclipped

Nether with --clip 110 (to mimic roof removal):
clipped-110

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions