1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-04 22:54:44 +02:00

Added Shearing to Taming XP

This commit is contained in:
nossr50
2012-02-20 16:29:03 -08:00
parent f8869c177f
commit c915bb8312
4 changed files with 19 additions and 1 deletions
Changelog.txt
src/main
java
com
gmail
resources

@ -57,7 +57,7 @@ public class LoadProperties {
MySQLserverName, MySQLdbName, MySQLdbPass, nWood, nStone,
nIron, nGold, nDiamond, locale, nString, nLeather;
public static int mfishing, xpbar_x, xpbar_y, xpicon_x, xpicon_y,
public static int mshearing, mfishing, xpbar_x, xpbar_y, xpicon_x, xpicon_y,
chimaeraId, msandstone, mbase, mpine, mbirch, mspruce, mmelon,
mcactus, mmushroom, mflower, msugar, mpumpkin, mwheat, mgold,
mdiamond, miron, mredstone, mlapis, mobsidian, mnetherrack,
@ -264,6 +264,8 @@ public class LoadProperties {
msandstone = readInteger("Experience.Mining.Sandstone", 30);
mendstone = readInteger("Experience.Mining.End_Stone", 150);
mmossstone = readInteger("Experience.Mining.Moss_Stone", 30);
mshearing = readInteger("Experience.Taming.Shearing", 250);
mfishing = readInteger("Experience.Fishing.Base", 800);