diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-07-11 21:28:28 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-07-11 21:28:28 +0300 |
commit | 8e0570f3e6c87b835b3dd22a0f57744af7ae008d (patch) | |
tree | cc4d3b5bb39413aa6398ad179bd65bebe968a1a6 /build.gradle | |
parent | f2c643bc7bd81c134f870c87fcee4c566a19ef76 (diff) | |
download | LibGui-8e0570f3e6c87b835b3dd22a0f57744af7ae008d.tar.gz LibGui-8e0570f3e6c87b835b3dd22a0f57744af7ae008d.tar.bz2 LibGui-8e0570f3e6c87b835b3dd22a0f57744af7ae008d.zip |
Fix broken AW by yeeting it, bump version to 4.1.44.1.4
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 5e82eb2..8da126e 100644 --- a/build.gradle +++ b/build.gradle @@ -33,10 +33,6 @@ repositories { } } -loom { - accessWidener = file('src/main/resources/libgui.accesswidener') -} - dependencies { minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" |