Adjust telepathy to new behavior of Entity#teleport not being able to change position of entities that are not in the world yet

This commit is contained in:
2025-11-16 22:05:30 +01:00
parent 28d10bf378
commit f5252a54b0
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
<properties>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>1.14.0</revision>
<revision>1.15.0</revision>
</properties>
<url>https://youhavetrouble.me</url>
@@ -67,7 +67,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.21.9-R0.1-SNAPSHOT</version>
<version>1.21.10-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>