Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
soshimee committed Dec 26, 2024
1 parent ba0f020 commit 51cbb0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
# soshimeeaddons
A [ChatTriggers](https://chattriggers.com/) module. Focused on Hypixel SkyBlock Dungeons (especially F7).

Join my Discord server, [SkyBlockY](https://discord.gg/DqPReM4mwZ), or your (eye)balls will explode.

"Made in Korea"

Questions that were never asked but will be answered:
- Why did you upload this to GitHub?—Ratters impersonating me
- Why is there no feature list?—To trick people into joining my Discord server
- Why does this question exist?—Looks less awkward to have 3 or more questions
https://discord.gg/sby
1 change: 1 addition & 0 deletions features/leapHelper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const renderTrigger = register(net.minecraftforge.client.event.GuiScreenEvent.Dr
}).unregister();

function openWindowListener(title, windowId, _, slotCount) {
closeWindowListener();
if (title !== "Spirit Leap") return;
cwid = windowId;
windowSize = slotCount;
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "soshimeeaddons",
"description": "F7 on top",
"creator": "soshimee",
"version": "2.8.3",
"version": "2.8.4",
"entry": "index.js",
"requires": ["PromiseV2", "BloomCore", "fparser", "requestV2", "Vigilance", "PogData", "RenderLib", "WebSocket", "Async"]
}

0 comments on commit 51cbb0b

Please sign in to comment.