Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / World / Default / Ores / Zone0 / CopperPlacement.json

CopperPlacement

Server/World/Default/Ores/Zone0/CopperPlacement.json, 631 B

Fields

FieldType
Namestring
BlockMaskobject
Entryobject
EntryPointsobject
FixedEntryHeightnumber
HeightRadiusFactorobject
Pitchnumber

Source

{
  "Name": "Copper",
  "BlockMask": {
    "Default": [
      "Rock_Stone",
      "Rock_Basalt",
      "Rock_Marble",
      "Rock_Quartzite",
      "Rock_Sandstone",
      "Rock_Sandstone_White",
      "Rock_Sandstone_Red",
      "Rock_Volcanic",
      { "Replace": false, "Fluid": "Water_Source" }
    ]
  },
  "Entry": {
    "File": "Ores.Zone0.Copper"
  },
  "EntryPoints": {
    "$Comment": "Horizontal Density",
    "Density": [0, 1],
    "Seed": "Caves-Ore-Copper",
    "Scale": 0.4,
    "Jitter": 0.5
  },
  "FixedEntryHeight": 0,
  "HeightRadiusFactor": {
    "Positions": [0, 255],
    "Values": [1, 1]
  },
  "Pitch": 0
}