@@ -7,7 +7,7 @@ Key:
! Change
- Removal
-Version 1.3.03-dev
+Version 1.3.03
+ Added Ocelots to Taming XP tables
+ Added ability to summon Ocelots with Call of the Wild
+ Added offline user functionality to mmoedit
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
- <version>1.3.03-dev</version>
+ <version>1.3.03</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<issueManagement>
@@ -266,7 +266,7 @@ public class WoodCutting {
int xp = 0;
TreeSpecies species = TreeSpecies.getByData(block.getData());
- if (block.hasMetadata("mcmmpPlacedBlock")) {
+ if (block.hasMetadata("mcmmoPlacedBlock")) {
return;
}