@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
36 lines • 1.31 kB
JSON
{
"fields": [
{
"id": "separation",
"title": "separation",
"description": "Padding (in chunks) within each grid cell. Structures will not generate within the padded area.",
"dataType": 0
},
{
"id": "type",
"title": "enum SharedTypes_v1_21_20_JigsawStructureSet_PlacementType",
"description": "Type of placement for the Jigsaw Structure Set.",
"dataType": 2
},
{
"id": "salt",
"title": "salt",
"description": "Seed used for the random generator to provide a unique scatter pattern. This is used to prevent overlap in the case where multiple structure sets use the same placement values.",
"dataType": 0
},
{
"id": "spacing",
"title": "spacing",
"description": "Grid cell size (in chunks) to use when generating the structure. Structures will attempt to generate at a random position within each cell.",
"dataType": 0
},
{
"id": "spread_type",
"title": "enum SharedTypes_v1_21_20_JigsawStructureSet_SpreadType",
"description": "Randomness algorithm used when placing structures.",
"dataType": 2
}
],
"description": "JigsawStructureSet RandomSpreadPlacement",
"title": "JigsawStructureSet RandomSpreadPlacement"
}