mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-12 20:10:45 +01:00
Add support for MC 1.21.3 and 1.21.4 (experimental)
This commit is contained in:
parent
96e15e24c5
commit
29a6a5654c
@ -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);
|
||||
|
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user