Random walkspeed

by Theis

This is a challenge mod. Your walking speed is changed every 30 seconds, making it harder to place buildings

Tweaks
3 months ago
1.1
103
Cheats

Changelog

Version: 1.1.0
Date: 2024-01-23
  Major Features:
    - Implemented a GUI
    - Added a list to the GUI to display the current bonuses
    - Added console command "/next" to force update the set of bonuses
  Minor Features:
    - Added a close button to discard the GUI
    - Added a tool to toggle the GUI
    - Added a shortcut to toggle the GUI
    - Implemented the displayed bonuses changes color to red when below 75%
    - Implemented the displayed bonuses changes color to green when above 125%
  Changes:
    - Changed the bonus update frequency from 1693 (28.22s) to 2193 ticks (36.55 seconds)
Version: 1.0.1
Date: 2024-01-22
  Bugfixes:
    - Corrected description of allowed values, that 0% is the lowest value
    - Corrected the output of mining speed update, as it was 100% too high
    - Fixed a crash with negative reach
Version: 1.0.0
Date: 2024-01-11
  Major Features:
    - Complete overhaul
    - Added overwrite of character reach
    - Added overwrite of character mining speed
    - Added overwrite of character crafting speed
  Minor Features:
    - Changed random function to take a csv list instead of min-max
    - Added console command to change current values
    - Added handler for changing settings
    - Added interface for other mods
    - Changed logic to work on Force=player instead of each player
Version: 0.1.1
Date: 2023-01-13
  Minor Features:
    - Added silent mode
Version: 0.1.0
Date: 2023-01-12
  Major Features:
    - Started
    - Added min and max settings. Used to determine the parameters of the RNG
    - Added seed setting. To change the RNG seed
  Minor Features:
    - Trigger to update walking speed happens every 1693 tick (close to 28 seconds)
    - Added print when updating a players walking speed