mirror of
https://asciireactor.com/factorio/adamo-nuclear.git
synced 2024-11-21 20:15:08 +00:00
Fix production reactor light flicker.
This commit is contained in:
parent
c21ddefede
commit
e5a96815f8
@ -329,7 +329,13 @@ prod_reactor_entity = {
|
|||||||
effectivity = 0.125,
|
effectivity = 0.125,
|
||||||
fuel_inventory_size = 1,
|
fuel_inventory_size = 1,
|
||||||
burnt_inventory_size = 1,
|
burnt_inventory_size = 1,
|
||||||
light_flicker = {}
|
light_flicker = {
|
||||||
|
color = {r = 0,g = 0,b = 1,a = 0.3},
|
||||||
|
minimum_intensity = 0,
|
||||||
|
maximum_intensity = 0,
|
||||||
|
minimum_light_size = 0.1,
|
||||||
|
light_intensity_to_size_coefficient = 1
|
||||||
|
}
|
||||||
},
|
},
|
||||||
energy_usage = data.raw.reactor["nuclear-reactor"].consumption,
|
energy_usage = data.raw.reactor["nuclear-reactor"].consumption,
|
||||||
module_specification = {
|
module_specification = {
|
||||||
|
Loading…
Reference in New Issue
Block a user