migration + ingot adjustment
This commit is contained in:
parent
e872ac9a55
commit
24ff2f6073
3 changed files with 13 additions and 8 deletions
|
@ -4,7 +4,7 @@ Date: 17.06.2022
|
|||
Features:
|
||||
- added ingot former machine (fusion stage)
|
||||
- retextured rare metals
|
||||
- added a compressed version of rich water
|
||||
- added a compressed version of rich water and dirty water
|
||||
|
||||
Changes:
|
||||
- changed map color of silo tank to that of normal storage tank
|
||||
|
|
5
migrations/248k-1.0.28.lua
Normal file
5
migrations/248k-1.0.28.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
for _, force in pairs(game.forces) do
|
||||
force.reset_recipes()
|
||||
force.reset_technologies()
|
||||
force.reset_technology_effects()
|
||||
end
|
|
@ -130,24 +130,24 @@ data:extend({
|
|||
filename = sprite('entity_animation.png'),
|
||||
size = {512,512},
|
||||
scale = 0.54,
|
||||
line_length = 2,
|
||||
lines_per_file = 2,
|
||||
frame_count = 4,
|
||||
animation_speed = 0.2,
|
||||
line_length = 3,
|
||||
lines_per_file = 3,
|
||||
frame_count = 9,
|
||||
animation_speed = 0.1,
|
||||
shift = {0,-0.3}
|
||||
},
|
||||
light = {
|
||||
type = "basic",
|
||||
intensity = 1,
|
||||
size = 15,
|
||||
color = {r=0.79 ,g=0.08 ,b=0.87 },
|
||||
color = {r=0.78 ,g=0.5 ,b=0.09 },
|
||||
}
|
||||
}
|
||||
},
|
||||
working_sound =
|
||||
{
|
||||
sound = {filename = "__base__/sound/electric-furnace.ogg" },
|
||||
apparent_volume = 0.3,
|
||||
apparent_volume = 0.1,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue