generated from nea89o/Forge1.8.9Template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rift Warp Menu * Rift Warp Fixes - Remove Config and Regular Warp Menu buttons from Rift warp menu - Add Rift texture and some rift warps - Require warps to have a `commandName` or `slotIndex` - Fix `Warp#setWarpIcon` being called twice in LayoutLoader.java * Bug Fixes - Fix close window packet not being sent when the fancy warp menu is closed in certain situations - Convert SkyBlockJoinListener to chat-based detection for slight performance improvement - Settings and regular warp menu button logic fixes * Rift update rewrite - Rewrite GUIs for easier maintainability - Add additional checks for determining the currently open SB menu (incomplete) - Finish rift layout - Fix build fail when Crowdin doesn't download any strings - Update Gradle to 8.5 * Update DevAuth to 1.2.0 * Add stricter SkyBlock menu detection - Detect SkyBlock menus using chest items in addition to name - Remove Mixin * Re-add features removed in rewrite - Re-implement reminders to use fancy warp menu using Forge API - Replace hacky implementation of Jerry warp with hacky implementation of Garry warp - Fix in-game season check - Replace existing selective warp hiding system with warp tags - Add Garry as warp command alias * Fix hot reload not applying new layout without re-opening warp menu - Add warp menu background feature (has scaling issues, not ready for general use) * Add error for Jerry's Workshop not being open yet
- Loading branch information
1 parent
b427a39
commit d608c57
Showing
44 changed files
with
1,837 additions
and
593 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.