返回上一级
野生草莓生成
地物letsdobakey_nullgr

野生草莓生成

letsdobakey_nullgr:strawberry

after_surface_pass,群系 mountain、mountains、forest、overworld、!frozen、!ice、!cold

概述

after_surface_pass,群系 mountain、mountains、forest、overworld、!frozen、!ice、!cold

资料类型
地物
命名空间
letsdobakey_nullgr
所属模组
lets-do-bakey
关联资料
1 条
地物生成山地森林主世界非冰冻地带非冰雪地带非寒冷地带letsdobakey_nullgr:wild_strawberries1

用途与获取

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

关联知识

数据来源

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

地物生成

放置阶段
after_surface_pass
Feature
letsdobakey_nullgr:strawberry
放置方块
letsdobakey_nullgr:wild_strawberries1
群系标签
山地、森林、主世界、非冰冻地带、非冰雪地带、非寒冷地带
技术区:组件 JSON
{
  "worldgen": {
    "id": "letsdobakey_nullgr:strawberry",
    "placesFeature": "letsdobakey_nullgr:strawberry",
    "placedBlocks": [
      "letsdobakey_nullgr:wild_strawberries1"
    ],
    "biomeTags": [
      "mountain",
      "mountains",
      "forest",
      "overworld",
      "!frozen",
      "!ice",
      "!cold"
    ],
    "placementPass": "after_surface_pass",
    "scatterChance": 8,
    "iterations": 3
  },
  "distribution": {
    "coordinate_eval_order": "xzy",
    "iterations": 3,
    "scatter_chance": 8,
    "x": {
      "distribution": "uniform",
      "extent": [
        5,
        11
      ]
    },
    "y": "query.get_height_at(variable.worldx,variable.worldz)+0",
    "z": {
      "distribution": "uniform",
      "extent": [
        5,
        11
      ]
    }
  },
  "conditions": {
    "minecraft:biome_filter": [
      {
        "all_of": [
          {
            "any_of": [
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "mountain"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "mountains"
              },
              {
                "operator": "==",
                "test": "has_biome_tag",
                "value": "forest"
              }
            ]
          },
          {
            "operator": "==",
            "test": "has_biome_tag",
            "value": "overworld"
          },
          {
            "operator": "!=",
            "test": "has_biome_tag",
            "value": "frozen"
          },
          {
            "operator": "!=",
            "test": "has_biome_tag",
            "value": "ice"
          },
          {
            "operator": "!=",
            "test": "has_biome_tag",
            "value": "cold"
          }
        ]
      }
    ],
    "placement_pass": "after_surface_pass"
  }
}