GoldPlacement
Server/World/Default/Ores/Zone3/GoldPlacement.json, 493 B
Fields
| Field | Type |
|---|---|
Name | string |
BlockMask | object |
Entry | object |
EntryPoints | object |
HeightRadiusFactor | object |
Pitch | number |
Source
{
"Name": "Gold",
"BlockMask": {
"Default": [
"!Rock_Calcite",
"!Ore_Gold_Calcite",
"*",
{ "Replace": false, "Fluid": "Water_Source" }
]
},
"Entry": {
"File": "Ores.Zone3.Gold"
},
"EntryPoints": {
"$Comment": "Horizontal Density",
"Density": [0, 1],
"Seed": "Caves-Ore-Gold",
"Scale": 0.03,
"Jitter": 0.5
},
"HeightRadiusFactor": {
"Positions": [102.1, 102, 110, 110.1],
"Values": [0, 1, 1, 0]
},
"Pitch": 0
}