Jump to content

Is debug screen(F3) block state info based on metadata? 1.12.2


AntonBespoiasov

Recommended Posts

When you press F3 debug screen opens. On right side you can find block state info about block you are looking at. Once I noticed that this info isn't synchronized with actual block state, i.e. it isn't the same as actual block state. I came up with idea that debug screen block state info is based on metadata of block because methods getStateFromMeta and getMetaFromState don't use some properties. Is it true? 

1.12.2 Java edition

 

 

Edited by AntonBespoiasov
Link to comment
Share on other sites

The data shown in the debug screen is the data that the client knows about.

And the only data that the client knows about is the data sent over the network

And the only data sent over the network is the data that can be serialized

And the only data that can be serialized is the data with corresponding metadata values.

So yes, The client only knows about what you tell it via the metadata.

  • Like 1

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.