Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning about flower seen in v0.0.48 #82

Open
amatulic opened this issue Feb 18, 2019 · 4 comments
Open

Warning about flower seen in v0.0.48 #82

amatulic opened this issue Feb 18, 2019 · 4 comments

Comments

@amatulic
Copy link

Getting this in v0.048:

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

@animator013
Copy link

+1 i got tons of these messages.

@oshouki
Copy link

oshouki commented Apr 16, 2019

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.

@amatulic
Copy link
Author

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
Copy link

Romaq commented Aug 17, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants