mojira.dev

eldiin

Assigned

No issues.

Reported

No issues.

Comments

I know this bug has been resolved (most likely due to inactivity), but wanted to come here to provided some additional insight should it be needed to anyone who comes back to this issue.

I was able to reproduce this error by doing the following:

  1. Download server.jar for 1.19.2

  2. Copy over server.properties from another server I was running, along with EULA

  3. Start the dedicated server, which will/should build the world based off of the info found in the server.properties.

Keep in mind, no mods are active and the server isn't modified. Doing this produced the reported error. I looked at the server.properties and saw level-type was set to largebiomes. This value has always been acceptable since the inception of large biomes, however, I found something elsewhere that indicated that Minecraft 1.19.2 servers are now using large_biomes as the value (a underscore between large and biomes) vs all one word.

Making this change in the server.properties resolved this issue for me.