Removed unused mixin
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
package cloudburst.rejects.mixin.meteor;
|
|
||||||
|
|
||||||
import minegame159.meteorclient.utils.network.Capes;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.gen.Accessor;
|
|
||||||
|
|
||||||
import java.util.*;
|
|
||||||
|
|
||||||
@Mixin(Capes.class)
|
|
||||||
public interface CapesAccessor {
|
|
||||||
|
|
||||||
@Accessor("OWNERS")
|
|
||||||
public static Map<UUID, String> getOwners() {
|
|
||||||
throw new AssertionError();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Accessor("URLS")
|
|
||||||
public static Map<String, String> getURLs() {
|
|
||||||
throw new AssertionError();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -4,7 +4,6 @@
|
|||||||
"compatibilityLevel": "JAVA_16",
|
"compatibilityLevel": "JAVA_16",
|
||||||
"mixins": [ ],
|
"mixins": [ ],
|
||||||
"client": [
|
"client": [
|
||||||
"CapesAccessor",
|
|
||||||
"GuiRendererAccessor"
|
"GuiRendererAccessor"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user