Glitchfiend / BiomesOPlenty

Minecraft mod that adds over 50 new biomes to the game.
https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty
Other
810 stars 253 forks source link

Land not generated properly after expanding boundaries #1185

Closed littlewing1977 closed 6 years ago

littlewing1977 commented 6 years ago

Issue Description:

I am running BOP on a server. When I expanded the boundaries, the newly generated land that is outside of the original boundaries does not match. You can visibly see the line where the old boundary was in the screenshots.

Steps to reproduce:

  1. Change boundary values in server.properties
  2. Restart server
  3. Travel past original boundary to generate new land

Additional Information:


Affected Versions (Exact numbers, do NOT use "latest"):

2018-02-19 17_45_19-minecraft map 2018-02-19 17_48_21-minecraft 1 12 2 2018-02-19 17_50_29-minecraft 1 12 2

Forstride commented 6 years ago

Have you tried doing this with vanilla? It might be some weird quirk with how terrain gen works in regards to boundaries.

littlewing1977 commented 6 years ago

I have expanded the boundaries in vanilla with no problems. In this case, I think after I expanded, the newly generated terrain may have been vanilla biomes instead of BOP.


From: Forstride notifications@github.com Sent: Thursday, March 1, 2018 5:21:00 PM To: Glitchfiend/BiomesOPlenty Cc: littlewing1977; Author Subject: Re: [Glitchfiend/BiomesOPlenty] Land not generated properly after expanding boundaries (#1185)

Have you tried doing this with vanilla? It might be some weird quirk with how terrain gen works in regards to boundaries.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FGlitchfiend%2FBiomesOPlenty%2Fissues%2F1185%23issuecomment-369788411&data=02%7C01%7C%7C67db768d563948bb6c8208d57fdbdd46%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636555504636370414&sdata=Ez4pRUp%2BpQZPo1VzkD2OF3Jec%2FIBunse%2FD5TTUsW90o%3D&reserved=0, or mute the threadhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFtRVePMufLhh-wPRzaP5XYlCVr9WUo7ks5taJ58gaJpZM4SLUTv&data=02%7C01%7C%7C67db768d563948bb6c8208d57fdbdd46%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636555504636526643&sdata=fKvXDkHDI61Yn7soHhsOBYvBrtYujyn6oJqvar6Ilbc%3D&reserved=0.

Forstride commented 6 years ago

I mean, I can see a Tundra biome in the messed up area, so I don't think that's it. If anything, the seed would've changed, but I don't know what would cause that. Are you using any other mods that affect terrain/biome generation?

littlewing1977 commented 6 years ago

Not that I know of.

littlewing1977 commented 6 years ago

I just looked at my server.properties file and some old backups.

Level seed is blank on all. Max-world-size went from 5000 to 5200. Tho only other change was that I enabled query and set a port.

littlewing1977 commented 6 years ago

I just used NBTEdit to look at my level.dat and a backup version. There are two different seeds.

littlewing1977 commented 6 years ago

Ok. I got it working. I have confirmed that the problem was a changed seed. After looking at several versions of my backups, I found the correct seed. I then deleted the chunks where the border was expanded. I entered the correct seed into my level.dat and my server.properties files. Now all new terrain is generating properly.