aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authormodmuss50 <modmuss50@gmail.com>2020-08-24 22:12:26 +0100
committermodmuss50 <modmuss50@gmail.com>2020-08-24 22:12:26 +0100
commit9029a699d93df18c5c845a5afc34b9dbf380f82b (patch)
tree4e8878785beeeee6ad1a909d7a97196494d9329c /build.gradle
parentc4f25622a21e280deafa2e5dd95250db74948b97 (diff)
downloadarchitectury-loom-9029a699d93df18c5c845a5afc34b9dbf380f82b.tar.gz
architectury-loom-9029a699d93df18c5c845a5afc34b9dbf380f82b.tar.bz2
architectury-loom-9029a699d93df18c5c845a5afc34b9dbf380f82b.zip
Official Mojang Mappings support
# Please read and understand the EULA before using! Use in your build.gradle with the following: `mappings minecraft.officialMojangMappings()` To automatically migrate to Mojang mappings run the following: `gradlew.bat migrateMappings --mappings "net.mojang.minecraft:mappings:1.16.2"` Co-authored-by: Ramid Khan <ramidzkh@gmail.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 09201574..5ef1a368 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,6 +53,7 @@ dependencies {
implementation ('net.fabricmc:lorenz-tiny:2.0.0+build.2') {
transitive = false
}
+ implementation ('org.cadixdev:lorenz-io-proguard:0.5.3')
// decompilers
implementation ('net.fabricmc:procyon-fabric-compilertools:0.5.35.13')