返回首页
野生辣椒生成
地物vintage_delight_nullgr

野生辣椒生成

vintage_delight_nullgr:wild_pepper

after_surface_pass,群系 crimson_forest

地物生成

放置阶段
after_surface_pass
Feature
vintage_delight_nullgr:wild_pepper
放置方块
vintage_delight_nullgr:wild_ghost_peppers
群系标签
crimson_forest

组件摘要

{
  "worldgen": {
    "id": "vintage_delight_nullgr:wild_pepper",
    "placesFeature": "vintage_delight_nullgr:wild_pepper",
    "placedBlocks": [
      "vintage_delight_nullgr:wild_ghost_peppers"
    ],
    "biomeTags": [
      "crimson_forest"
    ],
    "placementPass": "after_surface_pass",
    "scatterChance": 30,
    "iterations": 3
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 3,
    "scatter_chance": 30,
    "x": {
      "distribution": "uniform",
      "extent": [
        5,
        11
      ]
    },
    "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",
    "z": {
      "distribution": "uniform",
      "extent": [
        5,
        11
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "crimson_forest"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "after_surface_pass"
  }
}