cubiomes-viewer icon indicating copy to clipboard operation
cubiomes-viewer copied to clipboard

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

Open User198263321 opened this issue 1 year ago • 1 comments

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

User198263321 avatar Sep 30 '24 03:09 User198263321

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.

Cubitect avatar Oct 07 '24 20:10 Cubitect