Geyser/core/src/main/java/org/geysermc/geyser/translator/protocol/bedrock/entity/player
Kas-tle 1df63c6de8
Support Bedrock 1.20.70 (#4477)
* Support 1.20.70

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Update readme

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Use 1.20.70 mappings

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Creative lectern drops work but not survival yet

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Fix lectern book pickup in survival

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Add copyright notices to new files

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Temp fix for incorrect creative_items from Cloudburst/Data

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Fix item frame breaking in creative

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Clarify what to remove when 1.20.60 support is dropped

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Don't use dim change enum pre 1.20.70

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

---------

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
2024-03-11 00:29:27 -07:00
..
BedrockActionTranslator.java Support Bedrock 1.20.70 (#4477) 2024-03-11 00:29:27 -07:00
BedrockEmoteTranslator.java Update EmotePacket creation for 1.20 (#3841) 2023-06-08 23:43:45 -04:00
BedrockInteractTranslator.java Should resolve https://github.com/GeyserMC/Geyser/issues/4121 (#4481) 2024-03-08 21:30:17 +00:00
BedrockMovePlayerTranslator.java Restrict game packets to state; Closes #4191 (#4210) 2023-10-12 06:02:57 -07:00
BedrockRequestPermissionsPacket.java Fix: Don't allow client side gamemode changes even if rogue plugins send a level 4 op permission... (#4148) 2023-09-25 22:54:23 +02:00
BedrockRiderJumpTranslator.java Restrict game packets to state; Closes #4191 (#4210) 2023-10-12 06:02:57 -07:00
BedrockSetDefaultGameTypeTranslator.java Fix: Don't allow client side gamemode changes even if rogue plugins send a level 4 op permission... (#4148) 2023-09-25 22:54:23 +02:00
BedrockSetDifficultyTranslator.java Fix: Don't allow client side gamemode changes even if rogue plugins send a level 4 op permission... (#4148) 2023-09-25 22:54:23 +02:00
BedrockSetPlayerGameTypeTranslator.java Fix: Don't allow client side gamemode changes even if rogue plugins send a level 4 op permission... (#4148) 2023-09-25 22:54:23 +02:00
BedrockSetPlayerInventoryOptionsTranslator.java Add 1.20.50 Bedrock support (#4296) 2023-11-21 23:31:56 +01:00