返回上一级
棉花生成
地物miners_delight

棉花生成

miners_delight:gossypium

after_surface_pass,群系 savanna、overworld

概述

after_surface_pass,群系 savanna、overworld

资料类型
地物
命名空间
miners_delight
所属模组
miners-delight
关联资料
1 条
地物生成热带草原主世界miners_delight:gossypium

用途与获取

  • 这是地物生成资料,放置阶段为 after_surface_pass。
  • 可能放置:miners_delight:gossypium。

关联知识

数据来源

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

地物生成

放置阶段
after_surface_pass
Feature
miners_delight:gossypium
放置方块
miners_delight:gossypium
群系标签
热带草原、主世界
技术区:组件 JSON
{
  "worldgen": {
    "id": "miners_delight:gossypium",
    "placesFeature": "miners_delight:gossypium",
    "placedBlocks": [
      "miners_delight:gossypium"
    ],
    "biomeTags": [
      "savanna",
      "overworld"
    ],
    "placementPass": "after_surface_pass",
    "scatterChance": 4,
    "iterations": 5
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 5,
    "scatter_chance": 4,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": "query.above_top_solid(variable.worldx,variable.worldz)==query.get_height_at(variable.worldx,variable.worldz)?query.above_top_solid(variable.worldx,variable.worldz):-999",
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "all_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "savanna"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "overworld"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "after_surface_pass"
  }
}