diff options
author | Shane Freeder <[email protected]> | 2022-04-30 17:27:41 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-30 17:27:41 +0100 |
commit | 41666323335e16c3f41ed4ce5bb6be01f90b6a1e (patch) | |
tree | cab23fbe6ad98015501159fca0e092f899bf6765 /patches/server/0026-Entity-Origin-API.patch | |
parent | 608482d512bdb0a23e3e25d00bec1bb7e066ed4d (diff) | |
download | Paper-41666323335e16c3f41ed4ce5bb6be01f90b6a1e.tar.gz Paper-41666323335e16c3f41ed4ce5bb6be01f90b6a1e.zip |
Updated Upstream (Bukkit/CraftBukkit) (#7776)
Diffstat (limited to 'patches/server/0026-Entity-Origin-API.patch')
-rw-r--r-- | patches/server/0026-Entity-Origin-API.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0026-Entity-Origin-API.patch b/patches/server/0026-Entity-Origin-API.patch index 7af1395f30..fe0e28ea3e 100644 --- a/patches/server/0026-Entity-Origin-API.patch +++ b/patches/server/0026-Entity-Origin-API.patch @@ -94,10 +94,10 @@ index 89a0fe6695f70c726b5a39b8990ed7e7ce451a92..ac540cacc1858697b54950e86e84efbf CrashReport crashreport = CrashReport.forThrowable(throwable, "Loading entity NBT"); CrashReportCategory crashreportsystemdetails = crashreport.addCategory("Entity being loaded"); diff --git a/src/main/java/net/minecraft/world/entity/item/FallingBlockEntity.java b/src/main/java/net/minecraft/world/entity/item/FallingBlockEntity.java -index 6dc1500866e634364ac258956b07a880ecbf6c76..b8155fb12ab7bb83290502e8313cbfa773ac15a7 100644 +index 26ab6d0c98560e4dfebbad3482fd308861818e30..242e02646b8584a8d2a512374ad03729661d584f 100644 --- a/src/main/java/net/minecraft/world/entity/item/FallingBlockEntity.java +++ b/src/main/java/net/minecraft/world/entity/item/FallingBlockEntity.java -@@ -331,6 +331,14 @@ public class FallingBlockEntity extends Entity { +@@ -337,6 +337,14 @@ public class FallingBlockEntity extends Entity { this.blockState = Blocks.SAND.defaultBlockState(); } |