![]() |
VOOZH | about |
I'm not interested in making an account and committing to doing the wiki editor thing properly, but I hope I can shed some light on something with a drive by comment. Regarding:
>spread_type: (optional, defaults to linear) One of linear or triangular[more information needed].
These refer to linear distributions, and triangular distributions. See: https://en.wikipedia.org/wiki/Triangular_distribution
According to the microsoft link, the Linear Spread type is rand(x), whereas Triangular spread type is (rand(x) + rand(x)) / 2 on bedrock. Seems likely to be the same for Java. 185.219.141.115 08:58, 6 October 2025 (UTC)
There seems to be some confusion between the Java Edition and Bedrock Edition. I believe that Java Edition and Bedrock actually use the same structure set format. The wiki page says that Java uses a different set of fields, this might be a legacy thing.
https://misode.github.io/worldgen/structure-set/ generates it in the correct format. I have tested on 1.21.1 and it seems to work fine.