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