cawezs_expanded_world/elements/Starmeteor1.mod.json
2024-04-28 11:00:35 -04:00

29 lines
655 B
JSON
Executable File

{
"_fv": 47,
"_type": "structure",
"definition": {
"structure": "star_meteor1",
"randomlyRotateStructure": true,
"surfaceDetectionType": "First motion blocking block",
"spawnProbability": 10000,
"minCountPerChunk": 1,
"maxCountPerChunk": 1,
"spawnLocation": "Air",
"spawnHeightOffset": 20,
"spawnXOffset": 0,
"spawnZOffset": 0,
"spawnWorldTypes": [
"CUSTOM:TheAbove2"
],
"restrictionBlocks": [],
"restrictionBiomes": [
{
"value": "CUSTOM:Stars"
}
],
"ignoreBlocks": "AIR_AND_STRUCTURE_BLOCK",
"generateCondition": {
"name": "InBoundsSky"
}
}
}