Skip to content

Commit

Permalink
Added support for 1.19.4 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC authored Mar 15, 2023
1 parent d589c1c commit 82f9997
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 < 3219
return 2844 <= key < 3338

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

0 comments on commit 82f9997

Please sign in to comment.