Un-break for versions <1.21.3 (#2988)

* Use Bukkit Registry API where possible (#2573)

(cherry picked from commit 292dae65cb01929dc2158f09bdb19fdc82b3669f)

* compile against 1.21 instead of 1.21.3

* remove method

* Revert "Use Bukkit Registry API where possible (#2573)"

This reverts commit f260e19d2976de1ceab9dc7d43a633817723f434.

---------

Co-authored-by: Maddy Miller <mnmiller1@me.com>
This commit is contained in:
Hannes Greule
2024-11-11 21:47:29 +01:00
committed by GitHub
parent 8b18dbcdbd
commit e3fc35ce6d
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[versions] [versions]
# Minecraft expectations # Minecraft expectations
paper = "1.21.3-R0.1-SNAPSHOT" paper = "1.21-R0.1-SNAPSHOT"
fastutil = "8.5.9" fastutil = "8.5.9"
guava = "31.1-jre" guava = "31.1-jre"
log4j = "2.19.0" log4j = "2.19.0"

View File

@ -376,9 +376,4 @@ public class TestOfflinePermissible implements OfflinePlayer, Permissible {
return null; return null;
} }
@Override
public @NotNull PersistentDataContainerView getPersistentDataContainer() {
throw new UnsupportedOperationException("Not supported yet.");
}
} }