mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-21 11:55:13 +01:00
Rename mixin references as well
This commit is contained in:
parent
d93c875d88
commit
9ba5f28ebd
@ -32,7 +32,7 @@ import java.io.File;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
@Mod(modid = "viaforge")
|
||||
public class ViaForge112 implements VFPlatform {
|
||||
public class ViaForge1122 implements VFPlatform {
|
||||
|
||||
@Mod.EventHandler
|
||||
public void onInit(FMLInitializationEvent event) {
|
@ -29,7 +29,7 @@ public class MixinLoader implements IFMLLoadingPlugin {
|
||||
|
||||
public MixinLoader() {
|
||||
MixinBootstrap.init();
|
||||
Mixins.addConfiguration("mixins.viaforge-mc112.json");
|
||||
Mixins.addConfiguration("mixins.viaforge-mc1122.json");
|
||||
MixinEnvironment.getDefaultEnvironment().setSide(MixinEnvironment.Side.CLIENT);
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
"minVersion": "0.7.5",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"package": "de.florianmichael.viaforge.mixin.impl",
|
||||
"refmap": "mixins.viaforge-mc112.refmap.json",
|
||||
"refmap": "mixins.viaforge-mc1122.refmap.json",
|
||||
"client": [
|
||||
"MixinGuiConnecting_1",
|
||||
"MixinGuiMainMenu",
|
@ -33,9 +33,9 @@ import java.io.File;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
@Mod("viaforge")
|
||||
public class ViaForge116 implements VFPlatform {
|
||||
public class ViaForge1165 implements VFPlatform {
|
||||
|
||||
public ViaForge116() {
|
||||
public ViaForge1165() {
|
||||
FMLJavaModLoadingContext.get().getModEventBus().addListener(this::onInit);
|
||||
}
|
||||
|
@ -20,5 +20,5 @@
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"refmap": "mixins.viaforge-mc116.refmap.json"
|
||||
"refmap": "mixins.viaforge-mc1165.refmap.json"
|
||||
}
|
@ -33,9 +33,9 @@ import java.io.File;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
@Mod("viaforge")
|
||||
public class ViaForge117 implements VFPlatform {
|
||||
public class ViaForge1171 implements VFPlatform {
|
||||
|
||||
public ViaForge117() {
|
||||
public ViaForge1171() {
|
||||
FMLJavaModLoadingContext.get().getModEventBus().addListener(this::onInit);
|
||||
}
|
||||
|
@ -14,14 +14,12 @@
|
||||
"MixinServerData",
|
||||
"MixinServerStatusPinger",
|
||||
"MixinTitleScreen",
|
||||
"fixes.MixinLocalPlayer"
|
||||
"fixes.MixinLocalPlayer",
|
||||
"MixinConnection_1",
|
||||
"MixinConnectScreen_1"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"refmap": "mixins.viaforge-mc117.refmap.json",
|
||||
"mixins": [
|
||||
"MixinConnection_1",
|
||||
"MixinConnectScreen_1"
|
||||
]
|
||||
"refmap": "mixins.viaforge-mc1171.refmap.json"
|
||||
}
|
@ -33,9 +33,9 @@ import java.io.File;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
@Mod("viaforge")
|
||||
public class ViaForge118 implements VFPlatform {
|
||||
public class ViaForge1182 implements VFPlatform {
|
||||
|
||||
public ViaForge118() {
|
||||
public ViaForge1182() {
|
||||
FMLJavaModLoadingContext.get().getModEventBus().addListener(this::onInit);
|
||||
}
|
||||
|
@ -20,5 +20,5 @@
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"refmap": "mixins.viaforge-mc119.refmap.json"
|
||||
"refmap": "mixins.viaforge-mc1182.refmap.json"
|
||||
}
|
@ -33,9 +33,9 @@ import java.io.File;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
@Mod("viaforge")
|
||||
public class ViaForge119 implements VFPlatform {
|
||||
public class ViaForge1194 implements VFPlatform {
|
||||
|
||||
public ViaForge119() {
|
||||
public ViaForge1194() {
|
||||
FMLJavaModLoadingContext.get().getModEventBus().addListener(this::onInit);
|
||||
}
|
||||
|
@ -20,5 +20,5 @@
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"refmap": "mixins.viaforge-mc118.refmap.json"
|
||||
"refmap": "mixins.viaforge-mc1194.refmap.json"
|
||||
}
|
@ -33,9 +33,9 @@ import java.io.File;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
@Mod("viaforge")
|
||||
public class ViaForge120 implements VFPlatform {
|
||||
public class ViaForge1204 implements VFPlatform {
|
||||
|
||||
public ViaForge120() {
|
||||
public ViaForge1204() {
|
||||
FMLJavaModLoadingContext.get().getModEventBus().addListener(this::onInit);
|
||||
}
|
||||
|
@ -19,5 +19,5 @@
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"refmap": "mixins.viaforge-mc120.refmap.json"
|
||||
"refmap": "mixins.viaforge-mc1204.refmap.json"
|
||||
}
|
Loading…
Reference in New Issue
Block a user