Minecraft Wiki

除另有声明,转载时均必须注明出处若簡繁轉換出錯,請以遊戲內為準请勇于扩充与修正内容有兴趣逛逛我们的微博沟通交流,欢迎到社区专页需要协助,请在告示板留言

了解更多

Minecraft Wiki
Advertisement
  • The root tag
    •  name: The type of configured decorator. Must be one of the types listed below.
    •  config: The settings for this configured decorator. The settings vary depending on name. Any name not listed under this tag has no settings; however, they must still include an empty config object in their definition.
      • If name is chance, lava_lake, or water_lake:
        •  chance:[需要测试] The chance that this feature will generate.
      • If name is count, fire, glowstone, or count_multilayer:
        •  count:[需要测试]
          • Uniform Int with minBase -10, maxBase 128, and maxSpread 128
      • If name is count_noise:
      • If name is count_noise_biased:
      • If name is count_extra:
      • If name is range, range_biased, or range_very_biased:
        •  bottom_offset (optional):[需要测试] Defaults to 0 if not provided.
        •  top_offset (optional):[需要测试] Defaults to 0 if not provided.
        •  maximum (optional):[需要测试] Defaults to 0 if not provided.
      • If name is depth_average:
      • If name is carving_mask:
      • If name is decorated:
Advertisement