Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / World / Default / Ores / Zone3 / Iron.json

Iron

Server/World/Default/Ores/Zone3/Iron.json, 1.3 KB

Fields

FieldType
Namestring
Childrenarray[1]
Typestring
$Commentstring
Lengtharray[2]

Source

{
  "Name": "Entry",
  "Children": [
    {
      "Weights": [100],
      "Node": [
        {
          "Type": "EMPTY_LINE",
          "Children": [
            {
              "Weights": [100],
              "Node": [
                {
                  "Name": "Encasement",
                  "Length": [2.75, 2.75],
                  "Radius": [1.5, 2],
                  "Filling": "Ore_Iron_Basalt_Cracked"
                }
              ]
            },
            {
              "Weights": [100],
              "Node": [
                {
                  "Name": "Offset",
                  "Type": "EMPTY_LINE",
                  "Length": [0.5, 0.5],
                  "Children": [
                    {
                      "Weights": [100],
                      "Node": [
                        {
                          "Name": "Vein",
                          "Length": [2, 2],
                          "Radius": [0.75, 1],
                          "Filling": "Ore_Iron_Basalt"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "PitchSet": [0, 180],
      "YawSet": [0, 360]
    }
  ],
  "Type": "EMPTY_LINE",
  
  "$Comment": "Length = Column Height. Repeat = Count per Column.",
  "Length": [0, 80]
}