The document outlines the structure placements in a Minecraft setting, specifying two structures with equal weights. It details the placement type as 'random_spread' with defined spacing, separation, and a unique salt identifier. The parameters ensure proper distribution of the structures within the game environment.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views1 page
Minecraft Structure Placement Guide
The document outlines the structure placements in a Minecraft setting, specifying two structures with equal weights. It details the placement type as 'random_spread' with defined spacing, separation, and a unique salt identifier. The parameters ensure proper distribution of the structures within the game environment.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
{
"structures": [ { "structure": "additionalstructures:example_1", <= structure "weight": 1 <= weight }, { "structure": "additionalstructures:example_2", <= next structure "weight": 1 <= weight } ], "placement": { "type": "minecraft:random_spread", <= "random_spread" or "concentric_rings". In most cases: "random_spread" "spacing": 50, <= Roughly the average distance in chunks between two structures in this set. "separation": 40, <= The minimum distance in chunks. Needs to be smaller than spacing. "salt": 2387913 <= unique identifier } }