mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Added MagmaCube to Combat XP table.
This commit is contained in:
parent
86e373b493
commit
20248212ae
@ -443,6 +443,8 @@ public class Combat
|
|||||||
xp = (xpinc * 3);
|
xp = (xpinc * 3);
|
||||||
else if(entity instanceof EnderDragon)
|
else if(entity instanceof EnderDragon)
|
||||||
xp = (xpinc * 8);
|
xp = (xpinc * 8);
|
||||||
|
else if(entity instanceof MagmaCube)
|
||||||
|
xp = (xpinc * 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return xp;
|
return xp;
|
||||||
|
Loading…
Reference in New Issue
Block a user