papyrus-mc / papyruscs

PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Apache License 2.0
255 stars 42 forks source link

brillouin_divider - broken with negative Y elevations #94

Open dopazz opened 2 years ago

dopazz commented 2 years ago

Running Papyrus to show me a slice of the world at Y = -56 works:

papyruscs --world "_level_import" --output "_output\slice56" --dim 0 --forceoverwrite --chunksperdimension 2 --notrimceiling --limity -56

image

But adding the Brillouin divider option renders everything as black:

papyruscs --world "_level_import" --output "_output\slice56" --dim 0 --forceoverwrite --chunksperdimension 2 --notrimceiling --limity -56 --brillouin_divider 1

image

hrmorley34 commented 2 years ago

Try adding --brillouin_offset -56; the default brillouin offset is 64 which makes the bottom of the world very dark. I don't think that there's an issue with the divider directly.