aboutsummaryrefslogtreecommitdiff
path: root/features/globalSettings
diff options
context:
space:
mode:
Diffstat (limited to 'features/globalSettings')
-rw-r--r--features/globalSettings/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js
index b77fd0e..39a2714 100644
--- a/features/globalSettings/index.js
+++ b/features/globalSettings/index.js
@@ -73,6 +73,10 @@ class GlobalSettings extends Feature {
this.registerEvent("tick", this.fixNEU)
}
+ if (net.minecraftforge.fml.common.Loader.isModLoaded("SoopyV2")) {
+
+ }
+
this.registerCommand("soopyweight", (user = Player.getName()) => {
this.soopyWeight(user)
})