Geyser/connector/src/main/java/org/geysermc/connector
Camotoy 123b074cc7
Update to Bedrock 1.16.100 (#1552)
* Initial work on 1.16.100 - currently crashes the client

* Update runtime item states

* Use new Bedrock runtime IDs

Bedrock now hardcodes block runtime IDs in alphabetical order of the identifiers. This commit updates Geyser to accomodate.

- Remove runtime_block_states.dat and replace it with blockpalette.nbt
- Calculate the block runtime ID based on the order of the block palette
- Separate BlockTranslator.AIR into Bedrock and Java values
- Update the second layer of chunks to use air when not waterlogged
- Don't send item palette for now, as that's what crashes the game (will look into for v415)
- Other misc. changes

* Improve second layer chunk translation

* v415 support

- Add a message warning people they are on a beta version of Geyser

* Update to protocol v417

There are still some mappings changes that need to be gone through.

* Update runtime item states and clean up item frames

* Future-proof enchanment table

* Update for v418

* Update to v419

* Apply proper air ID to waterlogged chunk layer

* Fix missing import

* Remove beta warning

* Update mappings

* Manually patch runtime_item_states and send the ITEMS registry

* Update README

* Disable grindstone and smithing inventories (since they're broken)

* Use artifactory jenkins plugin (#1548)

* Use artifactory jenkins plugin

* Bump version to 1.2.0-SNAPSHOT

Co-authored-by: SupremeMortal <6178101+SupremeMortal@users.noreply.github.com>
2020-11-17 11:03:12 -06:00
..
bootstrap Add support for client side settings (#1035) 2020-08-08 17:41:12 -05:00
command Move PlatformType to common module 2020-11-14 17:49:56 -06:00
common Move PlatformType to common module 2020-11-14 17:49:56 -06:00
configuration Add config option for enabling achievements (#1504) 2020-11-07 00:52:09 +00:00
dump Move PlatformType to common module 2020-11-14 17:49:56 -06:00
entity Update to Bedrock 1.16.100 (#1552) 2020-11-17 11:03:12 -06:00
inventory Pick block improvements (#1265) 2020-09-14 20:52:16 -04:00
metrics Move all json to Jackson instead of a mix of 2 libraries (#302) 2020-04-20 15:10:30 -05:00
network Update to Bedrock 1.16.100 (#1552) 2020-11-17 11:03:12 -06:00
ping Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
scoreboard Fixed some issues related to Scoreboards (#1446) 2020-11-09 10:34:27 +01:00
utils Update to Bedrock 1.16.100 (#1552) 2020-11-17 11:03:12 -06:00
FloodgateKeyLoader.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00
GeyserConnector.java Move PlatformType to common module 2020-11-14 17:49:56 -06:00
GeyserLogger.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00