forked from cacklingfiend/bzgold2
Update bz mods to version 2
This commit is contained in:
parent
e900b41958
commit
25c42d3708
9 changed files with 50 additions and 130 deletions
|
|
@ -92,7 +92,7 @@ if data.raw.resource["copper-ore"] then
|
|||
data.raw.resource["copper-ore"].autoplace = resource_autoplace.resource_autoplace_settings{
|
||||
name = "copper-ore",
|
||||
order = "b",
|
||||
base_density = mods.bzaluminum and 3 or 4,
|
||||
base_density = mods.bzaluminum2 and 3 or 4,
|
||||
has_starting_area_placement = true,
|
||||
regular_rq_factor_multiplier = 1.1,
|
||||
starting_rq_factor_multiplier = 1.1,
|
||||
|
|
@ -152,20 +152,12 @@ data:extend({
|
|||
{
|
||||
sheet =
|
||||
{
|
||||
filename = "__bzgold__/graphics/entity/ores/rich-copper-ore.png",
|
||||
priority = "extra-high",
|
||||
size = 64,
|
||||
frame_count = 8,
|
||||
variation_count = 8,
|
||||
hr_version =
|
||||
{
|
||||
filename = "__bzgold__/graphics/entity/ores/hr-rich-copper-ore.png",
|
||||
priority = "extra-high",
|
||||
size = 128,
|
||||
frame_count = 8,
|
||||
variation_count = 8,
|
||||
scale = 0.5
|
||||
}
|
||||
filename = "__bzgold__/graphics/entity/ores/hr-rich-copper-ore.png",
|
||||
priority = "extra-high",
|
||||
size = 128,
|
||||
frame_count = 8,
|
||||
variation_count = 8,
|
||||
scale = 0.5
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue