Skip to content

Commit 9217a73

Browse files
Bump Java max chunk version (#430)
1 parent 864ec7b commit 9217a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amulet/level/interfaces/chunk/anvil/anvil_3463.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __init__(self):
1313

1414
@staticmethod
1515
def minor_is_valid(key: int):
16-
return 3454 <= key <= 4500
16+
return 3454 <= key <= 4600
1717

1818

1919
export = Anvil3463Interface

0 commit comments

Comments
 (0)