From a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 22 May 2022 12:35:39 +0800 Subject: changes --- features/globalSettings/index.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features/globalSettings') 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) }) -- cgit