Skip to content

Commit

Permalink
Add support for MC 1.21.3 and 1.21.4 (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgH93 committed Dec 11, 2024
1 parent 96e15e2 commit 29a6a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private boolean checkMcVersion()
getLogger().warning("Paper support is experimental! Use at your own risk!");
getLogger().warning("No guarantee for data integrity! Backup constantly!");
}
if (MCVersion.is(MCVersion.UNKNOWN) || !MCVersion.isUUIDsSupportAvailable() || MCVersion.isNewerThan(MCVersion.MC_NMS_1_21_R1))
if (MCVersion.is(MCVersion.UNKNOWN) || !MCVersion.isUUIDsSupportAvailable() || MCVersion.isNewerThan(MCVersion.MC_NMS_1_21_R3))
{
this.warnOnVersionIncompatibility();
this.setEnabled(false);
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<packaging>pom</packaging>

<properties>
<revision>2.4.31.4</revision>
<revision>2.4.31.5-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<configFileVersion>34</configFileVersion>
<languageFileVersion>21</languageFileVersion>
<pcgfPluginLibVersion>1.0.39.7-SNAPSHOT</pcgfPluginLibVersion>
<pcgfPluginLibVersion>1.0.39.8-SNAPSHOT</pcgfPluginLibVersion>

<bukkitVersion>1.15.2-R0.1-SNAPSHOT</bukkitVersion>
<mavenShade.version>3.5.3</mavenShade.version>
Expand Down

0 comments on commit 29a6a56

Please sign in to comment.