fixed shearing mooshroomcow

anvil_rework
Alex 11 years ago
parent bb867ffb11
commit b9f339a1af
  1. 1
      BankEconomyMod/src/me/kaZep/Base/PlayerListener.java

@ -1233,6 +1233,7 @@ public class PlayerListener
this.plugin.gainMoneyExp(p,"Breeder",0.002,0.2);
}
if (e.getEntity().getType()==EntityType.MUSHROOM_COW) {
Bukkit.getWorld("world").spawnEntity(EntityType.COW);
this.plugin.gainMoneyExp(p,"Breeder",0.005,1);
}
}

Loading…
Cancel
Save