Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / World / Default / Ores / Zone4 / IronPlacement.json

IronPlacement

Server/World/Default/Ores/Zone4/IronPlacement.json, 647 B

Fields

FieldType
Namestring
BlockMaskobject
Entryobject
EntryPointsobject
FixedEntryHeightnumber
HeightRadiusFactorobject
Pitchnumber

Source

{
  "Name": "Iron",
  "BlockMask": {
    "Default": [
      "Rock_Stone",
      "Rock_Basalt",
      "Rock_Slate",
      "Rock_Volcanic",
      "Rock_Quartzite",
      "Rock_Magma_Cooled",
      "Rock_Volcanic",
      "Soil_Gravel",
      "Ore_Iron_Basalt_Cracked",
      { "Replace": false, "Fluid": "Water_Source" }
    ]
  },
  "Entry": {
    "File": "Ores.Zone4.Iron"
  },
  "EntryPoints": {
    "$Comment": "Horizontal Density",
    "Density": [0, 1],
    "Seed": "Caves-Ore-Iron",
    "Scale": 0.1,
    "Jitter": 0.5
  },
  "FixedEntryHeight": 0,
  "HeightRadiusFactor": {
    "Positions": [0, 255],
    "Values": [1, 1]
  },
  "Pitch": 0
}