返回上一级
果冻菇生成
地物mushroon_delight_nullgr

果冻菇生成

mushroon_delight_nullgr:jellyshroomplant

surface_pass,群系 swamp、roofed、mushroom_island

概述

surface_pass,群系 swamp、roofed、mushroom_island

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

用途与获取

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

关联知识

数据来源

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

地物生成

放置阶段
地表阶段
Feature
mushroon_delight_nullgr:jellyshroomplant
放置方块
mushroon_delight_nullgr:jellyshroomplant
群系标签
沼泽、roofed、mushroom_island
技术区:组件 JSON
{
  "worldgen": {
    "id": "mushroon_delight_nullgr:jellyshroomplant",
    "placesFeature": "mushroon_delight_nullgr:jellyshroomplant",
    "placedBlocks": [
      "mushroon_delight_nullgr:jellyshroomplant"
    ],
    "biomeTags": [
      "swamp",
      "roofed",
      "mushroom_island"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 10,
    "iterations": 5
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 5,
    "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": "swamp"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "roofed"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "mushroom_island"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "surface_pass"
  }
}