Changed pom ver # to 1.3.02 removed ocelots from Taming xp gain

This commit is contained in:
nossr50 2012-03-02 15:58:40 -08:00
parent bccb321ce1
commit 1756031eda
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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>

View File

@ -302,9 +302,11 @@ public class mcEntityListener implements Listener
case WOLF:
xp = LoadProperties.mtameWolf;
break;
/*
case OCELOT:
xp = LoadProperties.mtameOcelot;
break;
*/
}
PP.addXP(SkillType.TAMING, xp, player);