Downgrade pre-1.12 back to Mixin 0.7.10
This commit is contained in:
@@ -2,7 +2,6 @@ package com.replaymod.core;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.objectweb.asm.tree.ClassNode;
|
||||
import org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin;
|
||||
import org.spongepowered.asm.mixin.extensibility.IMixinInfo;
|
||||
|
||||
@@ -16,6 +15,12 @@ import java.io.InputStream;
|
||||
//$$ import net.minecraft.launchwrapper.Launch;
|
||||
//#endif
|
||||
|
||||
//#if MC>=11200
|
||||
import org.objectweb.asm.tree.ClassNode;
|
||||
//#else
|
||||
//$$ import org.spongepowered.asm.lib.tree.ClassNode;
|
||||
//#endif
|
||||
|
||||
public class ReplayModMixinConfigPlugin implements IMixinConfigPlugin {
|
||||
static boolean hasClass(String name) throws IOException {
|
||||
//#if MC>=11400
|
||||
|
||||
Reference in New Issue
Block a user