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

Functions for balancing the tree farm multiblock #757

Open
S4mpsa opened this issue Nov 16, 2020 · 0 comments
Open

Functions for balancing the tree farm multiblock #757

S4mpsa opened this issue Nov 16, 2020 · 0 comments

Comments

@S4mpsa
Copy link

S4mpsa commented Nov 16, 2020

image

treesToCut(tier) = Math.ceiling(treesToCut(tier-1) * LOG16(18-tier)) with treesToCut(1) = 1

costToCut(tier) = costToCut(tier-1) * 2 with costToCut(1) = 64

Functions are recursive so suggest implementing as a precalculated array to avoid unnecessary logarithm calculations

Also change the recipe time from 20 ticks to 50 ticks for more balanced output at low energy tiers.

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

1 participant