返回首页
野生燕麦生成
地物vintage_delight_nullgr

野生燕麦生成

vintage_delight_nullgr:wild_oat

after_surface_pass,群系 river、plains

地物生成

放置阶段
after_surface_pass
Feature
vintage_delight_nullgr:wild_oat_scatter
放置方块
vintage_delight_nullgr:wild_oats
群系标签
河流、平原地带

组件摘要

{
  "worldgen": {
    "id": "vintage_delight_nullgr:wild_oat",
    "placesFeature": "vintage_delight_nullgr:wild_oat_scatter",
    "placedBlocks": [
      "vintage_delight_nullgr:wild_oats"
    ],
    "biomeTags": [
      "river",
      "plains"
    ],
    "placementPass": "after_surface_pass",
    "scatterChance": 100,
    "iterations": "undefined"
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": "math.mod(variable.originx+0,176)==0&&math.mod(variable.originz+0,176)==0&&math.abs(query.noise(variable.originx+0,variable.originz+0))<1.0?2:0",
    "scatter_chance": 100,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "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": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "river"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "plains"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "after_surface_pass"
  }
}