[Bug]: Time wand render and book incorrect due to incomplete JDT config changes
jpenilla opened this issue ยท 4 comments
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.
ATM-10/config/justdirethings-common.toml
Lines 191 to 201 in b9810eb
latest.log
No response
Developer reports
No response
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.
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.