返回上一级
野生辣椒生成
地物vintage_delight_nullgr

野生辣椒生成

vintage_delight_nullgr:wild_pepper

after_surface_pass,群系 crimson_forest

概述

after_surface_pass,群系 crimson_forest

资料类型
地物
命名空间
vintage_delight_nullgr
所属模组
vintage-delight
关联资料
1 条
地物生成crimson_forestvintage_delight_nullgr:wild_ghost_peppers

用途与获取

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

关联知识

数据来源

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

地物生成

放置阶段
after_surface_pass
Feature
vintage_delight_nullgr:wild_pepper
放置方块
vintage_delight_nullgr:wild_ghost_peppers
群系标签
crimson_forest
技术区:组件 JSON
{
  "worldgen": {
    "id": "vintage_delight_nullgr:wild_pepper",
    "placesFeature": "vintage_delight_nullgr:wild_pepper",
    "placedBlocks": [
      "vintage_delight_nullgr:wild_ghost_peppers"
    ],
    "biomeTags": [
      "crimson_forest"
    ],
    "placementPass": "after_surface_pass",
    "scatterChance": 30,
    "iterations": 3
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 3,
    "scatter_chance": 30,
    "x": {
      "distribution": "uniform",
      "extent": [
        5,
        11
      ]
    },
    "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": [
        5,
        11
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "crimson_forest"
              }
            ]
          }
        ]
      }
    ],
    "placement_pass": "after_surface_pass"
  }
}