Reapply "Fix Version"
Some checks failed
draft release / update_release_draft (push) Has been cancelled
Label conflicting PRs / main (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
Build / build (push) Has been cancelled

This reverts commit 83991126f6.
This commit is contained in:
2024-12-01 20:30:59 +01:00
parent 43b54c8c31
commit f24cb781c1
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -376,4 +376,9 @@ public class TestOfflinePermissible implements OfflinePlayer, Permissible {
return null;
}
@Override
public @NotNull PersistentDataContainerView getPersistentDataContainer() {
return null;
}
}