Posted October 19, 20196 yr 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 October 19, 20196 yr by AntonBespoiasov
October 20, 20196 yr 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. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
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.