Geyser/connector/src/main/java/org/geysermc/connector/utils
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
..
AttributeUtils.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
BedrockMapIcon.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
BlockEntityUtils.java Block entity performance improvements (#1481) 2020-11-05 22:36:22 +01:00
BlockUtils.java Fix fire being punched in all directions (#1370) 2020-10-08 18:44:15 -04:00
ChunkUtils.java Update to Bedrock 1.16.100 (#1552) 2020-11-17 11:03:12 -06:00
CooldownUtils.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
DimensionUtils.java Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
DockerCheck.java Follows specified address/port in remote config for plugin versions: fix #1110 (#1145) 2020-08-16 12:45:52 -05:00
EntityUtils.java EntityUtils: Properly map 1.14 entity status effects (#1133) 2020-08-12 08:22:13 -05:00
FileUtils.java Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00
FireworkColor.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
GameRule.java Fix javadoc errors 2020-08-08 17:56:15 -05:00
InventoryUtils.java InventoryUtils: Don't send Java packet on hotbar item selection (#1301) 2020-09-17 23:07:20 -04:00
ItemUtils.java Update to Cloudburst NBT 2.0 2020-07-05 15:59:44 -05:00
LanguageUtils.java Introduce CommandSender.getLocale() (#1431) 2020-10-29 18:30:52 -04:00
LoadstoneTracker.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
LocaleUtils.java Rewrite message handling in MessageUtils to use Adventure (#1498) 2020-11-16 23:57:57 +00:00
LoginEncryptionUtils.java Introduce CommandSender.getLocale() (#1431) 2020-10-29 18:30:52 -04:00
MapColor.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
MathUtils.java Faster chunk conversion (#1400) 2020-10-15 01:30:25 -05:00
PaintingType.java Fix mapping for Burning Skull painting type (#608) 2020-05-20 12:40:07 -05:00
PluginMessageUtils.java Only send the client brand on game join (#1299) 2020-09-21 16:06:25 -04:00
ProvidedSkin.java Update license headers 2020-01-08 21:05:42 -06:00
ResourcePack.java Add support for manually supplying Bedrock resource packs (#1076) 2020-09-16 20:08:26 -04:00
ResourcePackManifest.java Add support for manually supplying Bedrock resource packs (#1076) 2020-09-16 20:08:26 -04:00
SettingsUtils.java Introduce CommandSender.getLocale() (#1431) 2020-10-29 18:30:52 -04:00
SignUtils.java Implement correct sign wrapping (#1228) 2020-09-01 23:38:36 -05:00
SkinProvider.java Update LabyMod cape url (#1540) 2020-11-14 11:52:10 -06:00
SkinUtils.java Bedrock <-> Bedrock skin display fix (#1195) 2020-10-22 23:01:03 -05:00
StatisticsUtils.java Add statistics menu (#1424) 2020-10-24 23:33:49 +01:00
WebUtils.java Allow for returning of error messages (#955) 2020-07-14 18:58:09 -04:00