cleanup: Add hand to bucket events patch (#6881)

This commit is contained in:
Jake Potrebic
2021-11-15 11:01:19 -08:00
parent f8a4e085eb
commit 023b612f62
3 changed files with 4 additions and 70 deletions

View File

@@ -21,7 +21,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
if (flag1) {
+ // Paper start - Ensure spawn chunk is always loaded before calculating Y coordinate
+ this.level.getChunkAt(this.level.getSharedSpawnPos());
+ this.level.getChunkAt(((ServerLevel) this.level).getSharedSpawnPos());
+ // Paper end
blockposition1 = ServerLevel.END_SPAWN_POINT;
} else {