Skip to content

Commit

Permalink
shadow xanderlib because i cba
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jul 16, 2021
1 parent bf1564d commit 9554e5f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 427 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ dependencies {
include 'gg.essential:loader-launchwrapper:1.0.2'
implementation 'gg.essential:Essential:1194-10809-SNAPSHOT'

implementation 'dev.isXander:XanderLib:1.1.0'
implementation 'org.spongepowered:mixin:0.7.11-SNAPSHOT'
include ('dev.isXander:XanderLib:1.1.1') {
exclude module: 'Essential'
}
annotationProcessor 'org.spongepowered:mixin:0.7.11-SNAPSHOT'
}

Expand Down
Binary file removed essential/Essential (forge_1.8.9).jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

package dev.isxander.evergreenhud.forge;

import dev.isxander.xanderlib.installer.XanderLibInstaller;
import gg.essential.loader.stage0.EssentialSetupTweaker;
import net.minecraft.launchwrapper.LaunchClassLoader;
import org.spongepowered.asm.launch.MixinTweaker;
Expand All @@ -34,8 +33,6 @@ public EvergreenHUDTweaker() {
public void acceptOptions(List<String> args, File gameDir, File assetsDir, String profile) {
super.acceptOptions(args, gameDir, assetsDir, profile);
mixinTweaker.acceptOptions(args, gameDir, assetsDir, profile);

XanderLibInstaller.initialize(gameDir);
}

@Override
Expand Down
Loading

0 comments on commit 9554e5f

Please sign in to comment.