bounding box fix 2

This commit is contained in:
PreLeyZero 2022-06-08 00:55:23 +02:00
parent 42510376b3
commit 7e51d2cde1
6 changed files with 51 additions and 21 deletions

View file

@ -63,7 +63,7 @@ data:extend({
usage_priority = 'solar',
input_flow_limit = '0W',
},
fast_replaceable_group = 'solar-panel',
--fast_replaceable_group = 'solar-panel',
production = solar_output(),
--picture
picture = {
@ -74,9 +74,4 @@ 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
})