From 0f684ffb872347954fb5c74767eb54bdf3d422fc Mon Sep 17 00:00:00 2001 From: creepereater201 <258679852+creepereater201@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:04:19 +0100 Subject: [PATCH] Create index.json --- mashup_packs/index.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mashup_packs/index.json diff --git a/mashup_packs/index.json b/mashup_packs/index.json new file mode 100644 index 0000000..0be09b3 --- /dev/null +++ b/mashup_packs/index.json @@ -0,0 +1,13 @@ +{ + "packs": [ + { + "id": "*", + "name": "*", + "description": "*", + "downloadURI": "*", + "imageUrl": "*", + "worldTemplateDownloadURI": "*", + "worldTemplateFolderName": "*" + } + ] +}