changes
Build and Deploy / build (push) Failing after 41s
Build and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-05-29 19:13:57 +02:00
parent 7de6864f70
commit e732858b8c
11 changed files with 168 additions and 32 deletions
+12
View File
@@ -23,3 +23,15 @@ TLS_KEY_PATH=./certs/key.pem
CORS_ORIGIN=*
# Base URL advertised in the OpenAPI document.
PUBLIC_URL=https://localhost:3000
# --- Icons -------------------------------------------------------------------
# Directory containing the mod .jar files; scanned once on startup to extract
# item / block textures into the icon cache.
MODS_DIR=/mods
# Optional path to the Minecraft client jar. Needed to extract vanilla
# `minecraft:*` textures, since those live in the client jar and not in MODS_DIR.
# Example: VANILLA_JAR=C:/Users/you/AppData/Roaming/.minecraft/versions/1.20.1/1.20.1.jar
VANILLA_JAR=
# Where the extracted PNGs are cached on disk. The cache survives restarts via
# a manifest.json that tracks jar mtime+size.
ICON_CACHE_DIR=/cache/icons