Remove unused mixin

This commit is contained in:
LLytho 2022-06-15 17:13:06 +02:00
parent d9202596ec
commit 530c312b6c
2 changed files with 1 additions and 12 deletions

View file

@ -1,10 +0,0 @@
package com.almostreliable.unified.mixin;
import net.minecraft.tags.TagLoader;
import org.spongepowered.asm.mixin.Mixin;
@Mixin(TagLoader.class)
public class TagLoaderMixin {
}

View file

@ -6,8 +6,7 @@
"compatibilityLevel": "JAVA_16",
"mixins": [
"RecipeManagerMixin",
"ReloadableServerResourcesMixin",
"TagLoaderMixin"
"ReloadableServerResourcesMixin"
],
"client": [
],