fix(pack): regenerate custom mod URLs for current BASE_DOMAIN
The mods/*.pw.toml download URLs were frozen at ulicraft.lan; the stack now uses ulicraft.net. Regenerate all nine with the current domain. add-custom-mod.sh: skip the copy when source == hosted dest (`-ef`), so `add-custom-mod.sh custom --force` works as an in-place regen. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,6 @@ filename = "Jade-1.21.1-NeoForge-15.10.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "http://pack.ulicraft.lan/custom/Jade-1.21.1-NeoForge-15.10.5.jar"
|
||||
url = "http://pack.ulicraft.net/custom/Jade-1.21.1-NeoForge-15.10.5.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "067bb4b007e1d6f6b79f0afe99c91252aa825472b99a76d33a60d24442f9e92d"
|
||||
|
||||
Reference in New Issue
Block a user