Geyser/connector/src/main/java/org/geysermc/connector/network/translators/java/world
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
..
JavaBlockBreakAnimTranslator.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
JavaBlockChangeTranslator.java Move PlatformType to common module 2020-11-14 17:49:56 -06:00
JavaBlockValueTranslator.java Fix bell sound and visuals (#1502) 2020-11-05 14:59:01 -05:00
JavaChunkDataTranslator.java Block entity performance improvements (#1481) 2020-11-05 22:36:22 +01:00
JavaExplosionTranslator.java Update to Bedrock 1.16.100 (#1552) 2020-11-17 11:03:12 -06:00
JavaMapDataTranslator.java Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
JavaMultiBlockChangeTranslator.java Make all translators annotation based 2020-03-23 23:24:17 -05:00
JavaNotifyClientTranslator.java Update to 1.16.4 (#1487) 2020-11-02 13:28:31 -06:00
JavaPlayBuiltinSoundTranslator.java Return if sound is null and update mappings 2020-06-28 12:35:17 -05:00
JavaPlayEffectTranslator.java Introduce CommandSender.getLocale() (#1431) 2020-10-29 18:30:52 -04:00
JavaPlayerPlaySoundTranslator.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
JavaSpawnParticleTranslator.java Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
JavaSpawnPositionTranslator.java Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
JavaTradeListTranslator.java Villager trade fixes (#1350) 2020-09-29 13:19:37 -04:00
JavaUnloadChunkTranslator.java Don't use wrapper objects for positions in ChunkCache (#1398) 2020-10-13 15:44:47 +01:00
JavaUpdateTileEntityTranslator.java Block entity performance improvements (#1481) 2020-11-05 22:36:22 +01:00
JavaUpdateTimeTranslator.java Add support for client side settings (#1035) 2020-08-08 17:41:12 -05:00
JavaUpdateViewDistanceTranslator.java Make all translators annotation based 2020-03-23 23:24:17 -05:00
JavaUpdateViewPositionTranslator.java Merge branch 'master' into chunk-fix 2020-04-04 02:00:18 -05:00
JavaVehicleMoveTranslator.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00