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

end_stone_brick_wall becomes nether_brick_wall incorrectly #62

Closed joserobjr closed 5 years ago

joserobjr commented 5 years ago

Affected Version 2.0.0-SNAPSHOT

Describe the bug end_stone_brick_wall is available in Nukkit but it is being converted to nether_brick_wall.

To Reproduce Steps to reproduce the behavior:

  1. Place end_stone_brick_wall in a Java 1.14.2 world
  2. Execute the tool to convert to Nukkit
  3. Go to where the walls are placed
  4. See nether_brick_wall

Expected behavior See end_stone_brick_wall

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

No error logged

Screenshots image

Additional context Add any other context about the problem here.