Warning about flower seen in v0.0.48
Opened this issue · 4 comments
Getting this in v0.048:
WARNING: Did not find block variant for block (id=38 (0x26) 'Flower') with blockdata=9 (0x9) MSG3
+1 i got tons of these messages.
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.
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.