diff options
author | Jake Potrebic <[email protected]> | 2021-11-15 11:01:19 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-15 20:01:19 +0100 |
commit | 555f99d39035adb25140c12741c6722185de73d3 (patch) | |
tree | 69de80c4e5919234977f7efe28ddf9ddd2ca1b45 /patches/server/0368-No-Tick-view-distance-implementation.patch | |
parent | 72b731ba6baba7b897ee2e1f59e0f41b41ec4893 (diff) | |
download | Paper-555f99d39035adb25140c12741c6722185de73d3.tar.gz Paper-555f99d39035adb25140c12741c6722185de73d3.zip |
cleanup: Add hand to bucket events patch (#6881)
Diffstat (limited to 'patches/server/0368-No-Tick-view-distance-implementation.patch')
-rw-r--r-- | patches/server/0368-No-Tick-view-distance-implementation.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0368-No-Tick-view-distance-implementation.patch b/patches/server/0368-No-Tick-view-distance-implementation.patch index 96cd42f67f..92c37c0338 100644 --- a/patches/server/0368-No-Tick-view-distance-implementation.patch +++ b/patches/server/0368-No-Tick-view-distance-implementation.patch @@ -545,10 +545,10 @@ index a2eb7689eafe20db59357ab3fad0e59cdef3481a..c0e8e863708ac794b7271765cdae99dc while (iterator.hasNext()) { diff --git a/src/main/java/net/minecraft/world/level/Level.java b/src/main/java/net/minecraft/world/level/Level.java -index 92313e70c30ca5acc0e7b54d55a972f024bad162..7023d83b2c0d36c5a56af47b69ca43f44dd9e47f 100644 +index 35209090439d5ab3bf5c37de28a39e60d482b64c..f196a184c05d5f87faee78323343d1fe19287c07 100644 --- a/src/main/java/net/minecraft/world/level/Level.java +++ b/src/main/java/net/minecraft/world/level/Level.java -@@ -530,8 +530,13 @@ public abstract class Level implements LevelAccessor, AutoCloseable { +@@ -519,8 +519,13 @@ public abstract class Level implements LevelAccessor, AutoCloseable { this.setBlocksDirty(blockposition, iblockdata1, iblockdata2); } |