Skip to content

Commit

Permalink
Fixed a typo, bug [Bug report] #286 (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: PREMIEREHELL <88470674+PREMIEREHELL@users.noreply.github.com>
  • Loading branch information
gentlegiantJGC and PREMIEREHELL committed Jun 5, 2024
1 parent ac72c15 commit 5819920
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(x),
"z": IntTag(z),
}
)
)
Expand Down

0 comments on commit 5819920

Please sign in to comment.