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

Missing block state mapping for note_block;note-9;powered-false #51

Closed joserobjr closed 5 years ago

joserobjr commented 5 years ago

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

Describe the bug A clear and concise description of what the bug is. Worlds converted from 1.8.8 have all noteblocks converted to stone.

To Reproduce Steps to reproduce the behavior:

  1. Get a 1.8.8 world
  2. Optimized it using Minecraft 1.14.2
  3. Convert it using the tool
  4. Go to where the noteblock is located
  5. See a stone

Expected behavior A clear and concise description of what you expected to happen. Convert it properly

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

Missing block state mapping for note_block;note-9;powered-false
Missing block state mapping for note_block;note-16;powered-false
Missing block state mapping for note_block;note-8;powered-false
Missing block state mapping for note_block;note-0;powered-false
Missing block state mapping for note_block;note-16;powered-false
Missing block state mapping for note_block;note-16;powered-false
Missing block state mapping for note_block;note-4;powered-false
Missing block state mapping for note_block;note-12;powered-false
Missing block state mapping for note_block;note-0;powered-false
Missing block state mapping for note_block;note-0;powered-false
Missing block state mapping for note_block;note-5;powered-false
Missing block state mapping for note_block;note-14;powered-false
Missing block state mapping for note_block;note-11;powered-false
Missing block state mapping for note_block;note-16;powered-false
Missing block state mapping for note_block;note-9;powered-false
Missing block state mapping for note_block;note-0;powered-false
Missing block state mapping for note_block;note-15;powered-false
Missing block state mapping for note_block;note-4;powered-false
Missing block state mapping for note_block;note-9;powered-false
Missing block state mapping for note_block;note-15;powered-false
Missing block state mapping for note_block;note-19;powered-false
Missing block state mapping for note_block;note-16;powered-false
Missing block state mapping for note_block;note-9;powered-false
Missing block state mapping for note_block;note-15;powered-false
Missing block state mapping for note_block;note-0;powered-false
Missing block state mapping for note_block;note-5;powered-false
Missing block state mapping for note_block;note-16;powered-false
Missing block state mapping for note_block;note-4;powered-false
Missing block state mapping for note_block;note-14;powered-false
Missing block state mapping for note_block;note-9;powered-false
Missing block state mapping for note_block;note-0;powered-false
Missing block state mapping for note_block;note-5;powered-false
Missing block state mapping for note_block;note-12;powered-false
Missing block state mapping for note_block;note-15;powered-false
Missing block state mapping for note_block;note-14;powered-false
Missing block state mapping for note_block;note-4;powered-false
Missing block state mapping for note_block;note-15;powered-false
Missing block state mapping for note_block;note-4;powered-false
The world has been converted successfully

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

Additional context Add any other context about the problem here.