Added remapping for almost 4000 invalid blockstates

when a block has sole ownership of an ID, the state bitmask can be ignored and we can just claim the whole metadata range for that single block.
This fixes a large number of issues with unknown blocks on older worlds where world editors did not remove the metadata, although update blocks will currently still appear on initial chunk send due to lack of AOT conversion (TODO).
This commit is contained in:
Dylan K. Taylor
2021-11-26 01:58:52 +00:00
parent 5556861000
commit 1bc7869f6e
2 changed files with 338 additions and 328 deletions

File diff suppressed because one or more lines are too long