返回上一级
仙人掌果实生成
地物green_delight_nullgr

仙人掌果实生成

green_delight_nullgr:cactus_fruit

after_surface_pass,群系 desert、overworld、desert_hills

概述

after_surface_pass,群系 desert、overworld、desert_hills

资料类型
地物
命名空间
green_delight_nullgr
所属模组
a54kfe-fe
关联资料
1 条
地物生成沙漠主世界desert_hillsgreen_delight_nullgr:cactus_fruit

用途与获取

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

关联知识

数据来源

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

地物生成

放置阶段
after_surface_pass
Feature
green_delight_nullgr:cactus_fruit_scatter
放置方块
green_delight_nullgr:cactus_fruit
群系标签
沙漠、主世界、desert_hills
技术区:组件 JSON
{
  "worldgen": {
    "id": "green_delight_nullgr:cactus_fruit",
    "placesFeature": "green_delight_nullgr:cactus_fruit_scatter",
    "placedBlocks": [
      "green_delight_nullgr:cactus_fruit"
    ],
    "biomeTags": [
      "desert",
      "overworld",
      "desert_hills"
    ],
    "placementPass": "after_surface_pass",
    "scatterChance": 100,
    "iterations": 2
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 2,
    "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",
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "scatter_chance": 100
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "desert"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "overworld"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "desert_hills"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "after_surface_pass"
  }
}