13 lines
202 B
Lua
13 lines
202 B
Lua
function fillThunderStoneConfig(config)
|
|
|
|
config["monazite-ore"] =
|
|
{
|
|
type="resource-ore",
|
|
|
|
allotment=60,
|
|
|
|
spawns_per_region={min=1, max=1},
|
|
size={min=15, max=20},
|
|
richness=11000,
|
|
}
|
|
end |