diff --git a/README.md b/README.md
index 8770e843..9f527bc1 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,14 @@
+[![Github All Releases](https://img.shields.io/github/downloads/etianl/Trouser-Streak/total.svg)]()
+
-
Trouser-Streak
-
Official Griefing Utilities of Mountains of Lava Inc.
Trouser-Streak is a compilation of modules, updated to the latest version and optimized for maximum grief. I did not make all of these.
-
I frequently release updates, please check back here often! :)
+
Trouser-Streak
+
Official Griefing Utilities of Mountains of Lava Inc.
+
Trouser-Streak is a compilation of modules for Meteor Client. Updated to the latest version and optimized for maximum grief!
+
I frequently release updates, please check back here often :)
-
-
-Total Downloads: [![Github All Releases](https://img.shields.io/github/downloads/etianl/Trouser-Streak/total.svg)]()
+
+***A few of these modules were not made by me!***
## Credits to the people I skidded from:
In no particular order
- [DAMcraft (ServerSeeker)](https://github.com/DAMcraft/MeteorServerSeeker)
diff --git a/build.gradle b/build.gradle
index 5ce1603b..3915d673 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,6 +15,10 @@ repositories {
maven { url "https://maven.meteordev.org/snapshots" }
}
+loom {
+ accessWidenerPath = file("src/main/resources/streak-addon.accesswidener")
+}
+
dependencies {
// Fabric
minecraft "com.mojang:minecraft:${project.minecraft_version}"
diff --git a/gradle.properties b/gradle.properties
index 5f8a85a4..7022a4bc 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,11 +2,11 @@ org.gradle.jvmargs=-Xmx2G
# Fabric (https://fabricmc.net/versions.html)
minecraft_version=1.21
-yarn_mappings=1.21+build.2
+yarn_mappings=1.21+build.9
loader_version=0.15.11
# Mod Properties
-mod_version=1.1.3-1.21
+mod_version=1.1.4-1.21
maven_group=pwn.noobs
archives_base_name=1trouser-streak
diff --git a/src/main/java/pwn/noobs/trouserstreak/Trouser.java b/src/main/java/pwn/noobs/trouserstreak/Trouser.java
index 55dde961..3f18d40a 100644
--- a/src/main/java/pwn/noobs/trouserstreak/Trouser.java
+++ b/src/main/java/pwn/noobs/trouserstreak/Trouser.java
@@ -90,4 +90,4 @@ public String getPackage() {
return "pwn.noobs.trouserstreak";
}
-}
+}
\ No newline at end of file
diff --git a/src/main/java/pwn/noobs/trouserstreak/modules/BaseFinder.java b/src/main/java/pwn/noobs/trouserstreak/modules/BaseFinder.java
index 122a6b3a..8ff7559c 100644
--- a/src/main/java/pwn/noobs/trouserstreak/modules/BaseFinder.java
+++ b/src/main/java/pwn/noobs/trouserstreak/modules/BaseFinder.java
@@ -44,7 +44,7 @@
import java.util.HashSet;
import java.util.List;
import java.util.Set;
-import java.util.concurrent.Executor;
+import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/*
@@ -64,18 +64,18 @@ public class BaseFinder extends Module {
// general
private final Setting