mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-18 08:57:44 +01:00
Updated Upstream (Paper)
Upstream has released updates that appears to apply and compile correctly Paper Changes: e1f3b6d0 fix tripwire hook BlockPlaceEvent (fixes #2969) (#2971)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 40c93de5dc9e698a07b3468e2ee297665ca12818 Mon Sep 17 00:00:00 2001
|
||||
From 93bd02ed77297b7123ec4b9208f2bd43d5a7d827 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <Blake.Galbreath@GMail.com>
|
||||
Date: Thu, 6 Feb 2020 19:53:59 -0600
|
||||
Subject: [PATCH] Ridables
|
||||
@@ -4556,10 +4556,10 @@ index 0c7f094e54..212af252be 100644
|
||||
return new Vec3D(this.x * d0, this.y * d1, this.z * d2);
|
||||
}
|
||||
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
|
||||
index 4e8a53d104..b8e4a80b05 100644
|
||||
index 89090b12d2..7db28d954f 100644
|
||||
--- a/src/main/java/net/minecraft/server/World.java
|
||||
+++ b/src/main/java/net/minecraft/server/World.java
|
||||
@@ -1581,4 +1581,10 @@ public abstract class World implements GeneratorAccess, AutoCloseable {
|
||||
@@ -1583,4 +1583,10 @@ public abstract class World implements GeneratorAccess, AutoCloseable {
|
||||
@Override public BiomeManager d() {
|
||||
return this.biomeManager;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user