1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-03-30 08:16:25 +02:00

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

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

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

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

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