diff --git a/mods/descriptions.js b/mods/descriptions.js index 706b89ec..392ee60f 100644 --- a/mods/descriptions.js +++ b/mods/descriptions.js @@ -1,5 +1,9 @@ console.log("descriptions.js: Loading vanilla descriptions..."); -fetch("https://sandboxels-mods.mollthecoder.repl.co/descriptions/vanilla.json") +fetch("https://sandboxels-mods.mollthecoder.repl.co/descriptions/vanilla.json", + { + referrer: "https://sandboxels.r74n.com/mods/descriptions.js" + } +) .then(res=>{ res.json().then(json=>{ for(const element in json) {