-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Suggestion] Add: Visual explanation images #1
Comments
so lets say value a = random(), [a,a,a,a,a,a,a,a] results in [a] so why calculate the extra random values if the result is just a single random value. |
The initial culling is simple, the next few files will get harder and harder to make. |
Will it have effect on the actual worldgen? like will it remain the same as how it goes without the mod? |
@ChromaPIE @AlexanderwithaA It is compatible with most versions of faster random and noisium although I don't recommend it because it decreases performance around 99% of my testcases(not stating they won't change that cause they are devs). |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
That makes sense. By the way, how did you test this? I can’t find any good ways to test world gen optimization mods. |
No good ways to test world gen optimization mods a lot of ways exist, but fabric and forge keep making them irrelevant. |
Currently I don't understand this, is it culling?
The text was updated successfully, but these errors were encountered: