Geyser/connector/src/main/java/org/geysermc/connector/network/translators/java
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
..
entity Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
scoreboard Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00
window Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00
world Update to Bedrock 1.16.100 (#1552) 2020-11-17 11:03:12 -06:00
JavaBossBarTranslator.java Fix bossbar causing players to be unable to break blocks or interact in small areas (Closes #537) 2020-05-17 01:06:07 -05:00
JavaChatTranslator.java Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00
JavaDeclareCommandsTranslator.java Uncomment JavaDeclareCommandsTranslator and update 2020-06-24 12:16:30 -04:00
JavaDeclareRecipesTranslator.java Add support for more recipes (#1434) 2020-10-29 18:40:42 -04:00
JavaDifficultyTranslator.java Add support for client side settings (#1035) 2020-08-08 17:41:12 -05:00
JavaDisconnectPacket.java Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00
JavaJoinGameTranslator.java Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
JavaKeepAliveTranslator.java Forward keep alive packets to the client (#1344) 2020-09-29 14:15:11 -04:00
JavaLoginDisconnectTranslator.java Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00
JavaLoginPluginMessageTranslator.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
JavaRespawnTranslator.java Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
JavaStatisticsTranslator.java Add statistics menu (#1424) 2020-10-24 23:33:49 +01:00
JavaTitleTranslator.java Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00