-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
1.14.4 Generation Issues #22
Comments
Will allow fix superflat to run in SkyGrid. BentoBoxWorld/SkyGrid#22
Hi @robert-beckley - I'm not sure why you're getting the Superflat. I can't replicate that right now. However, I fixed the clean super turning off problem. I recommend you try the latest BentoBox and latest SkyGrid because there are significant fixes in both that you should pick up. |
I will pick up latest builds of code mc tonight and see how it goes for 24
hours
…On Sun, 28 Jul. 2019, 3:51 am tastybento, ***@***.***> wrote:
Hi @robert-beckley <https://github.com/robert-beckley> - I'm not sure why
you're getting the Superflat. I can't replicate that right now. However, I
fixed the clean super turning off problem. I recommend you try the latest
BentoBox and latest SkyGrid because there are significant fixes in both
that you should pick up.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#22?email_source=notifications&email_token=AJ7WUUKG7JQZKWJ7EQHKXHTQBSDLNA5CNFSM4IHIKL32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD26P3IA#issuecomment-515702176>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJ7WUUML5VC2P2MG4YKCJ7LQBSDLNANCNFSM4IHIKL3Q>
.
|
Hi Robert, Can you teleport somewhere way far away from the other chunks and see if the chunks spawn correctly for you? Ie there is no mention of chunk regeneration in the log? I’m concerned that we haven’t fixed the root cause which is that the chunks are not being generated from scratch correctly. |
I had a look at your error log and you are getting warnings of large chunk sizes. These come from the server. I’m on my phone right now so I can’t check your confit. Did you change any config for SkyGrid like the height of the blocks? |
Okay, I fixed the chests being empty and the water/lava flowing. That's in the latest BentoBox build. I had a look at your config though and your height is 240 blocks - that will cause the "large chunk" errors you are seeing. I never knew this was an issue but chunks can only be up to a certain size normally. This used to be an exploit where someone could make a book with pages full of Chinese characters and put lots of them in chests and it would crash the server. Spigot and Paper "fixed" this by storing these super-sized chunks differently but maybe SkyGrid is crapping these out somehow and that's why you see the Superflat. I'd recommend reducing the block height to 128 and see if that's the root cause of the Superflat being generated. |
I don't think it is generating Fresh chunks it's more making a super flat then converting it fast I TPed far out (/tppos 10000000 65 10000000) and this is my result As for the large chunks yeah there is a duplication glitch with cramming the chest so the file size is too big and won't save. BUT I am getting that issue in sky block since updated and skyblock will not genera islands currently. (will be a new issue for that soon) |
What version of Paper are you using? |
UseOwnGenerator is used by SkyGrid. This change makes sure MV registration occurs. BentoBoxWorld/SkyGrid#22
Description
The generation does not work. And the clean super flat flag just turns is self off right way without doing anything.
The spawn chunks are fine but as soon as you go out from spawn its flat land.
Expected behaviour
The generator is set to bento box and new chunks are made in the grid format, not a flatland
world name is lowercase as bento box likes
Screenshots
Server Information:
[Please complete the following information:]
Additional context
configs.zip
Ping me on discord @robert#1017 for discussion
The text was updated successfully, but these errors were encountered: