aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0786-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2024-04-26 23:17:58 -0700
committerJake Potrebic <[email protected]>2024-04-26 23:17:58 -0700
commit91b5de66bf95858fb5e34d9634b7f1fde5084e8b (patch)
tree0a7da40caea7e6f3b31a100025725412589ac4a9 /patches/server/0786-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch
parent81f4405e2630f408a07793564b6eb28b562ed78d (diff)
downloadPaper-91b5de66bf95858fb5e34d9634b7f1fde5084e8b.tar.gz
Paper-91b5de66bf95858fb5e34d9634b7f1fde5084e8b.zip
bunch of fixes and improvements
Diffstat (limited to 'patches/server/0786-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch')
-rw-r--r--patches/server/0786-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0786-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch b/patches/server/0786-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch
index 4de5efdb09..5def430ee3 100644
--- a/patches/server/0786-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch
+++ b/patches/server/0786-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch
@@ -21,7 +21,7 @@ index 4b54b3e121508fb1590654123e86c6c5de54a755..0a4069e6c544deb0ad576350ec371fe1
// CraftBukkit end
}
diff --git a/src/main/java/net/minecraft/world/level/block/BaseFireBlock.java b/src/main/java/net/minecraft/world/level/block/BaseFireBlock.java
-index b18c1ca558e4005354ff42cde3056df9408f7fdc..139d65d2dfb48857415dc2a350204862031f83c9 100644
+index 39a92a25c55fb16f1371b0dfe2fb94258e4b7f0d..784767e5a5c49b023df24496418fb16857d9d700 100644
--- a/src/main/java/net/minecraft/world/level/block/BaseFireBlock.java
+++ b/src/main/java/net/minecraft/world/level/block/BaseFireBlock.java
@@ -134,6 +134,10 @@ public abstract class BaseFireBlock extends Block {