1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

increased advanced circuit output

This commit is contained in:
grilledham 2019-07-25 16:21:26 +01:00 committed by theorangeangle
parent 20e836c47e
commit eac5daa56f

View File

@ -23,7 +23,7 @@ local factory_b = {
callback = ob.magic_item_crafting_callback,
data = {
recipe = 'advanced-circuit',
output = {min_rate = 0.5 / 600, distance_factor = 0.5 / 600 / 512, item = 'advanced-circuit'}
output = {min_rate = 2.5 / 600, distance_factor = 2.5 / 600 / 512, item = 'advanced-circuit'}
}
}