Skip to content

Commit

Permalink
Revert "Fixed a typo, bug [Bug report] #286"
Browse files Browse the repository at this point in the history
This reverts commit 16b0635.
  • Loading branch information
PREMIEREHELL committed Jun 5, 2024
1 parent 16b0635 commit 4993750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amulet/level/interfaces/chunk/anvil/anvil_na.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def _encode_ticks(ticks: Dict[BlockCoordinates, Tuple[str, int, int]]) -> ListTa
"t": IntTag(t),
"x": IntTag(x),
"y": IntTag(y),
"z": IntTag(z),
"z": IntTag(x),
}
)
)
Expand Down

0 comments on commit 4993750

Please sign in to comment.