Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / World / Default / Ores / Zone1 / IronPlacement.json

IronPlacement

Server/World/Default/Ores/Zone1/IronPlacement.json, 648 B

Fields

FieldType
Namestring
BlockMaskobject
Entryobject
EntryPointsobject
FixedEntryHeightnumber
HeightRadiusFactorobject
Pitchnumber

Source

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