Updated Upstream(Folia)
This commit is contained in:
@@ -2,7 +2,7 @@ group = me.earthme.luminol
|
|||||||
version=1.21.5-R0.1-SNAPSHOT
|
version=1.21.5-R0.1-SNAPSHOT
|
||||||
mcVersion=1.21.5
|
mcVersion=1.21.5
|
||||||
|
|
||||||
foliaRef=4f64c32b5cb3310020dd7880bb28c41e444b2c0c
|
foliaRef=da0d7cd1beb8eb7b84a5210dcefa6ffb4cce7415
|
||||||
|
|
||||||
org.gradle.configuration-cache=true
|
org.gradle.configuration-cache=true
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
|
|||||||
@@ -5,11 +5,11 @@ Subject: [PATCH] Add BlockPos transform to Position support
|
|||||||
|
|
||||||
|
|
||||||
diff --git a/src/main/java/io/papermc/paper/util/MCUtil.java b/src/main/java/io/papermc/paper/util/MCUtil.java
|
diff --git a/src/main/java/io/papermc/paper/util/MCUtil.java b/src/main/java/io/papermc/paper/util/MCUtil.java
|
||||||
index eb94f71f626c1f89f1b9048a8e68ae09ff17effc..78fe4d49aa1108ceb180538aeea6d0cede31a58a 100644
|
index ff6d200c3c3ecb958086f11dff39357dc0bf70fc..16d95bd30c33d831fd495c65748f6633df5971aa 100644
|
||||||
--- a/src/main/java/io/papermc/paper/util/MCUtil.java
|
--- a/src/main/java/io/papermc/paper/util/MCUtil.java
|
||||||
+++ b/src/main/java/io/papermc/paper/util/MCUtil.java
|
+++ b/src/main/java/io/papermc/paper/util/MCUtil.java
|
||||||
@@ -162,6 +162,12 @@ public final class MCUtil {
|
@@ -160,6 +160,12 @@ public final class MCUtil {
|
||||||
return new org.bukkit.Location(world.getWorld(), pos.x(), pos.y(), pos.z());
|
return new Location(world.getWorld(), pos.x(), pos.y(), pos.z());
|
||||||
}
|
}
|
||||||
|
|
||||||
+ // Luminol start - add BlockPos support
|
+ // Luminol start - add BlockPos support
|
||||||
@@ -20,4 +20,4 @@ index eb94f71f626c1f89f1b9048a8e68ae09ff17effc..78fe4d49aa1108ceb180538aeea6d0ce
|
|||||||
+
|
+
|
||||||
/**
|
/**
|
||||||
* Converts a NMS World/Vector to Bukkit Location
|
* Converts a NMS World/Vector to Bukkit Location
|
||||||
* @param world
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user