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

red_nether_brick_stairs becomes brick_stairs instead of nether_brick_stairs #60

Closed joserobjr closed 5 years ago

joserobjr commented 5 years ago

Affected Version 2.0.0-SNAPSHOT

Describe the bug nether_brick_stairs is the closes block to red_nether_brick_stairs available in Nukkit but it's currently being converted to brick_stairs and it doesn't matches the theme so well.

To Reproduce Steps to reproduce the behavior:

  1. Place red_nether_brick_stairs in a Java 1.14.2 world
  2. Execute the tool to convert to Nukkit
  3. Go to where the stairs are placed
  4. See brick_stairs

Expected behavior See nether_brick_stairs

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.