Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 942ab4b

Browse files
author
Legends11
committed
fix(pack): min_format/max_format geçersiz alanları kaldırıldı
pack.mcmeta root ve overlay entry'lerinden min_format/max_format silindi. supported_formats object syntax zaten doğru şekilde mevcut.
1 parent 4740825 commit 942ab4b

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

pack.mcmeta

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@
5454
"supported_formats": {
5555
"min_inclusive": 26,
5656
"max_inclusive": 400000
57-
},
58-
"min_format": 26,
59-
"max_format": 400000
57+
}
6058
},
6159
"filter": {
6260
"block": [
@@ -95,9 +93,7 @@
9593
"formats": {
9694
"min_inclusive": 80,
9795
"max_inclusive": 400000
98-
},
99-
"min_format": 80,
100-
"max_format": 400000
96+
}
10197
},
10298
{
10399
"directory": "1_21_5",
@@ -111,18 +107,14 @@
111107
"formats": {
112108
"min_inclusive": 101,
113109
"max_inclusive": 101
114-
},
115-
"min_format": 101,
116-
"max_format": 101
110+
}
117111
},
118112
{
119113
"directory": "1_20_3",
120114
"formats": {
121115
"min_inclusive": 26,
122116
"max_inclusive": 26
123-
},
124-
"min_format": 26,
125-
"max_format": 26
117+
}
126118
}
127119
]
128120
}

0 commit comments

Comments
 (0)