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 = "balm-neoforge-1.21.1-21.0.58.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "http://pack.ulicraft.lan/custom/balm-neoforge-1.21.1-21.0.58.jar"
|
||||
url = "http://pack.ulicraft.net/custom/balm-neoforge-1.21.1-21.0.58.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "aa2463747bad4c2351869226ea7bce7839510dfd2ac387f8d1588b1ce9309c67"
|
||||
|
||||
Reference in New Issue
Block a user