pack.mcmeta:
- Added `supported_formats` to make minecraft show it as compatible for newer versions ReadMe.txt: - A file added to optional resource pack root since interested people might check out the optional resource pack resourcepack.md: - Added lines to clarify the use of the schema - Added lines to suggest the use of `supported_formats`
This commit is contained in:
6
Resourcepack/quarter_circle_speedometer/ReadMe.txt
Normal file
6
Resourcepack/quarter_circle_speedometer/ReadMe.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Hello there!
|
||||
|
||||
If you're reading this I assume you might be interested in making your own!
|
||||
|
||||
You're in luck, I have provided a guide. Over on GitHub on how to do it!
|
||||
Please check out https://github.com/zaze06/Speedometer/blob/master/resourcepack.md for a guide to get started
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 34,
|
||||
"description": "A different speedometer"
|
||||
"description": "A different speedometer",
|
||||
"supported_formats": {
|
||||
"min_inclusive": 34,
|
||||
"max_inclusive": 57
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user