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

nether_brick_wall becomes end_stone_brick_wall incorrectly #61

Closed joserobjr closed 5 years ago

joserobjr commented 5 years ago

Affected Version The exact version number. Do not type latest, please be specific.

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

To Reproduce Steps to reproduce the behavior:

  1. Place nether_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 end_stone_brick_wall

Expected behavior See nether_brick_wall

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

No error logged

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

Additional context Add any other context about the problem here.