-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Question] What does Biome 1:X mean? #265
Comments
I think it just means that the values are multiplied by the factor X. In the menu there is the text "Location (coordinates are multiplied by x 256)" when I select Biomes 1:256 |
The scale indicates how many blocks there are for each coordinate increment. Examples: Historically, biomes were generated in a value map that would be up-scaled while the biome layers were applied. For more detail on the possible biomes in these MC versions, you should look for the available biomes in the condition editor, as well as the tool-tip on those biome checkboxes. With the new noise-based biome generation the scaling factor no longer corresponds to specific generation layers, and will not affect which biomes can occur. Instead, it just controls the spacing of the sampling positions. Note that the in-game biome generation stops at scale 1:4 for most things, such as world generation, spawning behavior etc. The final up-scaling to 1:1 is mostly just visual. (This is true for both the old and new generation.) I'm currently planning a change to the condition input, so the conditions will be entered with a block area range and the scale will be applied internally during the search. I'm hoping that will reduce some of the confusion regarding this. |
…ut change) * added biome samples filter to check biome proportions (#173, #266) * added outline display for the area of selected conditions (WIP) * added "from-visible" to conditions editor (#271) * added Locations to Search tab, to look for positions in the current seed * moved Tiggers to Search tab * changed area/position input fields to use block coordinates (#265) * changed spiral iterator to use an arbitrary, user defined step size * fixed octave options and added generated display texts (#253)
All scaled conditions have been redesigned in version 4.0. All coordinates and area entries are now measured in meters (blocks). |
What is the difference between Biome 1:4 and Biome 1:256? Does it just affect the size of the search area or does it change the search itself?
The text was updated successfully, but these errors were encountered: