PowerNukkit / Java2Nukkit-World-Converter

Converts worlds from Minecraft 1.15.2+ Java Edition to the newest Nukkit MCA file format
MIT License
23 stars 6 forks source link

Empty chunks are being recreated #64

Closed joserobjr closed 5 years ago

joserobjr commented 5 years ago

Affected Version 2.0.0-SNAPSHOT

Describe the bug After conversion I noticed that empty chunks are being recreated by Nukkit using the converted generatorOptions.

To Reproduce Steps to reproduce the behavior:

  1. Have a 1.8.8 world with completely empty chunks
  2. Optimize using Minecraft 1.14.2
  3. Convert using the tool
  4. Go to where the empty chunks are
  5. See them regenerated

Expected behavior See empty chunks

Exception stack trace If applicable, paste it below to help explain your problem.

No error was logged

Screenshots If applicable, add screenshots to help explain your problem. image

Additional context Add any other context about the problem here.