12 lines
222 B
Lua
12 lines
222 B
Lua
function fillBottledScienceConfig(config)
|
|
|
|
config["silica-sand"] = {
|
|
type = "resource-ore",
|
|
allotment = 80,
|
|
spawns_per_region = {min=1, max=1},
|
|
richness = 15000,
|
|
size={min=15, max=25},
|
|
min_amount=300,
|
|
}
|
|
|
|
end |