From a962837982d4de2c2f62121530ce2177679c9f5e Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 16 Mar 2022 22:05:49 +0800 Subject: -toggle blood rush assist when blood opened -e button disable spirit leap overlay -for names+classes above heads in spirit leap menu -text shadow on leap menu -swap map and tp buttons --- metadata.json | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 711ce97..3da6e7c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,17 +1,11 @@ { - "$schema": "../CTAutocomplete/schema.json", - "creator": "Soopyboo32", - "author": "Soopyboo32", - "entry": "index.js", - "description": "Soopy addons v2", - "name": "SoopyV2", - "version": "2.1.37", - "versionId": 164, - "requires": [ - "soopyApis", - "soopyAddonsData", - "CustomTabCompletions", - "guimanager", - "mappings" - ] -} \ No newline at end of file + "$schema": "../CTAutocomplete/schema.json", + "creator": "Soopyboo32", + "author": "Soopyboo32", + "entry": "index.js", + "description": "Soopy addons v2", + "name": "SoopyV2", + "version": "2.1.38", + "versionId": 165, + "requires": ["soopyApis", "soopyAddonsData", "CustomTabCompletions", "guimanager", "mappings"] +} -- cgit