Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update spider's den rain timer (#509)
* fix: update spider's den rain time Updated nextRain time used for calculations to now show correct rain times. Time used: Unix (in milliseconds): 1727548440000 Human Time: GMT Saturday, September 28, 2024 6:34:00 PM Skyblock Time: Year 375, Late Autumn, Day 19 Signed-off-by: L3cache <[email protected]> * fix: spider's den rain time Actually fix spider's den rain time feature not showing correct time. Added new variables to make future changes easier with additional helpful comments to further clarify, what each value has to be set to. Signed-off-by: L3cache <[email protected]> * Update RainTimer.kt forgot to update nextRain value, because it was one minute behind Signed-off-by: L3cache <[email protected]> * Update RainTimer.kt Changed `var` to `const val` for compiler optimizations Signed-off-by: L3cache <[email protected]> * Update RainTimer.kt reverted one `const val` to `var` because it's value changes on line 37 Signed-off-by: L3cache <[email protected]> --------- Signed-off-by: L3cache <[email protected]>
- Loading branch information