Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8809207
perf: store x entries in RAM per worker
DuckySoLucky Jun 20, 2026
97a5a11
perf: improve perf dashboard
DuckySoLucky Jun 20, 2026
6b6bfaa
perf: better caching, improve dashboard
DuckySoLucky Jun 20, 2026
4dbef44
Merge branch 'prod' into dev
DuckySoLucky Jun 20, 2026
bcd5d5d
fix: eslint
DuckySoLucky Jun 20, 2026
525742f
perf: improve mojang resolving
DuckySoLucky Jun 20, 2026
0fc9821
fix: forgot to disable these
DuckySoLucky Jun 20, 2026
6976d48
Merge branch 'prod' into dev
DuckySoLucky Jun 20, 2026
5c4cec2
fix: skill issue
DuckySoLucky Jun 20, 2026
050a10a
fix: yes
DuckySoLucky Jun 20, 2026
35d66bb
yes
DuckySoLucky Jun 26, 2026
928b625
feat: done
DuckySoLucky Jun 27, 2026
0337758
fix: forgot to remove this
DuckySoLucky Jun 27, 2026
5e7edb8
feat: implement pack togglign
DuckySoLucky Jun 27, 2026
f41f242
docs: update swagger docs
DuckySoLucky Jun 27, 2026
547b0d8
small refactor
DuckySoLucky Jun 27, 2026
bbd7c8a
fix: tests, make constants better
DuckySoLucky Jun 27, 2026
f89c52b
feat: improve caching
DuckySoLucky Jun 27, 2026
0554e31
more improvements
DuckySoLucky Jun 27, 2026
3a2d689
fix: eslint
DuckySoLucky Jun 27, 2026
7f707da
fix: yes
DuckySoLucky Jun 27, 2026
db97dbc
fix: special case
DuckySoLucky Jun 27, 2026
b9399ca
feat: disable verbose logging, add progress to prerendering
DuckySoLucky Jun 28, 2026
7e655ae
perf: do not preload unless changes were made
DuckySoLucky Jun 28, 2026
56100b3
perf: instant startup in dev, disable prefork in dev, and yes
DuckySoLucky Jun 30, 2026
ff58039
fix: erro
DuckySoLucky Jun 30, 2026
a8ab193
build: bump sh-nw
DuckySoLucky Jun 30, 2026
70243a0
feat(accessories): add CENTURY accessory
DuckySoLucky Jul 1, 2026
2df1ad3
fix: env loading
DuckySoLucky Jul 1, 2026
c8d4a1d
fix: yes
DuckySoLucky Jul 1, 2026
f5ea4b4
fix: parsing
DuckySoLucky Jul 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion NotEnoughUpdates-REPO
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ DISCORD_WEBHOOK=""

# Local development mode. Production deployments should leave this false.
DEV="true"
SKYCRYPT_PREFORK="false"

# Rendering and diagnostics.
ENABLE_ARMOR_HEX="false"
Expand Down Expand Up @@ -175,6 +176,7 @@ DISABLE_SERVER_API_AUTH="true"
| `HYPIXEL_API_KEY` | Your Hypixel API key. Obtain from [Hypixel Developer Portal](https://developer.hypixel.net/) | - | Yes |
| `DISCORD_WEBHOOK` | Discord webhook URL for error notifications and startup messages | - | No |
| `DEV` | Enable development mode. Set to `true` for local development | `false` | No |
| `SKYCRYPT_PREFORK` | Explicitly enable or disable Fiber prefork. Defaults to `false` when `DEV=true`, otherwise `true` | `false` in development, `true` otherwise | No |
| `ENABLE_ARMOR_HEX` | Enable hexadecimal armor color support | `false` | No |
| `VERBOSE_LOGGING` | Enable extra debug logging from utility helpers | `false` | No |
| `FORENSICS_ENABLED` | Enable forensic request/performance logging and `/api/forensics` endpoints | `false` | No |
Expand Down
Binary file not shown.
8 changes: 8 additions & 0 deletions assets/resourcepacks/FurSky Reborn/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "FSR",
"name": "FurSky Reborn",
"version": "v2.0-pre.4",
"author": "FurSky Team",
"url": "https://modrinth.com/resourcepack/furfsky-reborn",
"icon": "/assets/resourcepacks/FurSky_Reborn/pack.webp"
}
Binary file added assets/resourcepacks/FurSky Reborn/pack.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading