You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring my docker-compose configuration with the following environment property:
LEVEL_TYPE: 'gardenofglass:gardenofglass.'
The generated server.properties file sets the level-type value as follows: level-type=gardenofglass\:gardenofglass.
It seems to be escaping the semicolon, but not removing the forward slash /.
This is causing world generation to behave incorrectly. Trying to manually correct the value just has this overwritten with the correct one. (even if omitting the environment variable)
The text was updated successfully, but these errors were encountered:
When configuring my docker-compose configuration with the following environment property:
LEVEL_TYPE: 'gardenofglass:gardenofglass.'
The generated server.properties file sets the level-type value as follows:
level-type=gardenofglass\:gardenofglass.
It seems to be escaping the semicolon, but not removing the forward slash /.
This is causing world generation to behave incorrectly. Trying to manually correct the value just has this overwritten with the correct one. (even if omitting the environment variable)
The text was updated successfully, but these errors were encountered: