فهرست منبع

Merge branch 'master' of github.com:mcMMO-Dev/mcMMO

nossr50 13 سال پیش
والد
کامیت
752cc88270
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      Changelog.txt
  2. 1 1
      pom.xml
  3. 1 1
      src/main/java/com/gmail/nossr50/skills/WoodCutting.java

+ 1 - 1
Changelog.txt

@@ -7,7 +7,7 @@ Key:
   ! Change
   ! Change
   - Removal
   - Removal
   
   
-Version 1.3.03-dev
+Version 1.3.03
  + Added Ocelots to Taming XP tables
  + Added Ocelots to Taming XP tables
  + Added ability to summon Ocelots with Call of the Wild
  + Added ability to summon Ocelots with Call of the Wild
  + Added offline user functionality to mmoedit
  + Added offline user functionality to mmoedit

+ 1 - 1
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.3.03-dev</version>
+    <version>1.3.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>

+ 1 - 1
src/main/java/com/gmail/nossr50/skills/WoodCutting.java

@@ -266,7 +266,7 @@ public class WoodCutting {
         int xp = 0;
         int xp = 0;
         TreeSpecies species = TreeSpecies.getByData(block.getData());
         TreeSpecies species = TreeSpecies.getByData(block.getData());
 
 
-        if (block.hasMetadata("mcmmpPlacedBlock")) {
+        if (block.hasMetadata("mcmmoPlacedBlock")) {
             return;
             return;
         }
         }