NOTE
This update changes the config a bit, if you want to keep your config you should replace the version
number with 3
, since I haven't gotten a good compatibility check for the config yet when updating from the old to the new version of config
Chages
- Combined the Visual and Text position strings into one
- Removed the Size option for the position string
- Both Text and Visual position strings now specify the bottom right instead of the top left
Fixes
- Text overflowing out of the screen when moving too fast
TODO
- Remove old things from code and language files if the decision of combined position strings states
- Adding speed type display for Visual meter(Still thinking of how)
Changes
- Some minor dev end changes
- Fixed so the server doesn't crash when accidentally using the mod
- The config button in the mod menu now works
Complete change list available on GitHub
To be added
- Displaying the speed type when using the standard speedometer
Changes
- Some minor dev end changes
- Fixed so the server doesn't crash when accidentally using the mod
Complete change list available on GitHub
To be added
- Displaying the speed type when using the standard speedometer
Changes:
- Config
- Added a size setting for the visual speedometer, this defines the width and height
- The location specified in the config now defines the bottom right, instead of the top left. new defaults are
W-3
for the x location andH-3
for the y location
Fixes
- When sitting on Pigs and Horses it no longer displays a false velocity
To be added
- Displaying the speed type when using the normal speedometer
Note:
Changes made to how the config's initialization your current config will be presented.
This can be bypassed by opening the config file .minecraft/config/speedometer/config.json
and adding the line "version": 1
inside of the JSON object
.minecraft
is your Minecraft head folder,- the JSON object is defined by the
{
and}
at the beginning and end of the file.
If you add the version string other than the end of the JSON object you must include a comma(,
) at the end of the line.
Changes:
- Config
- added changeable location for the speedometer
- added so you can change debug info display in the config menu
- added the ability to change between an actual speedometer and the standard text-based
- Speedometer
- added an actual speedometer to use instead of text
Fixes
- When sitting in Minecraft it no longer displays a false velocity
To be added
- Displaying the speed type when using the normal speedometer
Note:
Changes made to how the config's initialization your current config will be presented.
This can be bypassed by opening the config file .minecraft/config/speedometer/config.json
and adding the line "version": 1
inside of the JSON object
.minecraft
is your Minecraft head folder,- the JSON object is defined by the
{
and}
at the beginning and end of the file.
If you add the version string other than the end of the JSON object you must include a comma(,
) at the end of the line.
Fabric API:
Use the latest version for your version of minecraft
Changes:
- Config
- added changeable location for the speedometer
- added so you can change debug info display in the config menu
- added the ability to change between an actual speedometer and the standard text-based
- Speedometer
- added an actual speedometer to use instead of text
Fixes
- When sitting in Minecraft it no longer displays a false velocity
To be added
- Displaying the speed type when using the normal speedometer
note: you can run this in 1.20.1 but you will use the 1.20(this assumes 1.20.1 isn't released of these yet) version of Architectury API Cloth Config API
This is both on forge and fabric
OPS this was just tested and I can't guarantee that this will work for you if it doesn't wait for an official version of the mods for 1.20.1
I do not say that this is recommended, I'm just telling you it's possible
note: you can run this in 1.20.1 but you will use the 1.20(this assumes 1.20.1 isn't released of these yet) version of Architectury API Cloth Config API
This is both on forge and fabric
Fabric should still use the latest version of fabric API
OPS this was just tested and I can't guarantee that this will work for you if it doesn't wait for an official version of the mods for 1.20.1
I do not say that this is recommended, I'm just telling you it's possible