mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
41 lines
1,002 B
TOML
Executable file
41 lines
1,002 B
TOML
Executable file
|
|
[World]
|
|
|
|
[World.Features]
|
|
|
|
[World.Features."Oil Sand"]
|
|
#Whether this feature should naturally spawn in the world.
|
|
Enable = true
|
|
|
|
[World.Features.Silver]
|
|
#Whether this feature should naturally spawn in the world.
|
|
Enable = false
|
|
|
|
[World.Features.Lead]
|
|
#Whether this feature should naturally spawn in the world.
|
|
Enable = false
|
|
|
|
[World.Features.Nickel]
|
|
#Whether this feature should naturally spawn in the world.
|
|
Enable = false
|
|
|
|
[World.Features."Rubberwood Trees"]
|
|
#Whether this feature should naturally spawn in the world.
|
|
Enable = false
|
|
|
|
[World.Features.Cinnabar]
|
|
#Whether this feature should naturally spawn in the world.
|
|
Enable = false
|
|
|
|
[World.Features.Sulfur]
|
|
#Whether this feature should naturally spawn in the world.
|
|
Enable = false
|
|
|
|
[World.Features.Tin]
|
|
#Whether this feature should naturally spawn in the world.
|
|
Enable = false
|
|
|
|
[World.Features.Niter]
|
|
#Whether this feature should naturally spawn in the world.
|
|
Enable = true
|
|
|