Update resourcepack format version
So it no longer shows that it is incompatible
This commit is contained in:
parent
46aa2c6eb7
commit
8203f35294
3 changed files with 3 additions and 3 deletions
2
index.toml
generated
2
index.toml
generated
|
@ -368,4 +368,4 @@ hash = "ff44c6c4b8c88cd72640df141880c3027d0eb2e849897e27f28d00e947ec1db0"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "resources/Resources/pack.mcmeta"
|
file = "resources/Resources/pack.mcmeta"
|
||||||
hash = "0e7e59f50aa193c82d8f672abc7f433e59f04a0d83d490e2f24df6290bf7f2bb"
|
hash = "f29b2b3b95b582bb45f8970b4ed2bf64ff8a23a45a9452db01e958bf15683a90"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "5f5586a6c03ce9a94b7318b11f4d15e27b3f553c1551c7318a102dd17e444bc2"
|
hash = "35bfa198acc87793509166b39e3c21e26c8fee43625059baca96ec7f3f942efe"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 9,
|
"pack_format": 15,
|
||||||
"description": "VMU resources"
|
"description": "VMU resources"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue