mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
Remove unused mixin
This commit is contained in:
parent
d9202596ec
commit
530c312b6c
2 changed files with 1 additions and 12 deletions
|
@ -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 {
|
||||
|
||||
|
||||
}
|
|
@ -6,8 +6,7 @@
|
|||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"RecipeManagerMixin",
|
||||
"ReloadableServerResourcesMixin",
|
||||
"TagLoaderMixin"
|
||||
"ReloadableServerResourcesMixin"
|
||||
],
|
||||
"client": [
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue