diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-22 12:35:39 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-22 12:35:39 +0800 |
commit | a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf (patch) | |
tree | 41139270236804382713b4e451c609c9751c7ce2 /features/globalSettings | |
parent | dd72504a0581380ad44fd1988f943abd01ca25c2 (diff) | |
download | SoopyV2-a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf.tar.gz SoopyV2-a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf.tar.bz2 SoopyV2-a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf.zip |
changes
Diffstat (limited to 'features/globalSettings')
-rw-r--r-- | features/globalSettings/index.js | 4 |
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) }) |