返回上一级
仙人掌果实生成
地物green_delight_nullgr

仙人掌果实生成

green_delight_nullgr:cactus_fruit

after_surface_pass,群系 desert、overworld、desert_hills

地物生成

放置阶段
after_surface_pass
Feature
green_delight_nullgr:cactus_fruit_scatter
放置方块
green_delight_nullgr:cactus_fruit
群系标签
沙漠、主世界、desert_hills

组件摘要

{
  "worldgen": {
    "id": "green_delight_nullgr:cactus_fruit",
    "placesFeature": "green_delight_nullgr:cactus_fruit_scatter",
    "placedBlocks": [
      "green_delight_nullgr:cactus_fruit"
    ],
    "biomeTags": [
      "desert",
      "overworld",
      "desert_hills"
    ],
    "placementPass": "after_surface_pass",
    "scatterChance": 100,
    "iterations": 2
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 2,
    "y": "query.above_top_solid(variable.worldx,variable.worldz)==query.get_height_at(variable.worldx,variable.worldz)?query.above_top_solid(variable.worldx,variable.worldz):-999",
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "scatter_chance": 100
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "desert"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "overworld"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "desert_hills"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "after_surface_pass"
  }
}