mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-20 10:43:12 +01:00
Updates to metadata, change to use block.getRelative in Woodcutting.java
This commit is contained in:
@@ -395,8 +395,8 @@ public class Combat {
|
||||
baseXP = 20 * LoadProperties.pvpxprewardmodifier;
|
||||
}
|
||||
}
|
||||
else if (!target.hasMetadata("fromMobSpawner")) {
|
||||
if (target instanceof Animals && !target.hasMetadata("summoned")) {
|
||||
else if (!target.hasMetadata("mcmmoFromMobSpawner")) {
|
||||
if (target instanceof Animals && !target.hasMetadata("mcmmoSummoned")) {
|
||||
baseXP = LoadProperties.animalXP;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user