Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
97b2eadf1 [Auto] Updated Upstream (CraftBukkit)
4c10f02d6 [Auto] Updated Upstream (Spigot)
8ab9dc066 Add API to get exact interaction point in PlayerInteractEvent (#4995)
0c74328e5 [CI-SKIP] Add a few missing commands to the ./paper help output
This commit is contained in:
BillyGalbreath
2021-01-08 22:23:38 -06:00
parent bf7e290f25
commit 7a6e6ec4ca
5 changed files with 11 additions and 11 deletions

View File

@@ -5,10 +5,10 @@ Subject: [PATCH] Fix rotating UP/DOWN CW and CCW
diff --git a/src/main/java/net/minecraft/server/BlockFireAbstract.java b/src/main/java/net/minecraft/server/BlockFireAbstract.java
index 5727b6f8d94040868ba752ea186b8e8995e189b6..172e4b3eeecc3808a335b80bb44bc6be3d8dd33d 100644
index 392d27916b929881ff05f94325184acc6f0d7b7a..9c42b5df5839ed1759391270bcc6f240388ddd04 100644
--- a/src/main/java/net/minecraft/server/BlockFireAbstract.java
+++ b/src/main/java/net/minecraft/server/BlockFireAbstract.java
@@ -109,11 +109,7 @@ public abstract class BlockFireAbstract extends Block {
@@ -115,11 +115,7 @@ public abstract class BlockFireAbstract extends Block {
break;
}
}