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 about flower seen in v0.0.48 #82

Open amatulic opened 5 years ago

amatulic commented 5 years ago

Getting this in v0.048:

WARNING: Did not find block variant for block (id=38 (0x26) 'Flower') with blockdata=9 (0x9) MSG3

animator013 commented 5 years ago

+1 i got tons of these messages.

oshouki commented 5 years ago

The _mcpeviz.xml file is missing entries for Cornflower and Lily of the Valley in v0.0.48. AFAIK, this is happening for mcpe 1.10

You can fix this yourself by editing the XML file and adding the following lines within the <block id="0x36...> ... entry (i.e.; after the Oxeye Daisy block variant):

  <blockvariant blockdata="0x9" name="Cornflower" />
  <blockvariant blockdata="0xa" name="Lily of the Valley" />

There are also a number of other missing entries that mcpe 1.10 added, notably Smooth Stone and its slab and stair variants, as well as other newer walls. I will post an edit for any other missing entries I find. Hopefully Plethora777 can add them in the next release.

amatulic commented 5 years ago

MC Bedrock just came out with 1.11 yesterday. It's a major change, possibly with codes for "new" versus "old" villagers, pillagers, and other stuff.

Romaq commented 5 years ago

@oshouki, if we got a list of unique missing block variants in a spreadsheet, official names for those variants, would it be difficult to produce a "diff" that can be spliced into an update for the XML? Or would it be difficult to place them all in the correct positions?