Geyser/connector/src/main/java/org/geysermc/connector/network/translators/inventory
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
..
action Fix bug when dropping items from an open inventory 2020-07-03 12:18:35 -08:00
holder Villager trade fixes (#1350) 2020-09-29 13:19:37 -04:00
updater Add Translation support (#504) 2020-07-05 19:35:51 -04:00
AnvilInventoryTranslator.java Check for display tag when translating anvil contents (#1073) 2020-08-01 11:57:25 -05:00
BaseInventoryTranslator.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
BlockInventoryTranslator.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
BrewingInventoryTranslator.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
ChestInventoryTranslator.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
CraftingInventoryTranslator.java Remove warning about slot 50 (#1325) 2020-09-22 14:15:59 -04:00
DoubleChestInventoryTranslator.java Update to Cloudburst NBT 2.0 2020-07-05 15:59:44 -05:00
EnchantmentInventoryTranslator.java Update to Bedrock 1.16.100 (#1552) 2020-11-17 11:03:12 -06:00
FurnaceInventoryTranslator.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
GrindstoneInventoryTranslator.java Non-working smithing table inventory support 2020-06-28 01:53:35 -04:00
InventoryTranslator.java Update to Bedrock 1.16.100 (#1552) 2020-11-17 11:03:12 -06:00
MerchantInventoryTranslator.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
PlayerInventoryTranslator.java Add Translation support (#504) 2020-07-05 19:35:51 -04:00
SingleChestInventoryTranslator.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
SlotType.java Some refactoring and bug fixes 2020-01-30 16:05:57 -09:00
SmithingInventoryTranslator.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00