@@ -7,7 +7,7 @@ Key:
! Change
- Removal
-Version 1.3.02-dev
+Version 1.3.02
+ Added Ocelots to Taming XP tables.
! Changed Tree Feller to hand out 1/4 of normal XP for each JUNGLE LOG block it fells
! Changed Tree Feller to only fell trees if you have enough durability
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
- <version>1.3.02-dev</version>
+ <version>1.3.02</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<issueManagement>
@@ -302,9 +302,11 @@ public class mcEntityListener implements Listener
case WOLF:
xp = LoadProperties.mtameWolf;
break;
+ /*
case OCELOT:
xp = LoadProperties.mtameOcelot;
+ */
}
PP.addXP(SkillType.TAMING, xp, player);