Update to BCLib 0.5.0 and new Fabric API
This commit is contained in:
parent
1d333071dc
commit
a9d1082ed2
72 changed files with 167 additions and 306 deletions
|
@ -1,7 +1,5 @@
|
|||
package ru.betterend.mixin.common;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
import net.minecraft.sounds.SoundEvent;
|
||||
import net.minecraft.tags.EntityTypeTags;
|
||||
import net.minecraft.util.Mth;
|
||||
|
@ -39,6 +37,8 @@ import ru.betterend.interfaces.MobEffectApplier;
|
|||
import ru.betterend.item.CrystaliteArmor;
|
||||
import ru.betterend.registry.EndAttributes;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
@Mixin(value=LivingEntity.class, priority=200)
|
||||
public abstract class LivingEntityMixin extends Entity {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue