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

World generation problem #2943

Closed
MidnightPhantom opened this issue Apr 4, 2022 · 12 comments
Closed

World generation problem #2943

MidnightPhantom opened this issue Apr 4, 2022 · 12 comments
Labels

Comments

@MidnightPhantom
Copy link

Please help me with the world gen limit.
My world is supposed to load till -31000 but it loads only till -30912.
Please tell me how to fix that and also how to disable the caves and caverns below -30900.
And please add blueberry bush stems and more corals to the game

@MidnightPhantom
Copy link
Author

Actually, I have codes for more corals. But where will I get blueberry bush stem

@MidnightPhantom
Copy link
Author

Does anybody know solution to my question of world generation

@SmallJoker
Copy link
Member

  1. The limit of ± 31000 is not accurate. It may vary by a few mapblocks, depending on how the map generator is configured to avoid over-/underflows in the calculations.
  2. Disable the caverns upon world creation. There's a checkbox for it.
  3. Use mods to extend Minetest Game, as new items are unlikely to be added anytime soon. See MTG was officially moved to a 'bugfixes, maintenance only' mode! #2710 for details.
  4. Please do not open one issue for various requests or questions. I assume this is answered now, hence closing.

@MidnightPhantom
Copy link
Author

I have tried that disabling caverns too but still, my world generates till -30912 only.

@MidnightPhantom
Copy link
Author

So should I try changing the init for this.

@SmallJoker
Copy link
Member

You cannot extend this limit. Minetest stops generating chunks (generally 5*5*5 mapblocks) when they are too close to the technical limit (+32767 or -32768) to avoid miscalculations. If you desperately need some more mapblocks, you could try a recent Minetest 5.6.0-dev build which extends this limit by a few mapblocks.

@MidnightPhantom
Copy link
Author

I tried but still result is the same. I remember my Avast antivirus took out a file of minetest 5.6.0 saying it was infectious. It was having a name like ziplib.

@MidnightPhantom
Copy link
Author

Or please could you tell me how can I limit cavern generation only till -30000. Is there a way to do this

@SmallJoker
Copy link
Member

SmallJoker commented May 10, 2022

There is no lower limit for caverns or caves in particular. All you could do is to reduce the world limit to -30000 which then might just fit within 375 times a 5*5*5 chunk. Please open a feature request in https:/minetest/minetest or use a mapgen mod to overwrite the bottom with your desired node. Example mod. https://forum.minetest.net/viewtopic.php?t=9231

@MidnightPhantom
Copy link
Author

I have a question. Can I add a new crop to the game

@appgurueu
Copy link
Contributor

appgurueu commented May 29, 2022

This is the wrong issue for that? Please ask such questions on IRC. And yes you can.

@minetest minetest locked as off-topic and limited conversation to collaborators May 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants