workaround for ore generation
This commit is contained in:
parent
22076c0522
commit
16cecece72
6 changed files with 89 additions and 2 deletions
|
|
@ -21,4 +21,12 @@ data:extend({
|
|||
minimum_value = 1,
|
||||
maximum_value = 1000,
|
||||
},
|
||||
{
|
||||
type = "double-setting",
|
||||
name = "bztitanium-ore-workaround-probability",
|
||||
setting_type = "runtime-global",
|
||||
default_value = .01,
|
||||
minimum_value = .00001,
|
||||
maximum_value = .1,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue