mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-13 18:30:44 +01:00
Grammar change.
parent
32c6ab865b
commit
40f5b5b4e4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ General Geyser options that are mostly specific to Geyser itself.
|
|||
|
||||
**`default-locale`**: The default locale to send to players if their locale could not be found.
|
||||
|
||||
**`chunk-caching`**: Cache chunks for each Bedrock player and adds support for additional sounds at the expense of more RAM usage. This option does nothing on Bukkit as we can use the server's API to get block information.
|
||||
**`chunk-caching`**: Cache chunks for each Bedrock player and adds support for additional sounds at the expense of more RAM usage. This option is always on for Bukkit as we can use the server's API to get block information at no expense.
|
||||
|
||||
**`above-nether-bedrock-building`**: Bedrock prevents building and displaying blocks above Y127 in the Nether - enabling this config option works around that by changing the Nether dimension ID to the End ID. The main downside to this is that the sky will resemble that of the End sky in the Nether, but ultimately it's the only way for this feature to work.
|
||||
|
||||
|
|
Loading…
Reference in a new issue