mirror of
https://github.com/songoda/EpicEnchants.git
synced 2025-02-03 21:51:26 +01:00
MobWrapper bug fixes
This commit is contained in:
parent
49bfa0ef90
commit
fb22845bcb
@ -63,8 +63,8 @@ public class MobWrapper {
|
||||
livingEntity.getEquipment().setHelmetDropChance(dropChance);
|
||||
livingEntity.getEquipment().setChestplateDropChance(dropChance);
|
||||
|
||||
if (handItem != null) livingEntity.getEquipment().setItemInMainHand(handItem.buildWithWrappers(level));
|
||||
livingEntity.getEquipment().setItemInMainHandDropChance(dropChance);
|
||||
if (handItem != null) livingEntity.getEquipment().setItemInHand(handItem.buildWithWrappers(level));
|
||||
livingEntity.getEquipment().setItemInHandDropChance(dropChance);
|
||||
}
|
||||
|
||||
if (entity instanceof Monster && opponent != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user