mcpe_viz icon indicating copy to clipboard operation
mcpe_viz copied to clipboard

Warning about flower seen in v0.0.48

Open amatulic opened this issue 5 years ago • 4 comments

Getting this in v0.048:

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

amatulic avatar Feb 18 '19 20:02 amatulic

+1 i got tons of these messages.

animator013 avatar Mar 14 '19 15:03 animator013

The mcpe_viz.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.

oshouki avatar Apr 16 '19 15:04 oshouki

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.

amatulic avatar Apr 24 '19 20:04 amatulic

@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?

Romaq avatar Aug 17 '19 15:08 Romaq