返回首页
紫菜生成
地物sushigocrafting_nullgr

紫菜生成

sushigocrafting_nullgr:ocean_surface_seaweed_feature

surface_pass,群系 ocean、!frozen

地物生成

放置阶段
地表阶段
Feature
sushigocrafting_nullgr:seaweed
放置方块
sushigocrafting_nullgr:seaweed_0
群系标签
海洋、非冰冻地带

组件摘要

{
  "worldgen": {
    "id": "sushigocrafting_nullgr:ocean_surface_seaweed_feature",
    "placesFeature": "sushigocrafting_nullgr:seaweed",
    "placedBlocks": [
      "sushigocrafting_nullgr:seaweed_0"
    ],
    "biomeTags": [
      "ocean",
      "!frozen"
    ],
    "placementPass": "surface_pass",
    "scatterChance": 30,
    "iterations": 20
  },
  "distribution": {
    "iterations": 20,
    "scatter_chance": 30,
    "x": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    },
    "y": "query.above_top_solid(variable.worldx,variable.worldz)",
    "z": {
      "distribution": "uniform",
      "extent": [
        0,
        16
      ]
    }
  },
  "conditions": {
    "placement_pass": "surface_pass",
    "minecraft:biome_filter": [
      {
        "test": "has_biome_tag",
        "operator": "==",
        "value": "ocean"
      },
      {
        "all_of": [
          {
            "test": "has_biome_tag",
            "operator": "!=",
            "value": "frozen"
          }
        ]
      }
    ]
  }
}