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

32 lines
764 B
JSON
Executable File

{
"_fv": 47,
"_type": "structure",
"definition": {
"structure": "empty_struct",
"randomlyRotateStructure": false,
"surfaceDetectionType": "First motion blocking block",
"spawnProbability": 1000000,
"minCountPerChunk": 1,
"maxCountPerChunk": 1,
"spawnLocation": "Air",
"spawnHeightOffset": 0,
"spawnXOffset": 0,
"spawnZOffset": 0,
"spawnWorldTypes": [
"CUSTOM:TheAbove2"
],
"restrictionBlocks": [],
"restrictionBiomes": [
{
"value": "CUSTOM:MirroredMidnight"
}
],
"ignoreBlocks": "AIR_AND_STRUCTURE_BLOCK",
"generateCondition": {
"name": "InBoundsSky"
},
"onStructureGenerated": {
"name": "TemplateGardenOnStructureInstanceGenerated"
}
}
}