# 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:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"background": "speedometer:meter/speedometer.png",
|
||||
"start": 0,
|
||||
"end": 85,
|
||||
"maxSpeed": 120,
|
||||
"overflow": false,
|
||||
"pointer": {
|
||||
"image": "speedometer:meter/pointer.png",
|
||||
"start": "(115,115)"
|
||||
},
|
||||
"scale": 1,
|
||||
"name": "Quarter circle"
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 652 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
6
Resourcepack/quarter_circle_speedometer/pack.mcmeta
Normal file
6
Resourcepack/quarter_circle_speedometer/pack.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 34,
|
||||
"description": "A different speedometer"
|
||||
}
|
||||
}
|
||||
BIN
Resourcepack/quarter_circle_speedometer/pack.png
Normal file
BIN
Resourcepack/quarter_circle_speedometer/pack.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user