ore order
This commit is contained in:
parent
3b63c069e5
commit
8efb3e0145
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ data:extend({
|
||||||
category = "resource",
|
category = "resource",
|
||||||
name = "titanium-ore",
|
name = "titanium-ore",
|
||||||
richness = true,
|
richness = true,
|
||||||
order = "b-e"
|
order = "a-t"
|
||||||
},
|
},
|
||||||
--{
|
--{
|
||||||
-- type = "noise-layer",
|
-- type = "noise-layer",
|
||||||
|
|
@ -43,8 +43,8 @@ data:extend({
|
||||||
|
|
||||||
autoplace = resource_autoplace.resource_autoplace_settings{
|
autoplace = resource_autoplace.resource_autoplace_settings{
|
||||||
name = "titanium-ore",
|
name = "titanium-ore",
|
||||||
order = "b-z",
|
order = "a-t",
|
||||||
base_density = 3,
|
base_density = mods["space-age"] and 5 or 3,
|
||||||
has_starting_area_placement = false,
|
has_starting_area_placement = false,
|
||||||
regular_rq_factor_multiplier = 0.8
|
regular_rq_factor_multiplier = 0.8
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue