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

红色灰孢伞生成

mushroon_delight_nullgr:toadstool_red

surface_pass,群系 crimson_forest

概述

surface_pass,群系 crimson_forest

资料类型
地物
命名空间
mushroon_delight_nullgr
所属模组
mushroom-delight
关联资料
1 条
地物生成crimson_forestmushroon_delight_nullgr:toadstool_red

用途与获取

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

关联知识

数据来源

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

地物生成

放置阶段
地表阶段
Feature
mushroon_delight_nullgr:toadstool_red
放置方块
mushroon_delight_nullgr:toadstool_red
群系标签
crimson_forest
技术区:组件 JSON
{
  "worldgen": {
    "id": "mushroon_delight_nullgr:toadstool_red",
    "placesFeature": "mushroon_delight_nullgr:toadstool_red",
    "placedBlocks": [
      "mushroon_delight_nullgr:toadstool_red"
    ],
    "biomeTags": [
      "crimson_forest"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 10,
    "iterations": 3
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 3,
    "scatter_chance": 10,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": "query.get_height_at(variable.worldx,variable.worldz)",
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "crimson_forest"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "surface_pass"
  }
}