NavidK0 / Carbon

Carbon is a Spigot plugin which turns a spigot protocol hacked server (on 1.7.10) into a 1.8 server.
GNU Lesser General Public License v3.0
35 stars 19 forks source link

Carbon WorldGen not working properly in spawn chunks #177

Closed starg09 closed 10 years ago

starg09 commented 10 years ago

This happens when you have a single world, and enable it in Carbon's config:

* If you set a seed in the server.properties, even if the world is whitelisted by Carbon's generator, world will generate as 1.7 * If you don't set a seed, Carbon will work perfectly, but will choose a random seed.

So, I think the solution would be adding a seed option in the config, maybe? That or making it take the seed value in the server.properties

EDIT: The bug is actually about worldgen at spawn chunks. Look down for more info.

Shevchik commented 10 years ago

Carbon takes the seed from the world, so it should still work. It works in my case, i taken some random seed from the internet and it worked. Probably you have some other plugin that controls seed (Any multiworld plugin does that)

starg09 commented 10 years ago

I'll make a check on this, if I find a plugin that affects it I will put it down here and close the issue.

starg09 commented 10 years ago

Welp, I think this must be the weirdest bug I've ever seen in my 3 years working with bukkit/spigot. It seems to generate 1.7 terrain up to ~180 block around spawn. Outside this area new stones start to generate, so it seems to be some issue in that area... If I regenerate the are with worldedit, the new stones appear...

My guess would be some issue with the worldgen injection when it comes to the "spawn chunks", as the affected region is pretty similar in size to them.

starg09 commented 10 years ago

I also notice maybe the amount of new stones generated is a bit low, but I could be wrong (84k of all three types out of 2 million stone seems a bit short to me :P )

PS: I tested this with only Carbon, and later with only Carbon and WorldEdit. Same result, so it's a Carbon bug...

starg09 commented 10 years ago

Checked a little more... I found a way to make these spawn chunks generate Carbon terrain, although the process is a bit tedious...

Although this could be a potential solution, it's highly impractical. I hope you can find a solution to this soon :)

NavidK0 commented 10 years ago

Carbon is no longer supported for 1.8