Remove empty mixin

This commit is contained in:
Sollace 2024-12-10 22:41:43 +01:00
parent 7e0272bd7f
commit 37a1d52f8c
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
2 changed files with 0 additions and 10 deletions

View file

@ -1,9 +0,0 @@
package com.minelittlepony.unicopia.mixin;
import org.spongepowered.asm.mixin.Mixin;
import net.minecraft.enchantment.Enchantment;
@Mixin(Enchantment.class)
abstract class MixinEnchantment {
}

View file

@ -19,7 +19,6 @@
"MixinComponentHolder", "MixinComponentHolder",
"MutableBlockLightStorage", "MutableBlockLightStorage",
"MixinDamageSource", "MixinDamageSource",
"MixinEnchantment",
"MixinEnchantmentHelper", "MixinEnchantmentHelper",
"MixinFallLocation", "MixinFallLocation",
"MixinFishingBobberEntity", "MixinFishingBobberEntity",