返回上一级
紫色灰孢伞生成
地物mushroon_delight_nullgr

紫色灰孢伞生成

mushroon_delight_nullgr:toadstool_purple

surface_pass,群系 swamp、overworld、soulsand_valley、roofed

概述

surface_pass,群系 swamp、overworld、soulsand_valley、roofed

资料类型
地物
命名空间
mushroon_delight_nullgr
所属模组
mushroom-delight
关联资料
1 条
地物生成沼泽主世界soulsand_valleyroofedmushroon_delight_nullgr:toadstool_purple

用途与获取

  • 这是地物生成资料,放置阶段为 地表阶段。
  • 可能放置:mushroon_delight_nullgr:toadstool_purple。

关联知识

数据来源

来源文件
MushroomDelight_BP/netease_feature_rules/toadstool_purple.json
条目 ID
mushroon_delight_nullgr:toadstool_purple
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
关联信息已建立,可继续补充攻略

地物生成

放置阶段
地表阶段
Feature
mushroon_delight_nullgr:toadstool_purple
放置方块
mushroon_delight_nullgr:toadstool_purple
群系标签
沼泽、主世界、soulsand_valley、roofed
技术区:组件 JSON
{
  "worldgen": {
    "id": "mushroon_delight_nullgr:toadstool_purple",
    "placesFeature": "mushroon_delight_nullgr:toadstool_purple",
    "placedBlocks": [
      "mushroon_delight_nullgr:toadstool_purple"
    ],
    "biomeTags": [
      "swamp",
      "overworld",
      "soulsand_valley",
      "roofed"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 10,
    "iterations": 4
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 4,
    "scatter_chance": 10,
    "x": {
      "distribution": "uniform",
      "extent": [
        6,
        16
      ]
    },
    "y": "query.get_height_at(variable.worldx,variable.worldz)",
    "z": {
      "distribution": "uniform",
      "extent": [
        6,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "any_of": [
          {
            "all_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "swamp"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "overworld"
              }
            ]
          },
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "soulsand_valley"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "roofed"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "surface_pass"
  }
}