mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-19 00:55:42 +01:00
[Auto] Updated Upstream (CraftBukkit)
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: 7029c0a8f SPIGOT-6311: Don't calculate portal shapes for up/down directions
This commit is contained in:
parent
4c10f02d65
commit
97b2eadf17
@ -5,10 +5,10 @@ Subject: [PATCH] don't search for portal creation when looking down
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/BlockFireAbstract.java b/src/main/java/net/minecraft/server/BlockFireAbstract.java
|
||||
index 172e4b3eeecc3808a335b80bb44bc6be3d8dd33d..5727b6f8d94040868ba752ea186b8e8995e189b6 100644
|
||||
index 9c42b5df5839ed1759391270bcc6f240388ddd04..392d27916b929881ff05f94325184acc6f0d7b7a 100644
|
||||
--- a/src/main/java/net/minecraft/server/BlockFireAbstract.java
|
||||
+++ b/src/main/java/net/minecraft/server/BlockFireAbstract.java
|
||||
@@ -109,7 +109,11 @@ public abstract class BlockFireAbstract extends Block {
|
||||
@@ -115,7 +115,11 @@ public abstract class BlockFireAbstract extends Block {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit ff2b9440f5442fb2b1e485b28aee201f47c512f2
|
||||
Subproject commit 7029c0a8f3e2a233c889ef3c558aa0f75c29bc5a
|
Loading…
Reference in New Issue
Block a user