From b1ed834767c5986d22ead8aaee7ee4bdc9b38c47 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Sun, 1 Jan 2023 17:24:08 +0100 Subject: [PATCH] fix: add portalgun sounds --- addon.json | 16 ++++++++++++++++ src/modpack.json | 14 ++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/addon.json b/addon.json index 4d8a49d..1b63d06 100644 --- a/addon.json +++ b/addon.json @@ -1311,6 +1311,22 @@ "args": ["./mods"] } ] + }, + { + "qualifier": "sounds-portalgun", + "link": [ + "https://cdn.tilera.xyz/minecraft/mods/mtreloaded/PortalGunSounds.pak" + ], + "flags": { + "client": ["required"], + "server": ["incompatible"] + }, + "install": [ + { + "action": "move", + "args": ["./mods"] + } + ] } ], "relations": [ diff --git a/src/modpack.json b/src/modpack.json index 203d130..aae67e5 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -1214,6 +1214,20 @@ "included" ] }, + { + "id": "sounds-portalgun", + "file": { + "link": "https://cdn.tilera.xyz/minecraft/mods/mtreloaded/PortalGunSounds.pak", + "installer": "internal.dir:mods" + }, + "type": "mod", + "options": [ + "server", + "client", + "required", + "included" + ] + }, { "id": "forge", "versions": "[1.7.10-10.13.4.1614-1.7.10]",