返回首页
覆盆子丛生成
地物fruitfarmersdelight_nullgr

覆盆子丛生成

fruitfarmersdelight_nullgr:raspberry

surface_pass,群系 forest、!birch、!jungle、overworld、!frozen、!ice、!cold、taiga

地物生成

放置阶段
地表阶段
Feature
fruitfarmersdelight_nullgr:raspberry
放置方块
fruitfarmersdelight_nullgr:raspberry_stage_5
群系标签
森林、非桦木林、非丛林、主世界、非冰冻地带、非冰雪地带、非寒冷地带、针叶林

组件摘要

{
  "worldgen": {
    "id": "fruitfarmersdelight_nullgr:raspberry",
    "placesFeature": "fruitfarmersdelight_nullgr:raspberry",
    "placedBlocks": [
      "fruitfarmersdelight_nullgr:raspberry_stage_5"
    ],
    "biomeTags": [
      "forest",
      "!birch",
      "!jungle",
      "overworld",
      "!frozen",
      "!ice",
      "!cold",
      "taiga"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 4,
    "iterations": 2
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 2,
    "scatter_chance": 4,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": "query.get_height_at(variable.worldx,variable.worldz)+0",
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "any_of": [
          {
            "all_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "forest"
              },
              {
                "any_of": [
                  {
                    "operator": "!=",
                    "test": "has_biome_tag",
                    "value": "birch"
                  },
                  {
                    "operator": "!=",
                    "test": "has_biome_tag",
                    "value": "jungle"
                  }
                ]
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "overworld"
              },
              {
                "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": "taiga"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "overworld"
              },
              {
                "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"
  }
}