diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-09 22:40:15 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-09 22:40:15 +0800 |
commit | f8cef8855971383314f475829958bcdea2d49c96 (patch) | |
tree | 72735a23f5ff597f6e270795914c69ae0c2d69af /features/dungeonSolvers | |
parent | 4acbd7b109bb22b07a0f13502a3173cb9e8bf63d (diff) | |
download | SoopyV2-f8cef8855971383314f475829958bcdea2d49c96.tar.gz SoopyV2-f8cef8855971383314f475829958bcdea2d49c96.tar.bz2 SoopyV2-f8cef8855971383314f475829958bcdea2d49c96.zip |
+ option to show secrets in rooms (syncs across soopyv2 users)
+ meta
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r-- | features/dungeonSolvers/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js index 53d1d2d..0fc2bb0 100644 --- a/features/dungeonSolvers/index.js +++ b/features/dungeonSolvers/index.js @@ -11,6 +11,7 @@ import { fetch } from "../../utils/networkUtils"; import { delay } from "../../utils/delayUtils"; import { Waypoint } from "../../utils/renderJavaUtils"; import { calculateDistanceQuick } from "../../utils/utils"; +import { drawLinePoints } from "../../utils/renderUtils"; const EntityBlaze = Java.type("net.minecraft.entity.monster.EntityBlaze"); let translate; |