You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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:
condition for "Spawn" within a large radius, say r < 10000, and a
"Biome samples" or "Overworld at scale" condition with area size = 0, and location relative to the spawn condition.
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.
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.
The text was updated successfully, but these errors were encountered: