为什么我服务器的EWG插件不能在沙漠地形生成金字塔结构这个是我的配置文件,求大神解答:{  "enabled": true,  "rarity": 1.0,  "biomeType": "DESERT",  "useDungeons": true,  "dungeonChance": 8,  "useMineShafts": true,  "useStrongholds": true,  "useVillages": true,  "useTemples": false,  "useNetherFortress": false,  "useCaves": true,  "useMonuments": false,  "useWoodlandMansion": false,  "useRavines": true,  "useWitchHuts": false,  "usePyramids": false,  "useJungleTemples": false,  "useIgloos": false,  "useFossils": true,  "useWaterLakes": false,  "useLavaLakes": true,  "useRivers": true,  "useNativePainting": false,  "useNativeStructure": false,  "biomeColors": [    "#fefdd6",    "#fecc9b",    "#fec785",    "#f9f9f8"  ],  "fossilChance": 64,  "lavaLakeChance": 30,  "waterLakeChance": 4,  "ores": [    {      "type": "DIRT",      "data": 0,      "size": 33,      "count": 10,      "minHeight": 0,      "maxHeight": 256    },    {      "type": "GRAVEL",      "data": 0,      "size": 33,      "count": 8,      "minHeight": 0,      "maxHeight": 256    },    {      "type": "STONE",      "data": 1,      "size": 33,      "count": 10,      "minHeight": 0,      "maxHeight": 80    },    {      "type": "STONE",      "data": 3,      "size": 33,      "count": 10,      "minHeight": 0,      "maxHeight": 80    },    {      "type": "STONE",      "data": 5,      "size": 33,      "count": 10,      "minHeight": 0,      "maxHeight": 80    },    {      "type": "COAL_ORE",      "data": 0,      "size": 17,      "count": 20,      "minHeight": 0,      "maxHeight": 128    },    {      "type": "IRON_ORE",      "data": 0,      "size": 9,      "count": 20,      "minHeight": 0,      "maxHeight": 64    },    {      "type": "GOLD_ORE",      "data": 0,      "size": 9,      "count": 2,      "minHeight": 0,      "maxHeight": 32    },    {      "type": "REDSTONE_ORE",      "data": 0,      "size": 8,      "count": 8,      "minHeight": 0,      "maxHeight": 16    },    {      "type": "DIAMOND_ORE",      "data": 0,      "size": 8,      "count": 1,      "minHeight": 0,      "maxHeight": 16    },    {      "type": "LAPIS_ORE",      "data": 0,      "size": 7,      "count": 1,      "minHeight": 0,      "maxHeight": 32    },    {      "type": "EMERALD_ORE",      "data": 0,      "size": 4,      "count": 2,      "minHeight": 4,      "maxHeight": 32    }  ],  "customTerrain": {    "noiseLayers": []  },  "terrainSettings": {    "subTerrains": [      {        "provider": "EWG",        "name": "Desert",        "xModifier": 1.0,        "yModifier": 1.0,        "zModifier": 1.0,        "yOffset": 0      }    ]  },  "overlaySettings": {    "spawnLilyPads": false,    "fastLeavesPlacing": true,    "spawnCactus": true,    "spawnSnowLayers": false,    "spawnHangingLeaves": false,    "spawnIceOnWater": false,    "groundDepth": 3,    "surfaceDepth": 4,    "surfaceBlocks": [      [],      [],      [],      [],      [        {          "type": "SAND",          "data": 0,          "chance": 1.0        }      ]    ],    "oceanBlocks": [],    "groundBlocks": [      [],      [],      [],      [],      [        {          "type": "SANDSTONE",          "data": 0,          "chance": 1.0        }      ]    ],    "beachBlocks": [      [        {          "type": "DIRT",          "data": 0,          "chance": 1.0        }      ]    ],    "pathBlocks": [],    "farmlandBlocks": [],    "slabBlocks": [      [],      [],      [],      [],      [        {          "type": "STEP",          "data": 1,          "chance": 1.0        }      ]    ],    "stairBlocks": [      [],      [],      [],      [],      [        {          "type": "SANDSTONE_STAIRS",          "data": 1,          "chance": 1.0        }      ]    ],    "plantBlocks": [      [],      [],      [        {          "type": "DEAD_BUSH",          "data": 0,          "inclinationsConditions": [            {              "minInclination": 0.0,              "maxInclination": 1.7            }          ],          "chance": 0.005        }      ]    ],    "riverBlocks": []  },  "customTrees": [],  "customStructures": [    {      "name": "DECO_desert_tower",      "density": 1.25E-4,      "size": "MEDIUM",      "provider": "EWG",      "type": "DECO",      "blocksRequiredUnderneath": [        "SAND"      ],      "blacklistedDecoBlocks": [        46      ],      "spawnUnderWater": false,      "spawnOnGround": true,      "overrideExsistingBlocks": false,      "allowRotation": false,      "applyPhysics": false,      "applyAir": true,      "fixFlyingRoots": false,      "replaceAir": true,      "minY": 67,      "maxY": 107,      "maxSlope": 2.0,      "minSlope": 0.0,      "transitionClearance": -1.0,      "snapToXGrid": 150,      "snapToYGrid": 150,      "gridXOffset": 0,      "gridYOffset": 0,      "anchorYOffset": 0    }  ],  "maxEWGObjectsPerChunk": 4,  "xNoiseModifier": 1.2,  "yNoiseModifier": 0.7,  "zNoiseModifier": 1.2,  "lakeDepth": 0.0,  "baseHeight": 67,  "nativeBiomes": [    {      "nativeBiome": "DESERT",      "chance": 1.0    }  ],  "groundBlockSettings": {    "layers": [      {        "maxAmplitude": 10,        "minAmplitude": 5,        "xScale": 30,        "zScale": 30,        "minWidth": 4,        "maxWidth": 5,        "groundMaterials": [          {            "material": "DIRT",            "data": 0,            "chance": 1.0          }        ]      },      {        "maxAmplitude": 10,        "minAmplitude": 5,        "xScale": 30,        "zScale": 30,        "minWidth": 13,        "maxWidth": 14,        "groundMaterials": [          {            "material": "COBBLESTONE",            "data": 0,            "chance": 1.0          }        ]      }    ],    "repeat": true  },  "groundMaterials": [    {      "material": "STONE",      "data": 0,      "chance": 1.0    }  ]}