mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Fix missed compile error. Re-release 1.5.03
This commit is contained in:
parent
eff53d90ab
commit
bef28583f3
@ -7,11 +7,9 @@ Key:
|
|||||||
! Change
|
! Change
|
||||||
- Removal
|
- Removal
|
||||||
|
|
||||||
Version 1.5.04-SNAPSHOT
|
Version 1.5.03
|
||||||
= Fixed bug where absorption hearts could be attacked by allied players
|
= Fixed bug where absorption hearts could be attacked by allied players
|
||||||
= Fixed bug where new forms of stone would drop the wrong type when mined with Silk Touch
|
= Fixed bug where new forms of stone would drop the wrong type when mined with Silk Touch
|
||||||
|
|
||||||
Version 1.5.03
|
|
||||||
= Fixed bug where blocks would not get tracked correctly when using sticky pistons and slime blocks in certain situations
|
= Fixed bug where blocks would not get tracked correctly when using sticky pistons and slime blocks in certain situations
|
||||||
= Fixed bug where config value for Daze damage was ignored
|
= Fixed bug where config value for Daze damage was ignored
|
||||||
= Fixed UUID updater to not lose data on errors
|
= Fixed UUID updater to not lose data on errors
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>1.5.04-SNAPSHOT</version>
|
<version>1.5.03</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
@ -48,7 +48,6 @@ import com.gmail.nossr50.util.Misc;
|
|||||||
import com.gmail.nossr50.util.MobHealthbarUtils;
|
import com.gmail.nossr50.util.MobHealthbarUtils;
|
||||||
import com.gmail.nossr50.util.Permissions;
|
import com.gmail.nossr50.util.Permissions;
|
||||||
import com.gmail.nossr50.util.player.UserManager;
|
import com.gmail.nossr50.util.player.UserManager;
|
||||||
import com.gmail.nossr50.util.temp.CompatableGuardianXP;
|
|
||||||
import com.google.common.collect.ImmutableMap;
|
import com.google.common.collect.ImmutableMap;
|
||||||
|
|
||||||
public final class CombatUtils {
|
public final class CombatUtils {
|
||||||
|
Loading…
Reference in New Issue
Block a user