Skip to content

Commit

Permalink
Bumped the Java interface version to support 1.19
Browse files Browse the repository at this point in the history
The chunk format did not change over the 1.19 release so the old interface should work just fine.
  • Loading branch information
gentlegiantJGC committed Jun 6, 2022
1 parent 82856a9 commit 3b77d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amulet/level/interfaces/chunk/anvil/anvil_2844.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Anvil2844Interface(ParentInterface):

@staticmethod
def minor_is_valid(key: int):
return 2844 <= key < 2976
return 2844 <= key < 3150

def _get_floor_cy(self, data: ChunkDataType):
return self.get_layer_obj(data, self.yPos, pop_last=True).value
Expand Down

0 comments on commit 3b77d63

Please sign in to comment.