It looks like that we went from:
One infusion consumes 25mb of crystal liquid, to infuse 500mb of RCL
to:
One infusion takes 25mb of crystal liquid to infuse only 25mb of RCL
It affects the following mecanics:
Infusion is 20 times slower/ineffective (also in terms of percentage increases)
Infusion costs 20 times more crystal liquid, time and energy if we scale them to the same amount of RCL to be infused
It looks like that we went from: One infusion consumes 25mb of crystal liquid, to infuse 500mb of RCL to: One infusion takes 25mb of crystal liquid to infuse only 25mb of RCL
It affects the following mecanics:
Proofs: Stated clearly there in MC 1.12 version: https://github.com/McJtyMods/DeepResonance/blob/1.12/src/main/java/mcjty/deepresonance/config/ConfigMachines.java#L170-L176
Implicitely stated there in 1.15: https://github.com/McJtyMods/DeepResonance/blob/1.15/src/main/java/mcjty/deepresonance/api/infusion/InfusionBonus.java#L21
New config (1.16 & 1.18) has now only one variable: https://github.com/McJtyMods/DeepResonance/blob/1.16/src/main/java/mcjty/deepresonance/modules/machines/util/config/LaserConfig.java#L35-L36 Used on two different cases (first & last selected lines): https://github.com/McJtyMods/DeepResonance/blob/1.16/src/main/java/mcjty/deepresonance/modules/machines/block/LaserTileEntity.java#L233-L244
Affects 1.16 & 1.18.2 versions