Skip to content

Commit

Permalink
Increase max Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Jun 17, 2024
1 parent 53bfff7 commit 000a833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amulet/level/interfaces/chunk/anvil/anvil_3463.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self):

@staticmethod
def minor_is_valid(key: int):
return 3454 <= key <= 3900
return 3454 <= key <= 4000


export = Anvil3463Interface

0 comments on commit 000a833

Please sign in to comment.