Fix Version

This commit is contained in:
2024-11-30 22:15:01 +01:00
parent d99b6a7e95
commit d154e1d064
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[versions] [versions]
# Minecraft expectations # Minecraft expectations
paper = "1.21-R0.1-SNAPSHOT" paper = "1.21.3-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,4 +376,9 @@ public class TestOfflinePermissible implements OfflinePlayer, Permissible {
return null; return null;
} }
@Override
public @NotNull PersistentDataContainerView getPersistentDataContainer() {
return null;
}
} }