diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle index 6ff1e21..6c2aee8 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ loom { launchConfigs { client { arg("--tweakClass", "cc.polyfrost.oneconfigwrapper.OneConfigWrapper") - arg("--tweakClass", "gg.essential.loader.stage0.EssentialSetupTweaker") + property("mixin.debug.export", "true") } } runConfigs { @@ -57,13 +57,9 @@ dependencies { minecraft("com.mojang:minecraft:1.8.9") mappings("de.oceanlabs.mcp:mcp_stable:22-1.8.9") forge("net.minecraftforge:forge:1.8.9-11.15.1.2318-1.8.9") - compileOnly ('org.spongepowered:mixin:0.8.5-SNAPSHOT') - compileOnly('cc.polyfrost:oneconfig-1.8.9-forge:0.1.0-alpha50') - include('cc.polyfrost:oneconfig-wrapper-1.8.9-forge:1.0.0-alpha6') - compileOnly 'gg.essential:essential-1.8.9-forge:1933' - include ('gg.essential:loader-launchwrapper:1.1.1') { - transitive = false - } + compileOnly ('org.spongepowered:mixin:0.7.11-SNAPSHOT') + compileOnly('cc.polyfrost:oneconfig-1.8.9-forge:0.1.0-alpha+') + include('cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-alpha+') modRuntimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0") } |