mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-12-18 16:07:59 +01:00
Remove empty mixin
This commit is contained in:
parent
7e0272bd7f
commit
37a1d52f8c
2 changed files with 0 additions and 10 deletions
|
@ -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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -19,7 +19,6 @@
|
||||||
"MixinComponentHolder",
|
"MixinComponentHolder",
|
||||||
"MutableBlockLightStorage",
|
"MutableBlockLightStorage",
|
||||||
"MixinDamageSource",
|
"MixinDamageSource",
|
||||||
"MixinEnchantment",
|
|
||||||
"MixinEnchantmentHelper",
|
"MixinEnchantmentHelper",
|
||||||
"MixinFallLocation",
|
"MixinFallLocation",
|
||||||
"MixinFishingBobberEntity",
|
"MixinFishingBobberEntity",
|
||||||
|
|
Loading…
Reference in a new issue