返回上一级
地物fruitfarmersdelight_nullgr

hawthorn tree生成

fruitfarmersdelight_nullgr:hawthorn_tree

surface_pass,群系 overworld、savanna、!frozen、!ice、!cold、mesa、platea

地物生成

放置阶段
地表阶段
Feature
fruitfarmersdelight_nullgr:hawthorn_tree_feature
放置方块
群系标签
主世界、热带草原、非冰冻地带、非冰雪地带、非寒冷地带、mesa、platea

组件摘要

{
  "worldgen": {
    "id": "fruitfarmersdelight_nullgr:hawthorn_tree",
    "placesFeature": "fruitfarmersdelight_nullgr:hawthorn_tree_feature",
    "placedBlocks": [],
    "biomeTags": [
      "overworld",
      "savanna",
      "!frozen",
      "!ice",
      "!cold",
      "mesa",
      "platea"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 3,
    "iterations": 4
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 4,
    "scatter_chance": 3,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        32
      ]
    },
    "y": "query.get_height_at(variable.worldx,variable.worldz)+0",
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        32
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "any_of": [
          {
            "all_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "overworld"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "savanna"
              },
              {
                "operator": "!=",
                "test": "has_biome_tag",
                "value": "frozen"
              },
              {
                "operator": "!=",
                "test": "has_biome_tag",
                "value": "ice"
              },
              {
                "operator": "!=",
                "test": "has_biome_tag",
                "value": "cold"
              }
            ]
          },
          {
            "all_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "overworld"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "mesa"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "platea"
              },
              {
                "operator": "!=",
                "test": "has_biome_tag",
                "value": "frozen"
              },
              {
                "operator": "!=",
                "test": "has_biome_tag",
                "value": "ice"
              },
              {
                "operator": "!=",
                "test": "has_biome_tag",
                "value": "cold"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "surface_pass"
  }
}