Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit 87fcf02

Browse files
committed
Update SimpleTweaker to 1.1
1 parent bcf7a90 commit 87fcf02

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mixinVersion = 0.7.11-SNAPSHOT
3232
alpineVersion = 1.8
3333
typetoolsVersion = 0.5.0
3434
featherVersion = 1.0
35-
simpleTweakerVersion = 1.0
35+
simpleTweakerVersion = 1.1
3636

3737
# Testing dependency versions
3838
junitVersion = 4.12

src/main/java/clientapi/load/ClientTweaker.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ public void injectIntoClassLoader(LaunchClassLoader classLoader) {
6262
ClientAPI.LOGGER.info("Loaded Mixin Configurations");
6363
}
6464

65-
@Override
66-
public final String getLaunchTarget() {
67-
return "net.minecraft.client.main.Main";
68-
}
69-
7065
@SuppressWarnings("unchecked")
7166
private void setupMixin() {
7267
MixinBootstrap.init();

0 commit comments

Comments
 (0)