Skip to content
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

[Feature Request] Allow fractional values for numChunksPerTick #9

Closed
utoc opened this issue Aug 8, 2015 · 2 comments
Closed

[Feature Request] Allow fractional values for numChunksPerTick #9

utoc opened this issue Aug 8, 2015 · 2 comments
Assignees

Comments

@utoc
Copy link

utoc commented Aug 8, 2015

I have a weird request. We're using ExtrabiomesXL on our current map and it has some issues with decoration (namely biomes with a lot of leaves). Anytime chunkgen gets to a chunk that ends up being a "leafy" biome, we end up with 9000ms-30000ms tick periods. (this is not an exaggeraton!)

It would be nice if somehow chunkgen could somehow allow fractional values so that instead of loading 1 defined by numChunksPerTick, I could specify something like .025, meaning it would load one chunk every 40 ticks. I'm open to other solutions if you can think of something more efficient or easier to code.

@gecgooden gecgooden self-assigned this Aug 13, 2015
@gecgooden
Copy link
Owner

I think it should be possible to do this, if we add in a config option so that we have a "generation delay" because I don't think that decimal values would work very well in numChunksPerTick.

@Baughn
Copy link

Baughn commented Aug 28, 2015

That's fixable. Give me a day, I'll try to get you a patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants