Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
revert baritoneImpl on master
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Apr 19, 2020
1 parent 4eeae5d commit 5985ee4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 127 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ repositories {
name = "jitpack.io"
url = "https://jitpack.io"
}
maven {
name = 'impact'
url = 'https://impactdevelopment.github.io/maven/'
}
mavenCentral()
jcenter()
}
Expand All @@ -81,7 +77,6 @@ dependencies {
compile 'club.minnced:java-discord-rpc:2.0.2'
compile 'com.github.MrPowerGamerBR:TemmieWebhook:-SNAPSHOT'
compile 'com.github.kevinsawicki:http-request:http-request-6.0'
compile 'com.github.cabaletta:baritone:v1.2.13'
}

processResources {
Expand Down Expand Up @@ -117,7 +112,6 @@ shadowJar {
include(dependency('org.javassist:javassist'))
include(dependency('com.github.MrPowerGamerBR:TemmieWebhook'))
include(dependency('com.github.kevinsawicki:http-request'))
include(dependency(group: 'cabaletta', name: 'baritone-api', version: '1.2.13'))
}
exclude 'dummyThing' // can someone explain why this is here
classifier = 'release'
Expand All @@ -138,7 +132,7 @@ reobf {
jar {
manifest {
attributes(
'MixinConfigs': 'mixins.kami.json', 'mixins.baritone.json',
'MixinConfigs': 'mixins.kami.json',
'tweakClass': 'org.spongepowered.asm.launch.MixinTweaker',
'TweakOrder': 0,
'FMLCorePluginContainsFMLMod': 'true',
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public MixinLoaderForge() {
log.info("KAMI mixins initialized");
MixinBootstrap.init();
Mixins.addConfiguration("mixins.kami.json");
Mixins.addConfiguration("mixins.baritone.json");
MixinEnvironment.getDefaultEnvironment().setObfuscationContext("searge");
log.info(MixinEnvironment.getDefaultEnvironment().getObfuscationContext());
}
Expand Down

This file was deleted.

0 comments on commit 5985ee4

Please sign in to comment.