Enchantment config (#334)

This commit is contained in:
paulevsGitch 2021-10-26 16:49:28 +03:00
parent 3b570cd80e
commit ce7a8fc70a
4 changed files with 24 additions and 19 deletions

View file

@ -8,8 +8,8 @@ import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
import ru.betterend.effects.EndEnchantments;
import ru.betterend.effects.EndStatusEffects;
import ru.betterend.registry.EndEnchantments;
@Mixin(EnderMan.class)
public abstract class EnderManMixin {