diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2025-06-02 17:14:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-02 17:14:22 -0400 |
| commit | 5638f2601d59791bbe802824ee14e1ecd7a547d3 (patch) | |
| tree | f09c3caf806e62f907ef9da9680b89cf21b36eca /src/main/resources | |
| parent | 40469b22c22bec1af3517ec59d70575c91419c60 (diff) | |
| download | Skyblocker-5638f2601d59791bbe802824ee14e1ecd7a547d3.tar.gz Skyblocker-5638f2601d59791bbe802824ee14e1ecd7a547d3.tar.bz2 Skyblocker-5638f2601d59791bbe802824ee14e1ecd7a547d3.zip | |
Things (#1285)
* Generalize the Date Calculator
It should now be much easier to add other timers to this.
* Cylinder Rendering
* Add BaseRenderState
The beginning of a massive refactor
* Remove room matching option
This option only sparked confusion when people disabled it and wondered
why a lot of features stopped working.
* Changes
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index e053abd4..88f52027 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -213,8 +213,6 @@ "skyblocker.config.dungeons.secretWaypoints.enableLeverWaypoints": "Enable Lever Waypoints", "skyblocker.config.dungeons.secretWaypoints.enablePearlWaypoints": "Enable Pearl Waypoints", "skyblocker.config.dungeons.secretWaypoints.enablePearlWaypoints.@Tooltip": "With these waypoints, you throw a pearl towards the block and at the same time AOTV up.", - "skyblocker.config.dungeons.secretWaypoints.enableRoomMatching": "Enable Room Matching", - "skyblocker.config.dungeons.secretWaypoints.enableRoomMatching.@Tooltip": "Disabling this option can save around 20 MB of RAM, but Secret Waypoint and \u00a7lsome puzzle solvers \u00a7rrequire this option to be enabled.", "skyblocker.config.dungeons.secretWaypoints.enableSecretWaypoints": "Enable Dungeon Secret Waypoints", "skyblocker.config.dungeons.secretWaypoints.enableStonkWaypoints": "Enable Stonk Waypoints", "skyblocker.config.dungeons.secretWaypoints.enableSuperboomWaypoints": "Enable Superboom Waypoints", |
