We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864ec7b commit 9217a73Copy full SHA for 9217a73
amulet/level/interfaces/chunk/anvil/anvil_3463.py
@@ -13,7 +13,7 @@ def __init__(self):
13
14
@staticmethod
15
def minor_is_valid(key: int):
16
- return 3454 <= key <= 4500
+ return 3454 <= key <= 4600
17
18
19
export = Anvil3463Interface
0 commit comments