Crystalite Armor additional effects
This commit is contained in:
parent
5d81d7b448
commit
bc53748657
18 changed files with 252 additions and 116 deletions
|
@ -0,0 +1,7 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import net.minecraft.world.entity.LivingEntity;
|
||||
|
||||
public interface MobEffectApplier {
|
||||
void applyEffect(LivingEntity owner);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue