Skip to content

Commit

Permalink
Update AttributeRegistry.java
Browse files Browse the repository at this point in the history
  • Loading branch information
iron431 committed Sep 18, 2023
1 parent ca3c03a commit d30e8d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public static void modifyEntityAttributes(EntityAttributeModificationEvent e) {
e.add(entity, ENDER_MAGIC_RESIST.get());
e.add(entity, BLOOD_MAGIC_RESIST.get());
e.add(entity, EVOCATION_MAGIC_RESIST.get());
e.add(entity, NATURE_MAGIC_RESIST.get());

e.add(entity, FIRE_SPELL_POWER.get());
e.add(entity, ICE_SPELL_POWER.get());
Expand Down

0 comments on commit d30e8d2

Please sign in to comment.