mirror of
https://github.com/Pridecraft-Studios/pridepack.git
synced 2025-09-22 10:42:53 -04:00
feat: Implement new format requirements from 25w31a
This commit is contained in:
parent
875da04f71
commit
f789ef2336
@ -1,5 +1,7 @@
|
||||
{
|
||||
"pack": {
|
||||
"min_format": 4,
|
||||
"max_format": 9999,
|
||||
"pack_format": 4,
|
||||
"supported_formats": [4, 9999],
|
||||
"description": "§cPr§6id§eep§2ac§9k 9§5.0 §r| Chase the Rainbows!"
|
||||
@ -7,13 +9,18 @@
|
||||
"overlays": {
|
||||
"entries": [
|
||||
{
|
||||
"min_format": 16,
|
||||
"max_format": 9999,
|
||||
"formats": [
|
||||
16,
|
||||
9999
|
||||
],
|
||||
|
||||
"directory": "format16"
|
||||
},
|
||||
{
|
||||
"min_format": 49,
|
||||
"max_format": 9999,
|
||||
"formats": [
|
||||
49,
|
||||
9999
|
||||
@ -21,6 +28,8 @@
|
||||
"directory": "format49"
|
||||
},
|
||||
{
|
||||
"min_format": 53,
|
||||
"max_format": 9999,
|
||||
"formats": [
|
||||
53,
|
||||
9999
|
||||
|
Loading…
x
Reference in New Issue
Block a user