Geyser/connector/src/main/java/org/geysermc/connector/entity
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
..
attribute Begin updating Geyser. Requires manual MCProtocolLib compile 2020-06-20 22:24:45 -04:00
living Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
type Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
AbstractArrowEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
AreaEffectCloudEntity.java Fix area effect clouds 2020-10-12 20:36:11 -05:00
BoatEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
CommandBlockMinecartEntity.java Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00
DefaultBlockMinecartEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
EnderCrystalEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
Entity.java Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00
ExpOrbEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
FallingBlockEntity.java Fix no gravity falling block entities (#927) 2020-07-10 09:43:52 -05:00
FireworkEntity.java Check if Fireworks tag is null (#1255) 2020-09-14 20:40:41 -04:00
FishingHookEntity.java Clean up some TODOs 2020-07-08 12:36:26 -04:00
FurnaceMinecartEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
ItemEntity.java Add item name translation (#559) 2020-06-02 16:33:37 -04:00
ItemFrameEntity.java Update to Bedrock 1.16.100 (#1552) 2020-11-17 11:03:12 -06:00
ItemedFireballEntity.java Fireball and ghast improvements (#1469) 2020-11-05 18:42:33 -05:00
LeashKnotEntity.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
LivingEntity.java Fix laying crash (#1510) 2020-11-10 12:05:16 -05:00
MinecartEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
PaintingEntity.java Clean up some TODOs 2020-07-08 12:36:26 -04:00
PlayerEntity.java Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00
SpawnerMinecartEntity.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
TNTEntity.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
ThrowableEntity.java Fireball and ghast improvements (#1469) 2020-11-05 18:42:33 -05:00
TippedArrowEntity.java Tipped arrow translation (#1331) 2020-09-29 13:30:37 -04:00
TridentEntity.java Update some entity properties based on wiki.vg 2020-06-24 16:40:42 -04:00
WitherSkullEntity.java Fireball and ghast improvements (#1469) 2020-11-05 18:42:33 -05:00