Skip to content

Commit

Permalink
Merge pull request #203 from Amulet-Team/1-19-java-interface
Browse files Browse the repository at this point in the history
Bumped the Java interface version to support 1.19
  • Loading branch information
gentlegiantJGC authored Jun 6, 2022
2 parents 541134e + 3b77d63 commit f6ab883
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 f6ab883

Please sign in to comment.