# 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
This commit is contained in:
2024-10-10 09:10:57 +02:00
parent f48a4aaf6c
commit 95222c1c95
24 changed files with 403 additions and 78 deletions

View File

@@ -1,16 +1,19 @@
org.gradle.jvmargs=-Xmx8G
minecraft_version=1.21
minecraft_version=1.21.1
archives_base_name=speedometer
mod_version=6.2
maven_group=me.zacharias
architectury_version=13.0.4
architectury_version=13.0.8
fabric_loader_version=0.15.11
fabric_api_version=0.100.6+1.21
fabric_loader_version=0.16.5
fabric_api_version=0.105.0+1.21.1
neoforge_version = 21.0.78-beta
neoforge_version = 21.1.66
cloth_config_version = 15.0.127
cloth_config_version = 15.0.140
# Version of the org.json json library
json_version = 20240303