mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-14 10:45:23 +01:00
Update for MC 1.18
This commit is contained in:
parent
757c31f9b2
commit
1f1c482c5d
@ -46,7 +46,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>at.pcgamingfreaks</groupId>
|
<groupId>at.pcgamingfreaks</groupId>
|
||||||
<artifactId>PluginLib</artifactId>
|
<artifactId>PluginLib</artifactId>
|
||||||
<version>1.0.33-SNAPSHOT</version>
|
<version>1.0.34-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- BadRabbit -->
|
<!-- BadRabbit -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -116,7 +116,7 @@ public void onEnable()
|
|||||||
|
|
||||||
private boolean checkMcVersion()
|
private boolean checkMcVersion()
|
||||||
{
|
{
|
||||||
if(MCVersion.is(MCVersion.UNKNOWN) || !MCVersion.isUUIDsSupportAvailable() || MCVersion.isNewerThan(MCVersion.MC_NMS_1_17_R1))
|
if(MCVersion.is(MCVersion.UNKNOWN) || !MCVersion.isUUIDsSupportAvailable() || MCVersion.isNewerThan(MCVersion.MC_NMS_1_18_R1))
|
||||||
{
|
{
|
||||||
this.warnOnVersionIncompatibility();
|
this.warnOnVersionIncompatibility();
|
||||||
this.setEnabled(false);
|
this.setEnabled(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user