mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +01:00
Changed pom ver # to 1.3.02 removed ocelots from Taming xp gain
This commit is contained in:
parent
bccb321ce1
commit
1756031eda
@ -7,7 +7,7 @@ Key:
|
|||||||
! Change
|
! Change
|
||||||
- Removal
|
- Removal
|
||||||
|
|
||||||
Version 1.3.02-dev
|
Version 1.3.02
|
||||||
+ Added Ocelots to Taming XP tables.
|
+ 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 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
|
! Changed Tree Feller to only fell trees if you have enough durability
|
||||||
|
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.3.02-dev</version>
|
<version>1.3.02</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>
|
||||||
|
@ -302,9 +302,11 @@ public class mcEntityListener implements Listener
|
|||||||
case WOLF:
|
case WOLF:
|
||||||
xp = LoadProperties.mtameWolf;
|
xp = LoadProperties.mtameWolf;
|
||||||
break;
|
break;
|
||||||
|
/*
|
||||||
case OCELOT:
|
case OCELOT:
|
||||||
xp = LoadProperties.mtameOcelot;
|
xp = LoadProperties.mtameOcelot;
|
||||||
break;
|
break;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
PP.addXP(SkillType.TAMING, xp, player);
|
PP.addXP(SkillType.TAMING, xp, player);
|
||||||
|
Loading…
Reference in New Issue
Block a user