We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of the translations for the Add Server screen have incorrect names (not values) in en_us.json.
seamless_loading_screen.config.serverDisplayMode
seamless_loading_screen.server.displayMode
seamless_loading_screen.config.serverDisplayMode.description
seamless_loading_screen.server.displayMode.description
seamless_loading_screen.config.displayMode.enabled
seamless_loading_screen.config.displayMode.ENABLED
seamless_loading_screen.config.displayMode.freeze
seamless_loading_screen.config.displayMode.FREEZE
seamless_loading_screen.config.displayMode.disabled
seamless_loading_screen.config.displayMode.DISABLED
(The flipping of the server address and server name is caused by another mod, this issue still persists without any other mods)
Here is a resource pack example that fixes this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some of the translations for the Add Server screen have incorrect names (not values) in en_us.json.
seamless_loading_screen.config.serverDisplayMode
->seamless_loading_screen.server.displayMode
seamless_loading_screen.config.serverDisplayMode.description
->seamless_loading_screen.server.displayMode.description
(unsure about this one)seamless_loading_screen.config.displayMode.enabled
->seamless_loading_screen.config.displayMode.ENABLED
seamless_loading_screen.config.displayMode.freeze
->seamless_loading_screen.config.displayMode.FREEZE
seamless_loading_screen.config.displayMode.disabled
->seamless_loading_screen.config.displayMode.DISABLED
(The flipping of the server address and server name is caused by another mod, this issue still persists without any other mods)
Here is a resource pack example that fixes this.
The text was updated successfully, but these errors were encountered: