Commit Graph

18 Commits

Author SHA1 Message Date
b81dd019ea # 1.17.X-1.18.X(Fabric)
Issue #5 wanted to add support for 1.17

Made the mod work for 1.17.1-1.18.2 for Fabric, and 1.17.1 for Forge

Lot of changes due to API differences have resulted in changes to nearly all files and a comprehensive list would just list everything, so if you're interested you can look through things

This version is a backport of 6.2.4/6.2.3 to Minecraft 1.17 this includes
- Resourcepack
- Color
- Location
- And more
2025-04-05 19:30:49 +02:00
Zacharias
32b6198f71 Removed recomended and latest for forge since it's not planed to be supported 2024-11-05 16:41:52 +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
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
b09ffb4639 Fixed JSON error 2024-07-09 08:41:43 +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
Zacharias
965a3ea62d Updated to version 5.1
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
2023-09-07 18:14:10 +02:00
Zacharias
a36058459f Update updateChecker.json 2023-09-07 11:25:44 +02:00
c04963cbe6 Updated to version 4
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
2023-07-17 00:06:51 +02:00
6cac07cd0f Updated forge update checker
Removed Config.java and ModMenu EntryPoint for fabric
Added abstract config menu display
Updated recomender version for forge in updateChecker.json
2023-07-15 14:55:42 +02:00
8e2dcc2801 Made so a red X is not present if the server is missing this client side mod 2023-07-15 13:57:17 +02:00
e88dd012e0 Added updateJSONURL to mods.toml
added home page url to mods.toml
2023-07-15 13:49:50 +02:00
e534b1526e Updated dependencies
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
2023-07-15 13:43:48 +02:00
dc757d8fa1 Added ability to change width and height for the visual image
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
2023-07-11 15:17:48 +02:00
abd080437b Added who is the author.
Added visual speedometer
Added configruble location
2023-06-26 22:11:23 +02:00
1f9cf04c73 removed org.json from build.gradle's
updated pack.mcmeta in common to allow for forge to not complain
2023-06-13 22:08:22 +02:00
25ef1988ea initial commit 2023-06-13 20:02:17 +02:00