From 2e9fc351f32721fc9b9b905dd2f43316f6251c6c Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 22 Jan 2024 16:49:55 -0600 Subject: [PATCH] adding module download info --- module.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 7828306..e60cc91 100644 --- a/module.json +++ b/module.json @@ -42,5 +42,7 @@ "type": "module" } ] - } -} \ No newline at end of file + }, + "download": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/archive/1.0.0.zip", + "manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json" +}