Back to work

This commit is contained in:
nossr50 2019-02-06 17:07:08 -08:00
parent 017e32c30a
commit dbf32b4715
4 changed files with 4 additions and 9 deletions

View File

@ -7,6 +7,9 @@ Key:
! Change ! Change
- Removal - Removal
Version 2.2.0
Fixed a bug where Fishing was not rewarding vanilla XP orbs
Version 2.1.11 Version 2.1.11
Fixed a bug where Rupture was using the wrong permission node (new permission node: mcmmo.ability.swords.rupture) Fixed a bug where Rupture was using the wrong permission node (new permission node: mcmmo.ability.swords.rupture)

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId> <groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId> <artifactId>mcMMO</artifactId>
<version>2.1.11</version> <version>2.2.0-SNAPSHOT</version>
<name>mcMMO</name> <name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url> <url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm> <scm>

View File

@ -1,4 +0,0 @@
package com.gmail.nossr50.api;
public class McMMOClassLoader {
}

View File

@ -1,4 +0,0 @@
package com.gmail.nossr50.api;
public enum MinecraftVersion {
}