AllTheMods / ATM-10

All the Mods 10
59 stars 28 forks source link

[Bug]: Time wand cannot go to max speed with current config #376

Open jpenilla opened 2 weeks ago

jpenilla commented 2 weeks ago

Possible Fixes

Yes

Modpack Version

0.41

What happened?

The time wand from JDT cannot go to the max 256x multiplier (mentioned in the dire book) with the current config, it maxes out at 128x. This is because in the config energy use is set to 750rf, which means for 128x it uses 96,000 rf, and for 256x it would need 192,000 rf. However, the max storage of the wand is set to 100,000 rf. My suggestion is to raise the max rf in the wand to 200,000 rf or higher.

https://github.com/AllTheMods/ATM-10/blob/b9810ebd7828628b4eac37e499ab64acd6e10b1f/config/justdirethings-common.toml#L191-L201

latest.log

No response

Developer reports

No response

alekthefirst commented 2 weeks ago

The reason for the config change was to nerf the max acceleration to 128x...

jpenilla commented 2 weeks ago

Maybe it would be good to open a feature request at JDT for a dedicated max multiplier config then, to avoid confusion with the book not matching in-world behavior.

Or could have JDT do the math to determine the real max from the other options.

jpenilla commented 2 weeks ago

https://github.com/Direwolf20-MC/JustDireThings/pull/142

jpenilla commented 2 weeks ago

JDT v1.2.3 includes my PR adding a time_wand_max_multiplier config option, this should allow the ATM team to nerf the wand without the book and renderer becoming inaccurate.