diff options
Diffstat (limited to 'patches/server/0405-PortalCreateEvent-needs-to-know-its-entity.patch')
-rw-r--r-- | patches/server/0405-PortalCreateEvent-needs-to-know-its-entity.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0405-PortalCreateEvent-needs-to-know-its-entity.patch b/patches/server/0405-PortalCreateEvent-needs-to-know-its-entity.patch index 97b795bec5..2a196acb45 100644 --- a/patches/server/0405-PortalCreateEvent-needs-to-know-its-entity.patch +++ b/patches/server/0405-PortalCreateEvent-needs-to-know-its-entity.patch @@ -60,7 +60,7 @@ index ceaa2a7048afc4955d3695af5291e83a79d83c5d..5dad1aa26a8908cba6a08398a4bad27f } diff --git a/src/main/java/net/minecraft/world/level/block/state/BlockBehaviour.java b/src/main/java/net/minecraft/world/level/block/state/BlockBehaviour.java -index d02f7a547dbe8943f82c07103b1fff203e4533c2..335f43e49d31acecfec8b6da9be9afe88cd95ca9 100644 +index 34f03184f018d00be7c5884f29f98a9ebe461475..6fe078fdf619c4df664f1dce6a0f5d202c21b35e 100644 --- a/src/main/java/net/minecraft/world/level/block/state/BlockBehaviour.java +++ b/src/main/java/net/minecraft/world/level/block/state/BlockBehaviour.java @@ -154,6 +154,12 @@ public abstract class BlockBehaviour implements FeatureElement { @@ -76,7 +76,7 @@ index d02f7a547dbe8943f82c07103b1fff203e4533c2..335f43e49d31acecfec8b6da9be9afe8 protected void onPlace(BlockState state, Level world, BlockPos pos, BlockState oldState, boolean notify) { org.spigotmc.AsyncCatcher.catchOp("block onPlace"); // Spigot } -@@ -1086,6 +1092,12 @@ public abstract class BlockBehaviour implements FeatureElement { +@@ -1080,6 +1086,12 @@ public abstract class BlockBehaviour implements FeatureElement { this.getBlock().updateIndirectNeighbourShapes(this.asState(), world, pos, flags, maxUpdateDepth); } |