diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-08-16 21:54:31 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-08-16 21:54:31 +0700 |
commit | 794dcf0a1312b58cf1247c0907414fd1eb88e06d (patch) | |
tree | 7f3d608a901a0ac8164ca6a29a69410de7701dc8 /build.gradle | |
parent | 89938d618307955ac1218b0f286bb1b1ce252e35 (diff) | |
download | Chatting-794dcf0a1312b58cf1247c0907414fd1eb88e06d.tar.gz Chatting-794dcf0a1312b58cf1247c0907414fd1eb88e06d.tar.bz2 Chatting-794dcf0a1312b58cf1247c0907414fd1eb88e06d.zip |
new: completely remove Essential
fix: fix copy chat button not rendering when patcher transparent chat is enabled
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") } |