new recipes for kerosene to rocket fuel

This commit is contained in:
PreLeyZero 2022-06-07 20:16:16 +02:00
parent f559fb8d34
commit 0fc2f7e592
9 changed files with 79 additions and 8 deletions

View file

@ -54,14 +54,15 @@ data:extend({
},
max_health = 150,
corpse = 'small-remnants',
collision_box = {{-1.4,-1.4},{1.4,1.4}},
selection_box = {{-1.5,-1.5},{1.5,1.5}},
collision_box = data.raw['solar-panel']['solar-panel'].collision_box,
selection_box = data.raw['solar-panel']['solar-panel'].selection_box,
--energy
energy_source = {
type = 'electric',
usage_priority = 'solar',
input_flow_limit = '0W',
},
fast_replaceable_group = 'solar-panel',
production = solar_output(),
--picture
picture = {
@ -73,3 +74,8 @@ data:extend({
map_color = {r=1.7,g=1.7,b=1.7},
},
})
if data.raw["solar-panel"]["solar-panel"] then
data.raw["solar-panel"]["solar-panel"].next_upgrade = "el_solar_entity"
data.raw["solar-panel"]["solar-panel"].fast_replaceable_group = "solar-panel"
end