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

smooth_red_sandstone_slab becomes acacia_slab instead of red_sandstone_slab #59

Closed joserobjr closed 5 years ago

joserobjr commented 5 years ago

Affected Version 2.0.0-SNAPSHOT

Describe the bug red_sandstone_slab is the closes block to smooth_red_sandstone_slab available in Nukkit. The stairs are already being converted to the red sandstone variance but the slabs are being converted to acacia.

To Reproduce Steps to reproduce the behavior:

  1. Place smooth_red_sandstone_slab in a Java 1.14.2 world
  2. Execute the tool to convert to Nukkit
  3. Go to where the slabs are placed
  4. See acacia_slab

Expected behavior See red_sandstone_slab

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.