Simply Jetpacks 2

Simply Jetpacks 2

50M Downloads

[1.12.2]Enderium Flux-Infused Jetpack uses too much RF.

marimari118 opened this issue ยท 2 comments

commented

Looking at this jetpack, it used more RF (6,800 RF/t) in flight than other Tier 5 jetpacks (850 RF/t). It was also not possible to change the RF used in the config.

commented

can confirm for version 1.12.2-2.2.20.0

if my math checks out, it seems that instead of dividing I:gelidEnderiumEnergyUsageBonus by 100, you are dividing it by 10

assuming all values are default, we have:
integration{I:gelidEnderiumEnergyUsageBonus=80}
tuning{te{jetpack_te5_enderium{I:energyUsage=850}}}

850*(80/10)=6800
850*(80/100)=680

here are some screenshots just in case

2022-02-26_23 58 32
2022-02-26_23 58 36

one potential workaround is to divide I:gelidEnderiumEnergyUsageBonus by 10 in config, but then the tooltip would look weird

actually, scratch that, cuz I just tried changing I:gelidEnderiumEnergyUsageBonus from 80 to 8, and now energy usage is now at 0 RF/T. Are you perhaps not using a float value for the multiplication result?

2022-02-27_00 13 19

ok, last resort, I'm gonna set I:gelidEnderiumEnergyUsageBonus to 100, then set energy usage to 680
...uuh... nope...? still at 6800 RF/T

2022-02-27_00 24 18

hmm... what about energy usage set to 68?
yup, that did it! so the temporary workaround is to set rate to 100, and then do math on the jetpack's energy usage rate itself

2022-02-27_00 30 17

hopefully this excessive explanation will help solve this

commented

@h3oCharles do you mind checking the 1.16.5 version for this same issue?