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

Double chests facing north and east have the contents swapped #87

Closed joserobjr closed 4 years ago

joserobjr commented 4 years ago

Affected Version 3.0.0-SNAPSHOT

Describe the bug The first three rows should be the last three and the last three the first three. Just like #9 but only with chests facing north and east

To Reproduce Steps to reproduce the behavior:

  1. Open the world in Java Edition
  2. Look at south
  3. Place two chests in a way that the locked is facing you (the chests will be facing north)
  4. Fill the chest with different stuff
  5. Close the world
  6. Convert the world to Nukkit
  7. Move the world to a Nukkit server
  8. Start Nukkit
  9. Join the server with Bedrock Edition
  10. Open the chest that you placed in Java Edition

Expected behavior Keep the same position as in Java Edition

Screenshots image image image image