McJtyMods / DeepResonance

Deep Resonance: a powergen mod for Minecraft involving crystals
47 stars 23 forks source link

Infusing is much harder (20x more ineffective) than before 1.16 rewrite #302

Closed richie3366 closed 2 years ago

richie3366 commented 2 years ago

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

McJty commented 2 years ago

Well spotted. I'm fixing this right now

McJty commented 2 years ago

Fixed!