Skip to content

Commit

Permalink
修正虚空掉落导致的卷轴坐标错误
Browse files Browse the repository at this point in the history
  • Loading branch information
TartaricAcid committed Jan 2, 2024
1 parent 3dc6bde commit 6fcd421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void addTombstones(MaidInfo info) {

public void addTombstones(EntityMaid maid, EntityTombstone tombstone) {
String dimension = maid.level.dimension().location().toString();
BlockPos chunkPos = maid.blockPosition();
BlockPos chunkPos = tombstone.blockPosition();
UUID ownerId = maid.getOwnerUUID();
UUID tombstoneId = tombstone.getUUID();
long timestamp = System.currentTimeMillis();
Expand Down

0 comments on commit 6fcd421

Please sign in to comment.