15 Commits

Author SHA1 Message Date
9c53317ef6 Merging master into testing/no-hard-org-json in preperation for back merge 2025-07-15 23:18:07 +02:00
aa573626a6 Merge branch 'master' into testing/no-hard-org-json
# Conflicts:
#	gradle.properties
2025-07-15 22:19:10 +02:00
4e15d74d27 chaged build name
added include statements
removed unnessisary include
2025-07-06 14:52:11 +02:00
66d63b03ea Updated Neoforged updateChecker.json 2025-06-22 23:56:54 +02:00
9c05791a20 Updated to 1.21.6
Reindented Client.java to 4 spaces

fixed small issue with the tokenizer where the game whuld crash, and numbers whuld be incorrecly tokenized. Might need feuture reimplementation.
2025-06-22 23:53:52 +02:00
872fbe2ef9 Removed hard coded org.json dependency
Added gradle dependancy for org.json
2025-06-22 23:10:01 +02:00
Zacharias
2c88f99140 Update updateChecker.json
Updated to include 6.2.2-6.2.4 for version 1.21.3 thru 5
2025-04-01 08:56:58 +02:00
216a498d72 Updated Gradle version to 8.13
Updated Architectury.loom to 1.10
Added Client#getPosImp to get some pre-processing of the position
\ Planes to replace the Client#getPos method

Updated to 6.2.3
This version is mostly needed for NeoForged due to changes of how the ClientReloadListenerEvent is added see changes in SpeedometerNeoForge.EventHandler#onResourceReload

version 6.2.2 is no longer marked as 1.21.4 compatible
2025-04-01 01:19:15 +02:00
1a59e3dc2a fabric.mod.json:
neoforge.mods.toml:
> Updated minumum version of mods and load order

*.java:
> cleaned up some code

Updated to version 6.2.2
Fixed bug in Client.java for the position parser
2024-12-18 14:12:47 +01:00
38f96cb1e9 Fixed bug described in issue #3
> Now the speedometer (and debug screen) is hidden when f1(no gui) is toggled
2024-11-05 16:10:37 +01:00
95222c1c95 # 6.2 release
## 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
2024-10-10 09:10:57 +02:00
fefd82f71f Pushed version to 6.2
Starting to add speedometer into resourcepacks.
2024-07-13 12:27:05 +02:00
9ed808d33d Updated Forge and NeoForge updateChecker.json 2024-07-12 19:55:40 +02:00
c644671eaf Fixed JSON error
and re added forge updateChecker.json
2024-07-09 08:45:20 +02:00
481993b2e2 Updated to 1.21
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)
2024-07-09 08:40:43 +02:00