30 lines
577 B
TOML
30 lines
577 B
TOML
|
|
[World]
|
|
|
|
[World.Ores]
|
|
|
|
[World.Ores.Silver]
|
|
#Whether this ore should spawn in the world.
|
|
Enable = false
|
|
|
|
[World.Ores.Lead]
|
|
#Whether this ore should spawn in the world.
|
|
Enable = true
|
|
|
|
[World.Ores.Nickel]
|
|
#Whether this ore should spawn in the world.
|
|
Enable = true
|
|
|
|
[World.Ores.Sulfur]
|
|
#Whether this ore should spawn in the world.
|
|
Enable = true
|
|
|
|
[World.Ores.Tin]
|
|
#Whether this ore should spawn in the world.
|
|
Enable = true
|
|
|
|
[World.Ores.Niter]
|
|
#Whether this ore should spawn in the world.
|
|
Enable = true
|
|
|