返回上一级
地物zy_croptopia

before surface croptopia forest all fruit tree feature生成

zy_croptopia:before_surface_croptopia_forest_all_fruit_tree_feature

before_surface_pass,群系 overworld、forest

地物生成

放置阶段
before_surface_pass
Feature
zy_croptopia:croptopia_forest_all_fruit_tree_feature
放置方块
群系标签
主世界、森林

组件摘要

{
  "worldgen": {
    "id": "zy_croptopia:before_surface_croptopia_forest_all_fruit_tree_feature",
    "placesFeature": "zy_croptopia:croptopia_forest_all_fruit_tree_feature",
    "placedBlocks": [],
    "biomeTags": [
      "overworld",
      "forest"
    ],
    "placementPass": "before_surface_pass",
    "scatterChance": 28,
    "iterations": 1
  },
  "distribution": {
    "coordinate_eval_order": "zxy",
    "iterations": 1,
    "y": "q.heightmap(v.worldx, v.worldz)",
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "scatter_chance": 28
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "operator": "==",
        "test": "has_biome_tag",
        "value": "overworld"
      },
      {
        "operator": "==",
        "test": "has_biome_tag",
        "value": "forest"
      }
    ],
    "placement_pass": "before_surface_pass"
  }
}