返回首页
地物endersdelight

amberveil block生成

endersdelight:amberveils

final_pass,群系 !overworld、the_end

地物生成

放置阶段
最终阶段
Feature
endersdelight:amberveils
放置方块
endersdelight:amberveil_block
群系标签
非主世界、末地

组件摘要

{
  "worldgen": {
    "id": "endersdelight:amberveils",
    "placesFeature": "endersdelight:amberveils",
    "placedBlocks": [
      "endersdelight:amberveil_block"
    ],
    "biomeTags": [
      "!overworld",
      "the_end"
    ],
    "placementPass": "final_pass",
    "scatterChance": 20,
    "iterations": 55
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 55,
    "scatter_chance": 20,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": {
      "distribution": "uniform",
      "extent": [
        55,
        65
      ]
    },
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "operator": "!=",
            "test": "has_biome_tag",
            "value": "overworld"
          },
          {
            "operator": "==",
            "test": "has_biome_tag",
            "value": "the_end"
          }
        ]
      }
    ],
    "placement_pass": "final_pass"
  }
}