## Notes
- This release addes the ablility to provide your own or a speedometer made by someone else and not the 2 option I(The developer) provides as hard coded features
## Added:
- Resorcepack source for visual speedometer
- Added documentation for resourcepack setup [resourcepack.md](https://github.com/zaze06/Speedometer/blob/master/resourcepack.md)
- Override config for speedometer pointer (only works if it's not an image)
## Fixes:
- Fixed [#2](https://github.com/zaze06/Speedometer/issues/2)
## TO-DO:
## Resourcepack
This release contains a base resourcepack that shuld be like the old one, but there is also an optinaly downloadible resourcepack from GitHub, and as a additinal file in this release on Github and Modrith
## Code notes
This push updates the development envirment to 1.21.1, but fabric is tested and works on 1.21 still
Removed support for Forge
Added support for NeoForge
Added a new location for Visual Speed Type (WIP) slight bug
Made Cloth Config an optional dependency (as of version 6.2)
Added second new visual speed type display
Renamed Config.Config to Config.config (Private variable)
Renamed Config.config to Config.ConfigFile (Local variable)
Added red triangle to the discouraged visual speed type display
Cleaned up some code
Added credits to org.json to readme.md
Removed the Size part from position string
Combined the Visual and Text position strings (This might be reversed)
Fixed bug with Text overflowing out of the screen
Updated forge update checker to include version 4
TO-DO
Remove old parts of the old system, pending for the next version
Added dependencies check for forge and fabric
Added update check for forge and fabric
TO-DO
add the updateChecker.json GitHub link to forge entry point
Moved Config screen code to ConfigMenu.java
Made a correct check for if the mod is run on a server or a client to not crash server due to invalid DIST
Removed unused imports
Updated to minor 3.2
Change indentation to 2 spaces instead of 4
Added ImageHandler.java for basic Image related things
Added 2 new speedometer images for scaling purposes
Updated to version 3
Gave gradle more ram
Added the new translatable texts to en_us.json