Plethora777 / mcpe_viz

Minecraft Pocket Edition (MCPE) World Visualization & Reporting Tool with Web App
GNU General Public License v2.0
167 stars 39 forks source link

WARNING: Did not find block variant for block(Large Flowers) with blockdata=15 (0xf) MSG1 #22

Closed shellbj closed 5 years ago

shellbj commented 7 years ago

Got this warning when parsing my world:

WARNING: Did not find block variant for block(Large Flowers) with blockdata=15 (0xf) MSG1

Not sure if this is an actionable thing or not. The captured log file doesn't have anything else useful in relating to the warning.

This is a 1.0 generated world.

Plethora777 commented 7 years ago

That warning just lets us know that there is an object in the world that is not recognized by the data in our XML file. There are a few of these that are still lingering. If you can confirm what the item is, we can update the XML file.

juan-franco commented 7 years ago

Hi, I have some of them:

WARNING: Did not find block variant for block(Large Flowers) with blockdata=14 (0xe) MSG3 From http://minecraft.gamepedia.com/Flower, if I understood it right, blockdata 14 is the upper part of a "Rose Bud".

WARNING: Did not find block variant for block(Large Flowers) with blockdata=15 (0xf) MSG3 From http://minecraft.gamepedia.com/Flower, if I understood it right, blockdata 15 is the upper part of a "Peony".

WARNING: Did not find block variant for block(Anvil) with blockdata=6 (0x6) MSG3 From http://minecraft.gamepedia.com/Anvil, blockdata 6 is "Slightly Damaged Anvil (West/East)"

Bye!

sjbutts2000 commented 7 years ago

I got a few more

WARNING: Did not find block variant for block(Wooden Double Slab) with blockdata=10 (0xa) MSG3 WARNING: Did not find block variant for block(Wooden Double Slab) with blockdata=8 (0x8) MSG3 WARNING: Did not find block variant for block(Block of Quartz) with blockdata=5 (0x5) MSG3

I tried to find the values in the Wiki to help you out, but I'm not sure what I'm looking for.

Plethora777 commented 5 years ago

I think this may be fixed by the new versions lately. I'm going to close this. Please feel free to open a new one if it's still a problem.