Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2025-01-11 23:51:11 +01:00
Fix lecterns
Huge thanks to Dylan from PocketMine for the idea here. Fixes #3138
Dieser Commit ist enthalten in:
Ursprung
9609686eb3
Commit
a330c9a5db
@ -1688,6 +1688,8 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
||||
abilities.add(Ability.MINE);
|
||||
// Needed so you can drop items
|
||||
abilities.add(Ability.DOORS_AND_SWITCHES);
|
||||
// Required for lecterns to work (likely started around 1.19.10; confirmed on 1.19.70)
|
||||
abilities.add(Ability.OPEN_CONTAINERS);
|
||||
if (gameMode == GameMode.CREATIVE) {
|
||||
// Needed so the client doesn't attempt to take away items
|
||||
abilities.add(Ability.INSTABUILD);
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren