Compare commits
No commits in common. "ea617d3382e0cc891a202b656b46b41955811dfa" and "8f6d9ad57804d88be2d7e160b7860f54a57f240e" have entirely different histories.
ea617d3382
...
8f6d9ad578
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ data:extend({
|
|||
icon_size = 64,
|
||||
icons = (mods["Krastorio2"] and
|
||||
{
|
||||
{ icon = "__248k-Redux-graphics__/ressources/fluids/el_dirty_water.png", icon_size = 64},
|
||||
{ icon = "__248k__/ressources/fluids/el_dirty_water.png", icon_size = 64},
|
||||
{ icon = "__Chromium2__/graphics/icons/chromite-ore.png", icon_size = 64, scale=0.2, shift= {-8, -8}},
|
||||
} or {
|
||||
{ icon = "__Chromium2__/graphics/icons/chromite-ore.png", icon_size = 64},
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ if mods["bobassembly"] then
|
|||
end
|
||||
|
||||
if mods["space-exploration"] then
|
||||
util.add_product(mods["space-exploration"] and "se-scrap-recycling", { type = "item", name = "chromium-ore", amount=1, probability=0.05})
|
||||
util.add_product(mods["space-exploration"] and "se-scrap-recycling", {name="chromium-ore", amount=1, probability=0.05})
|
||||
|
||||
util.remove_ingredient("se-space-assembling-machine", "low-density-structure")
|
||||
util.remove_ingredient("se-space-assembling-machine", "se-heat-shielding")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue