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

Be able to set the player spawn location as "Location is relative to:" #325

Open
User198263321 opened this issue Sep 30, 2024 · 1 comment

Comments

@User198263321
Copy link

User198263321 commented Sep 30, 2024

Version 4.0.1

I am trying to find a seed on 1.4x, and I over accommodate for biomes based on the possible (or most likely) spawn radius. Due to this, I am unable to specify if my spawn location would always be located in a specific biome, and also specify biomes around the spawn location.

It would cause conflicts like this where I spawn in the taiga, when the jungle is in 0,0 radius, but not always where the player is spawned in.
image

As you can see, the values are very high, but if I could specify world spawn location, I could make them much smaller and more precise.
image

@Cubitect
Copy link
Owner

Cubitect commented Oct 7, 2024

There is a finder for the world spawn location under the condition type: "Other", if that is what you are asking for.
You can look for seeds with the world spawn that is in given biome, using a:

  1. condition for "Spawn" within a large radius, say r < 10000, and a
  2. "Biome samples" or "Overworld at scale" condition with area size = 0, and location relative to the spawn condition.

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

2 participants