diff --git a/system-config/services/containers/minecraft/bedrock/geyser-fabric-Geyser-Fabric-2.8.2-b900.jar b/system-config/services/containers/minecraft/bedrock/geyser-fabric-Geyser-Fabric-2.8.2-b900.jar new file mode 100644 index 0000000..2d85a73 Binary files /dev/null and b/system-config/services/containers/minecraft/bedrock/geyser-fabric-Geyser-Fabric-2.8.2-b900.jar differ diff --git a/system-config/services/containers/minecraft/client_only/BSL_v10.0.zip b/system-config/services/containers/minecraft/client_only/BSL_v10.0.zip new file mode 100644 index 0000000..8be5f00 Binary files /dev/null and b/system-config/services/containers/minecraft/client_only/BSL_v10.0.zip differ diff --git a/system-config/services/containers/minecraft/client_only/e4mc_minecraft-fabric-5.3.1.jar b/system-config/services/containers/minecraft/client_only/e4mc_minecraft-fabric-5.3.1.jar new file mode 100644 index 0000000..4f757ce Binary files /dev/null and b/system-config/services/containers/minecraft/client_only/e4mc_minecraft-fabric-5.3.1.jar differ diff --git a/system-config/services/containers/minecraft/client_only/iris-fabric-1.8.0+mc1.21.1.jar b/system-config/services/containers/minecraft/client_only/iris-fabric-1.8.0+mc1.21.1.jar new file mode 100644 index 0000000..0c9219f Binary files /dev/null and b/system-config/services/containers/minecraft/client_only/iris-fabric-1.8.0+mc1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/client_only/modmenu-11.0.3.jar b/system-config/services/containers/minecraft/client_only/modmenu-11.0.3.jar new file mode 100644 index 0000000..fb2ce7b Binary files /dev/null and b/system-config/services/containers/minecraft/client_only/modmenu-11.0.3.jar differ diff --git a/system-config/services/containers/minecraft/client_only/sodium-fabric-0.6.0+mc1.21.1.jar b/system-config/services/containers/minecraft/client_only/sodium-fabric-0.6.0+mc1.21.1.jar new file mode 100644 index 0000000..0732aa2 Binary files /dev/null and b/system-config/services/containers/minecraft/client_only/sodium-fabric-0.6.0+mc1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/default.nix b/system-config/services/containers/minecraft/default.nix new file mode 100644 index 0000000..bb93017 --- /dev/null +++ b/system-config/services/containers/minecraft/default.nix @@ -0,0 +1,100 @@ +{ config, lib, pkgs, inputs, ... }: { + + options.sysconfig.opts.virtualization.minecraft.enable = lib.options.mkOption { + type = lib.types.bool; + default = false; + }; + + + config = lib.mkIf config.sysconfig.opts.virtualization.minecraft.enable { + + containers.minecraft = { + + autoStart = true; + privateNetwork = true; + hostAddress = "192.168.100.10"; + localAddress = "192.168.100.29"; + + forwardPorts = [ + { + containerPort = 25565; + hostPort = 25565; + } + { + containerPort = 25566; + hostPort = 25566; + } + ]; + + + config = { + + imports = [ + inputs.nix-minecraft.nixosModules.minecraft-servers + ]; + + nixpkgs.overlays = [ inputs.nix-minecraft.overlay ]; + + environment.systemPackages = with pkgs; [ tmux ]; + + services.minecraft-servers = { + + enable = true; + eula = true; + openFirewall = true; + dataDir = "/var/lib/mcservers"; + +#managementSystem.systemd-socket.enable = true; #temp + + servers = { + + bedrock = { + enable = true; + package = pkgs.fabricServers.fabric-1_21_8; + serverProperties = { + server-port = 25565; + gamemode = "survival"; + white-list = true; + motd = "Didn't see that coming huh?"; + }; + /*whitelist = { + "MeasureTwice66" = "a4032062-293d-484d-a790-9f52475836bb"; + "651sonic" = "936a3fb0-4548-4557-975b-7794e97a3afc"; + "Griffin12_" = "6a1f56d9-f712-4723-a031-e5437a389bb3"; + };*/ + autoStart = true; + symlinks = { + "mods" = ./bedrock; + }; + }; + + modded = { + enable = true; +#package = pkgs.fabricServers.fabric-1_21_1.override { loaderVersion = "0.16.14"; }; + package = pkgs.fabricServers.fabric-1_21_1; + jvmOpts = [ "-Xms8000M" "-Xmx12000M" ]; + serverProperties = { + server-port = 25566; + gamemode = "survival"; + white-list = true; + allow-flight = true; + motd = "Ex-plo-sion!!!"; + }; + whitelist = { + "MeasureTwice66" = "a4032062-293d-484d-a790-9f52475836bb"; + "651sonic" = "936a3fb0-4548-4557-975b-7794e97a3afc"; + "Griffin12_" = "6a1f56d9-f712-4723-a031-e5437a389bb3"; + }; + autoStart = true; + symlinks = { + "mods" = ./mods; + }; + }; + }; + }; + + system.stateVersion = "25.05"; + }; + }; + }; +} diff --git a/system-config/services/containers/minecraft/mods/.index/accessories.pw.toml b/system-config/services/containers/minecraft/mods/.index/accessories.pw.toml new file mode 100644 index 0000000..4360a34 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/accessories.pw.toml @@ -0,0 +1,16 @@ +filename = 'accessories-fabric-1.1.0-beta.43+1.21.1.jar' +name = 'Accessories' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '9bb42ee9ba1e78091897772cdec82e99a1c748a2dfc29b8132195337402f20ef75eddeaceac2d0b460be9056f2d3e82c4a920d1926ed5768bf501e28dad71e32' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/jtmvUHXj/versions/tGXSkce6/accessories-fabric-1.1.0-beta.43%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'jtmvUHXj' +version = 'tGXSkce6' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/additional-enchanted-miner.pw.toml b/system-config/services/containers/minecraft/mods/.index/additional-enchanted-miner.pw.toml new file mode 100644 index 0000000..18d5be9 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/additional-enchanted-miner.pw.toml @@ -0,0 +1,16 @@ +filename = 'AdditionalEnchantedMiner-1.21.1-fabric-21.1.127.jar' +name = 'Additional Enchanted Miner' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '8ae43114173166a34e6a371a48aadfd6dd7e871da99e7642429181678bdd525e8e7991a65123d9669114150468f69c0c0d7022ac77ce51367911acbad6039350' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/jhxX1zVW/versions/PP9QJVwO/AdditionalEnchantedMiner-1.21.1-fabric-21.1.127.jar' + +[update.modrinth] +mod-id = 'jhxX1zVW' +version = 'PP9QJVwO' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/additional-rpg-jewelry.pw.toml b/system-config/services/containers/minecraft/mods/.index/additional-rpg-jewelry.pw.toml new file mode 100644 index 0000000..75bed6e --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/additional-rpg-jewelry.pw.toml @@ -0,0 +1,16 @@ +filename = 'additional_rpg_jewelry-2.1.0-1.21.1.jar' +name = 'Additional Jewelry' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '328b3c514d64e73f31a125ea9722ceb3f1d8b71b424424c2b199ecab845059cbebc171a1bd5fc200c404a9fae6e0950dafdce6b0c4b20c50f673cfb6d9f29b1c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/rULzJh3O/versions/meO7G4ik/additional_rpg_jewelry-2.1.0-1.21.1.jar' + +[update.modrinth] +mod-id = 'rULzJh3O' +version = 'meO7G4ik' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/addonslib.pw.toml b/system-config/services/containers/minecraft/mods/.index/addonslib.pw.toml new file mode 100644 index 0000000..05c5be8 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/addonslib.pw.toml @@ -0,0 +1,16 @@ +filename = 'addonslib-fabric-1.21.1-1.8.jar' +name = 'AddonsLib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '8317e0549b0b47fdf5a1c234218685f63fb168754b865e6906ce870eadc91a0ce12ead459b7f69c7683c0f8f287f613dc1ffe02e5b9579bc7e05fbe750b135fb' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/cl5ec0Qm/versions/yKkk6jxB/addonslib-fabric-1.21.1-1.8.jar' + +[update.modrinth] +mod-id = 'cl5ec0Qm' +version = 'yKkk6jxB' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/adventurez.pw.toml b/system-config/services/containers/minecraft/mods/.index/adventurez.pw.toml new file mode 100644 index 0000000..430bab4 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/adventurez.pw.toml @@ -0,0 +1,16 @@ +filename = 'adventurez-1.4.24.jar' +name = 'AdventureZ' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'a57e0d9f5d05cf61c8f2a84bf019e774ed5ca434099d5dac75920823c799aa4ad895f21351db5056298aaf9913c2678df1e2c60e4e0115f97c1b568e2e6384b7' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/defK2XM3/versions/LxZfB2Kk/adventurez-1.4.24.jar' + +[update.modrinth] +mod-id = 'defK2XM3' +version = 'LxZfB2Kk' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/aether-villages.pw.toml b/system-config/services/containers/minecraft/mods/.index/aether-villages.pw.toml new file mode 100644 index 0000000..02afbc7 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/aether-villages.pw.toml @@ -0,0 +1,16 @@ +filename = 'AetherVillages-1.21.1-1.0.8-fabric.jar' +name = 'Aether Villages' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2', '1.21.3' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'e0b28e5e3e9993a008f0ee4f99f478f9e59372a38f004eaec61d69ffcb553c22b2ef0c7ff843ed9bcddeb3922d3de7e6f55ac2b5b32d3789ab755453d6c9940a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/3P2XnNW6/versions/AOZ2B4Ql/AetherVillages-1.21.1-1.0.8-fabric.jar' + +[update.modrinth] +mod-id = '3P2XnNW6' +version = 'AOZ2B4Ql' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/aether.pw.toml b/system-config/services/containers/minecraft/mods/.index/aether.pw.toml new file mode 100644 index 0000000..abe6abd --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/aether.pw.toml @@ -0,0 +1,16 @@ +filename = 'aether-1.21.1-1.5.8-fabric.jar' +name = 'The Aether' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '44ef2aafe51b128df685c5497c5fd47ce185aafdfc15fc181a5668ac9a01f1b788b82a9b48854481adac51fe64559154cb8a0c837c5fe31ca5e72ece22f709f2' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/YhmgMVyu/versions/Rnyb9mDy/aether-1.21.1-1.5.8-fabric.jar' + +[update.modrinth] +mod-id = 'YhmgMVyu' +version = 'Rnyb9mDy' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/alloy-forgery.pw.toml b/system-config/services/containers/minecraft/mods/.index/alloy-forgery.pw.toml new file mode 100644 index 0000000..3eb55a7 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/alloy-forgery.pw.toml @@ -0,0 +1,16 @@ +filename = 'alloy-forgery-2.4.1+1.21.jar' +name = 'Alloy Forgery' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ded73374818ab224946d60cbbf366374cb5b82d9c6bcd6ae7855dc433863c94ef279d558f7c48dce47c2b2a4046f135afb8c80923b799083b317cb5047b64726' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/jhl28YkY/versions/czJc7eUX/alloy-forgery-2.4.1%2B1.21.jar' + +[update.modrinth] +mod-id = 'jhl28YkY' +version = 'czJc7eUX' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/appleskin.pw.toml b/system-config/services/containers/minecraft/mods/.index/appleskin.pw.toml new file mode 100644 index 0000000..0e57403 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/appleskin.pw.toml @@ -0,0 +1,16 @@ +filename = 'appleskin-fabric-mc1.21-3.0.6.jar' +name = 'AppleSkin' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'accbb36b863bdeaaeb001f7552534f3bdf0f27556795cf8e813f9b32e7732450ec5133da5e0ec9b92dc22588c48ffb61577c375f596dc351f15c15ce6a6f4228' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/EsAfCjCV/versions/b5ZiCjAr/appleskin-fabric-mc1.21-3.0.6.jar' + +[update.modrinth] +mod-id = 'EsAfCjCV' +version = 'b5ZiCjAr' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/archers-expansion.pw.toml b/system-config/services/containers/minecraft/mods/.index/archers-expansion.pw.toml new file mode 100644 index 0000000..8e3ef1c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/archers-expansion.pw.toml @@ -0,0 +1,16 @@ +filename = 'archers-expansion-1.3.7-1.21.1.jar' +name = 'Archers Expansion (More RPG Classes)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd20884923db5ad96fa59299408b442b677b717fc367fae18c1111a1f9c82281d5ce6e7bdfed95f4873922ce8ef857ea22223b568f5aa5475a4338dffb5e6dc5c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/1BHIIm4m/versions/Fi0a2ly6/archers-expansion-1.3.7-1.21.1.jar' + +[update.modrinth] +mod-id = '1BHIIm4m' +version = 'Fi0a2ly6' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/archers.pw.toml b/system-config/services/containers/minecraft/mods/.index/archers.pw.toml new file mode 100644 index 0000000..bae3358 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/archers.pw.toml @@ -0,0 +1,16 @@ +filename = 'archers-2.4.11+1.21.1.jar' +name = 'Archers (RPG Series)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ee8873bbfb8b360a81bb4b1a1a601f8b00759171303f90af15168454c7ced882fc441069703939fd49f5245c74c255b01f722011950fc8b5e9cc49223a2a1067' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/QgooUXAJ/versions/5euNH36R/archers-2.4.11%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'QgooUXAJ' +version = '5euNH36R' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/architectury-api.pw.toml b/system-config/services/containers/minecraft/mods/.index/architectury-api.pw.toml new file mode 100644 index 0000000..4a208b4 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/architectury-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'architectury-13.0.8-fabric.jar' +name = 'Architectury API' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '7a24a0481732c5504b07347d64a2843c10c29e748018af8e5f5844e5ea2f4517433886231025d823f90eb0b0271d1fa9849c27e7b0c81476c73753f79f19302a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/lhGA9TYQ/versions/Wto0RchG/architectury-13.0.8-fabric.jar' + +[update.modrinth] +mod-id = 'lhGA9TYQ' +version = 'Wto0RchG' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/arsenal-rpg-series.pw.toml b/system-config/services/containers/minecraft/mods/.index/arsenal-rpg-series.pw.toml new file mode 100644 index 0000000..e984e28 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/arsenal-rpg-series.pw.toml @@ -0,0 +1,16 @@ +filename = 'arsenal-1.1.2+1.21.1.jar' +name = 'Arsenal (RPG Series)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '76d95ca1a33717d349349d757f85532b17fe2c6ade809d158affec748c8246952576e8c225f8b8bca99cd9031082b32a85a1cf3c308602e3b432d7b974b49e56' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/LiP9Q3KV/versions/WCfRNwNM/arsenal-1.1.2%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'LiP9Q3KV' +version = 'WCfRNwNM' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/automatic-potato.pw.toml b/system-config/services/containers/minecraft/mods/.index/automatic-potato.pw.toml new file mode 100644 index 0000000..3d17f5c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/automatic-potato.pw.toml @@ -0,0 +1,41 @@ +filename = 'VersionCheckerMod-2.5.0.jar' +name = 'automatic-potato' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ + '1.16.5', + '1.17', + '1.17.1', + '1.18', + '1.18.1', + '1.18.2', + '1.19', + '1.19.1', + '1.19.2', + '1.19.3', + '1.19.4', + '1.20', + '1.20.1', + '1.20.2', + '1.20.3', + '1.20.4', + '1.20.5', + '1.20.6', + '1.21', + '1.21.1', + '1.21.2', + '1.21.3', + '1.21.4', + '1.21.5' +] +x-prismlauncher-release-type = 'release' + +[download] +hash = '7e00814ca9c69b0276676f4f1a6b3941d97fe869a4c815759d0cf95bf518b926fa2aaf7f444e266b82be2d90e325889123780be2efe7b1f18cd4e5114c4af6dd' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fLArsyMM/versions/oFGgQUPZ/VersionCheckerMod-2.5.0.jar' + +[update.modrinth] +mod-id = 'fLArsyMM' +version = 'oFGgQUPZ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/azurelib-armor.pw.toml b/system-config/services/containers/minecraft/mods/.index/azurelib-armor.pw.toml new file mode 100644 index 0000000..071fc32 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/azurelib-armor.pw.toml @@ -0,0 +1,16 @@ +filename = 'azurelibarmor-fabric-1.21.1-3.0.12.jar' +name = 'AzureLib Armor' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '7289ff0c49b5cafe439a355bc903773d3d66a9637c36b3a7dac9ac0d7ccfbe9afe6eb5b0b46b8c5a077ed67a3c3d2230a1e1bc88572eca731e90b473582289aa' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/pduQXSbl/versions/L3jZ6e15/azurelibarmor-fabric-1.21.1-3.0.12.jar' + +[update.modrinth] +mod-id = 'pduQXSbl' +version = 'L3jZ6e15' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/azurelib.pw.toml b/system-config/services/containers/minecraft/mods/.index/azurelib.pw.toml new file mode 100644 index 0000000..7afa569 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/azurelib.pw.toml @@ -0,0 +1,16 @@ +filename = 'azurelib-fabric-1.21.1-3.0.20.jar' +name = 'AzureLib' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '87e1bbdb3b12beba5ab3ee65b89dc92d117544b21220cc9b8cc28c8b22bfbc4b2f9d26f47d3bf4cbe8fa92e7e76aae3b82b539063c280e902955ae36c8d28468' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/7zlUOZvb/versions/pPvo3yDt/azurelib-fabric-1.21.1-3.0.20.jar' + +[update.modrinth] +mod-id = '7zlUOZvb' +version = 'pPvo3yDt' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/balm.pw.toml b/system-config/services/containers/minecraft/mods/.index/balm.pw.toml new file mode 100644 index 0000000..d32ef9c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/balm.pw.toml @@ -0,0 +1,16 @@ +filename = 'balm-fabric-1.21.1-21.0.46.jar' +name = 'Balm' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b7b43bb5768be230b9b3a4cf7ed064b00b9844d5ecdb02c6e94a3e93ec0d71a1813179568e1e94051c8e5c48182a7eeb7bff5422f973c0a1a1810da203c14be5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/MBAkmtvl/versions/CuNotPQG/balm-fabric-1.21.1-21.0.46.jar' + +[update.modrinth] +mod-id = 'MBAkmtvl' +version = 'CuNotPQG' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/bclib.pw.toml b/system-config/services/containers/minecraft/mods/.index/bclib.pw.toml new file mode 100644 index 0000000..ddc1cd4 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/bclib.pw.toml @@ -0,0 +1,16 @@ +filename = 'bclib-21.0.13.jar' +name = 'BCLib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'alpha' + +[download] +hash = '93a5b45e4abcb27af6a8e8f662db9fd4115dfbb9e17adbce642f2217f5d09b48474d6b9e12b0673bdc663668e8d0d71b8fa23307c96c06176df55c090623a00c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/BgNRHReB/versions/TxWM7AW8/bclib-21.0.13.jar' + +[update.modrinth] +mod-id = 'BgNRHReB' +version = 'TxWM7AW8' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/berserker-rpg-class.pw.toml b/system-config/services/containers/minecraft/mods/.index/berserker-rpg-class.pw.toml new file mode 100644 index 0000000..799f993 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/berserker-rpg-class.pw.toml @@ -0,0 +1,16 @@ +filename = 'berserker-class-mod-2.4.6-1.21.jar' +name = 'Berserker (More RPG Classes)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '31337bb534e80c93c21a2e8acec39178320a663ce045916e7e6146322b31b035025aef6a63dbe7b151fd6f3e1ca91816a86732d06b6c71315bfe8f065d38a2a9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8hqOZzxM/versions/drdoA8DR/berserker-class-mod-2.4.6-1.21.jar' + +[update.modrinth] +mod-id = '8hqOZzxM' +version = 'drdoA8DR' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/better-advancements.pw.toml b/system-config/services/containers/minecraft/mods/.index/better-advancements.pw.toml new file mode 100644 index 0000000..0e6f21e --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/better-advancements.pw.toml @@ -0,0 +1,16 @@ +filename = 'BetterAdvancements-Fabric-1.21.1-0.4.3.21.jar' +name = 'Better Advancements' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '7f0eaf623a357b5fab04faef4133651ec0972206f404619350d71ade632132d041ee1a93ab287ef16d18b99d73cae508da5fe8766ecc40f20bd131ba20edc0dc' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Q2OqKxDG/versions/j80BmLRo/BetterAdvancements-Fabric-1.21.1-0.4.3.21.jar' + +[update.modrinth] +mod-id = 'Q2OqKxDG' +version = 'j80BmLRo' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/better-archeology.pw.toml b/system-config/services/containers/minecraft/mods/.index/better-archeology.pw.toml new file mode 100644 index 0000000..c2f5104 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/better-archeology.pw.toml @@ -0,0 +1,16 @@ +filename = 'betterarcheology-fabric-1.3.2.jar' +name = 'Better Archeology' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '6457258b308e90fd52e1b31b55f152a588bde43773df2bd28c8094a329f45337d1af91a1596141aff48d90fceb44cd2a325701bc93069dc4e59884a0aa9031d5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/zCh7omyG/versions/kOnpndPm/betterarcheology-fabric-1.3.2.jar' + +[update.modrinth] +mod-id = 'zCh7omyG' +version = 'kOnpndPm' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/better-combat.pw.toml b/system-config/services/containers/minecraft/mods/.index/better-combat.pw.toml new file mode 100644 index 0000000..1c69e38 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/better-combat.pw.toml @@ -0,0 +1,16 @@ +filename = 'bettercombat-fabric-2.2.4+1.21.1.jar' +name = 'Better Combat' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '8e06604306e4c17acc3658d881a258ee074ff3b23efd2fd15c2ac90802943b155ae607afede8cc7c3a25152b75e145411f2a81a71f448811465ff1d2446c97b8' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/5sy6g3kz/versions/Z2s5lcbp/bettercombat-fabric-2.2.4%2B1.21.1.jar' + +[update.modrinth] +mod-id = '5sy6g3kz' +version = 'Z2s5lcbp' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/betterend.pw.toml b/system-config/services/containers/minecraft/mods/.index/betterend.pw.toml new file mode 100644 index 0000000..7111fc3 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/betterend.pw.toml @@ -0,0 +1,16 @@ +filename = 'better-end-21.0.11.jar' +name = 'BetterEnd' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'alpha' + +[download] +hash = 'd3094b88202fca1ccc055e8429eac42eac1bd696a82ed650a9f1426cd5b28bd08e0af4d41664ed3fad10d8477c6da7c6be9d626a5664cfbc664844355c97c5b1' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/gc8OEnCC/versions/4qhBEg6J/better-end-21.0.11.jar' + +[update.modrinth] +mod-id = 'gc8OEnCC' +version = '4qhBEg6J' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/betternether.pw.toml b/system-config/services/containers/minecraft/mods/.index/betternether.pw.toml new file mode 100644 index 0000000..0ba9e30 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/betternether.pw.toml @@ -0,0 +1,16 @@ +filename = 'better-nether-21.0.11.jar' +name = 'BetterNether' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'dacac808b300e03b83b2f618b4cab9f1707aa3040767ed4beeb757b502a4baff009b1986d0cd4830eeec7dd86ed14ad8c8780aa01f763a1f3473ef8ac5a17fbf' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/MpzVLzy5/versions/M1o6hR2m/better-nether-21.0.11.jar' + +[update.modrinth] +mod-id = 'MpzVLzy5' +version = 'M1o6hR2m' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/biomes-o-plenty.pw.toml b/system-config/services/containers/minecraft/mods/.index/biomes-o-plenty.pw.toml new file mode 100644 index 0000000..9e34ce5 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/biomes-o-plenty.pw.toml @@ -0,0 +1,16 @@ +filename = 'BiomesOPlenty-fabric-1.21.1-21.1.0.12.jar' +name = "Biomes O' Plenty" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '461cfa049355d97ef9529556ac991e4e2dcd08f60d5c1b3c570d4cb05ce9521a5cb4c97a86db73f51bc6e1fe26bc1439246d3e417350a12649ec8767920bbafb' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/HXF82T3G/versions/abgjJ6PO/BiomesOPlenty-fabric-1.21.1-21.1.0.12.jar' + +[update.modrinth] +mod-id = 'HXF82T3G' +version = 'abgjJ6PO' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/bloos-gacha-machine.pw.toml b/system-config/services/containers/minecraft/mods/.index/bloos-gacha-machine.pw.toml new file mode 100644 index 0000000..f78db4c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/bloos-gacha-machine.pw.toml @@ -0,0 +1,16 @@ +filename = 'gachamachine-1.1.1.jar' +name = "Bloo's Gacha Machine v.1.1" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '6cb62256d68d1bafede3e818cb8941993b962a8c27372193bb85f5d4ce45c8219011242c9f28d213e72a85ed910d56abd32fb1ff138b8dca91dfe8071bbb54b3' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/67dS28p4/versions/OFkWcFfg/gachamachine-1.1.1.jar' + +[update.modrinth] +mod-id = '67dS28p4' +version = 'OFkWcFfg' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/bundle-api.pw.toml b/system-config/services/containers/minecraft/mods/.index/bundle-api.pw.toml new file mode 100644 index 0000000..452d705 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/bundle-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'bundle-api-1.0.4.jar' +name = 'Bundle API' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '85a5b506a9f5ba5f120ba1b77dfe712c08ef6ca800c530419c2238fe77e21e621a6970dc36d921970d10bdce7e866c62b433121d3fddc5874acd8b147baf8cab' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/n8QN6Z1a/versions/IqBIlBMw/bundle-api-1.0.4.jar' + +[update.modrinth] +mod-id = 'n8QN6Z1a' +version = 'IqBIlBMw' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/cardinal-components-api.pw.toml b/system-config/services/containers/minecraft/mods/.index/cardinal-components-api.pw.toml new file mode 100644 index 0000000..7c8a5f1 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/cardinal-components-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'cardinal-components-api-6.1.2.jar' +name = 'Cardinal Components API' +side = 'server' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '03b21994421da537d6ded9a327da42fc8e74ef2326f9c1b5552c031b396a99e9ddec7a65b9e4b2e5dffce38add1d77ab009f4268cd31d5d4af5aa97dc4f37843' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/K01OU20C/versions/xzMJDzyx/cardinal-components-api-6.1.2.jar' + +[update.modrinth] +mod-id = 'K01OU20C' +version = 'xzMJDzyx' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/carry-on.pw.toml b/system-config/services/containers/minecraft/mods/.index/carry-on.pw.toml new file mode 100644 index 0000000..0118e13 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/carry-on.pw.toml @@ -0,0 +1,16 @@ +filename = 'carryon-fabric-1.21.1-2.2.2.11.jar' +name = 'Carry On' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'eb0fe0aaa370dc4ff4e6d6300c9f0903ef02bdc30615a1e9bc9e26c61d2f667fcf3211294f7907c9a9d487edbcee95e5988c46ecdbf4ead0f3f032e0efb45edc' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/joEfVgkn/versions/TuSZSQeB/carryon-fabric-1.21.1-2.2.2.11.jar' + +[update.modrinth] +mod-id = 'joEfVgkn' +version = 'TuSZSQeB' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/cicada.pw.toml b/system-config/services/containers/minecraft/mods/.index/cicada.pw.toml new file mode 100644 index 0000000..c7a4411 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/cicada.pw.toml @@ -0,0 +1,16 @@ +filename = 'cicada-lib-0.13.0+1.21-1.21.1.jar' +name = 'CICADA' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3d8a2ef0f927679dd9766d3b3094c2e8116b4a40066612c509788ca997fc946f49626e621c2a53b66403a959762df8c44c69291e2e230ce911d1a01520934543' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/IwCkru1D/versions/Rc7ndpKI/cicada-lib-0.13.0%2B1.21-1.21.1.jar' + +[update.modrinth] +mod-id = 'IwCkru1D' +version = 'Rc7ndpKI' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/cloth-config.pw.toml b/system-config/services/containers/minecraft/mods/.index/cloth-config.pw.toml new file mode 100644 index 0000000..b9a1b62 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/cloth-config.pw.toml @@ -0,0 +1,16 @@ +filename = 'cloth-config-15.0.140-fabric.jar' +name = 'Cloth Config API' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '1b3f5db4fc1d481704053db9837d530919374bf7518d7cede607360f0348c04fc6347a3a72ccfef355559e1f4aef0b650cd58e5ee79c73b12ff0fc2746797a00' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/9s6osm5g/versions/HpMb5wGb/cloth-config-15.0.140-fabric.jar' + +[update.modrinth] +mod-id = '9s6osm5g' +version = 'HpMb5wGb' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/cobblefurnies.pw.toml b/system-config/services/containers/minecraft/mods/.index/cobblefurnies.pw.toml new file mode 100644 index 0000000..61e19b1 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/cobblefurnies.pw.toml @@ -0,0 +1,16 @@ +filename = 'CobbleFurnies-fabric-0.5.jar' +name = 'CobbleFurnies' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '699e62770f5b8edbdc48333e8cbdd29cb5f8be0fcae2765cd648915e9834d8fdc6c81535b17c5a853096cecdc4a9ce8ae08d43993cfbe523e8e53fd5fefd051f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/AXY1OO9m/versions/GlSuS3y6/CobbleFurnies-fabric-0.5.jar' + +[update.modrinth] +mod-id = 'AXY1OO9m' +version = 'GlSuS3y6' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/cobblemon-capture-xp.pw.toml b/system-config/services/containers/minecraft/mods/.index/cobblemon-capture-xp.pw.toml new file mode 100644 index 0000000..c6c3ea1 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/cobblemon-capture-xp.pw.toml @@ -0,0 +1,16 @@ +filename = 'cobblemon-capturexp-1.6-fabric-1.1.0.jar' +name = 'Cobblemon Capture XP' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'e70240f5e05a4bbbb82f314e5bac48d63d36003443fe4e62e4d8ecc940f699f361a2d4af66dab1aafc80fc2b4a5ebf520591a2bdf22dfcfe6fe3d47e70447ab3' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/LBl4Qguc/versions/gSyyapnZ/cobblemon-capturexp-1.6-fabric-1.1.0.jar' + +[update.modrinth] +mod-id = 'LBl4Qguc' +version = 'gSyyapnZ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/cobblemon.pw.toml b/system-config/services/containers/minecraft/mods/.index/cobblemon.pw.toml new file mode 100644 index 0000000..b1def3f --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/cobblemon.pw.toml @@ -0,0 +1,16 @@ +filename = 'Cobblemon-fabric-1.6.1+1.21.1.jar' +name = 'Cobblemon' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b7082befee07efd3e0c5857807f739082df5994ec0e7fe3217ce6cdaec7d2ca47ed51bd129096fd4eca8cbcf7de415d14602868a3357980ff88e55b3148dc7f4' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/MdwFAVRL/versions/v77SHSXW/Cobblemon-fabric-1.6.1%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'MdwFAVRL' +version = 'v77SHSXW' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/cobblemonrider1.5.pw.toml b/system-config/services/containers/minecraft/mods/.index/cobblemonrider1.5.pw.toml new file mode 100644 index 0000000..14903b0 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/cobblemonrider1.5.pw.toml @@ -0,0 +1,16 @@ +filename = 'cobblemonridingfabric-1.3.7.jar' +name = 'CobblemonRider' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '101401dc38c2093d7f3537f7770986088eaa929c58ddab8b7ac2ccf1ae7f3147da10745837728cc1e9f15ce1564b389691f64ce5c051396110557428de5b0db2' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZLu8WiYO/versions/HPaVdg1v/cobblemonridingfabric-1.3.7.jar' + +[update.modrinth] +mod-id = 'ZLu8WiYO' +version = 'HPaVdg1v' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/cobblepedia.pw.toml b/system-config/services/containers/minecraft/mods/.index/cobblepedia.pw.toml new file mode 100644 index 0000000..b4f1e1f --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/cobblepedia.pw.toml @@ -0,0 +1,16 @@ +filename = 'Cobblepedia-Fabric-0.7.0.jar' +name = 'Cobblemon Poképedia: Cobblepedia' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'df3d344d95000bab339f60846a4be0a4c18479425050ea20112a826617dc22bd170dfba41d7051c18b409855267bcf44a15a826c7fd64772dba685bc9fb45432' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/2obPz7jf/versions/YLyhzygh/Cobblepedia-Fabric-0.7.0.jar' + +[update.modrinth] +mod-id = '2obPz7jf' +version = 'YLyhzygh' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/cobbreeding.pw.toml b/system-config/services/containers/minecraft/mods/.index/cobbreeding.pw.toml new file mode 100644 index 0000000..237d9a0 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/cobbreeding.pw.toml @@ -0,0 +1,16 @@ +filename = 'Cobbreeding-fabric-1.9.0.jar' +name = 'Cobbreeding' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3bd5b5f91cd28c85847469a698efab350df5506c853a86adde81d0483f59b21721b1bef1c7b28ad69fcfc7c2f0b2d70ad4c2a75bc0b276d67491f9d08d18e90c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ItmVb4zY/versions/WWub8t6L/Cobbreeding-fabric-1.9.0.jar' + +[update.modrinth] +mod-id = 'ItmVb4zY' +version = 'WWub8t6L' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/collective.pw.toml b/system-config/services/containers/minecraft/mods/.index/collective.pw.toml new file mode 100644 index 0000000..a2886c1 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/collective.pw.toml @@ -0,0 +1,16 @@ +filename = 'collective-1.21.1-8.3.jar' +name = 'Collective' +side = 'both' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'c15608926645d50a418a76a1cdde57c26e0322e15c871d611f2dcac3a3dcdde04eb0e70e809e9bbee698a24edd32a233ca25ab8514dbc7b93cef1cd918ab413f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/e0M1UDsY/versions/ao7rZsss/collective-1.21.1-8.3.jar' + +[update.modrinth] +mod-id = 'e0M1UDsY' +version = 'ao7rZsss' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/connected-glass.pw.toml b/system-config/services/containers/minecraft/mods/.index/connected-glass.pw.toml new file mode 100644 index 0000000..bcd7240 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/connected-glass.pw.toml @@ -0,0 +1,16 @@ +filename = 'connectedglass-1.1.13-fabric-mc1.21.jar' +name = 'Connected Glass' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '731868b02b3711cccdf9dc69ab9abeba6a2026964c806c511a6d6b942e9606e3bb7892fddc706aba2edc2d541d39a29e141e8c672439ec888509dff4ce1752d6' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/DghO0R02/versions/mCL3ckfQ/connectedglass-1.1.13-fabric-mc1.21.jar' + +[update.modrinth] +mod-id = 'DghO0R02' +version = 'mCL3ckfQ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/corgilib.pw.toml b/system-config/services/containers/minecraft/mods/.index/corgilib.pw.toml new file mode 100644 index 0000000..d855cb9 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/corgilib.pw.toml @@ -0,0 +1,16 @@ +filename = 'Corgilib-Fabric-1.21.1-5.0.0.4.jar' +name = 'CorgiLib' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'c1da17d14ffaaeed90434f3bec9ce9a3f86fb0e362d3b8e5c45b5cd188a481e241ab7a558a9a91fa2328e712a0409206c9dda2e4428d65f265dfdc07b78decd2' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ziOp6EO8/versions/kXccSi03/Corgilib-Fabric-1.21.1-5.0.0.4.jar' + +[update.modrinth] +mod-id = 'ziOp6EO8' +version = 'kXccSi03' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/ct-overhaul-village.pw.toml b/system-config/services/containers/minecraft/mods/.index/ct-overhaul-village.pw.toml new file mode 100644 index 0000000..186b581 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/ct-overhaul-village.pw.toml @@ -0,0 +1,16 @@ +filename = '[fabric]ctov-3.5.9a.jar' +name = "ChoiceTheorem's Overhauled Village" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.4', '1.21.5' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'bb79136c07db971f245d5e1f4f570fccfba4b9fa9c85ad640999a9b4e3c8dee8e6b686ad6b2004035e6cba60ac28c1aec8c8ae3197f99a228b4fb828b51884db' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fgmhI8kH/versions/L5K63bnY/%5Bfabric%5Dctov-3.5.9a.jar' + +[update.modrinth] +mod-id = 'fgmhI8kH' +version = 'L5K63bnY' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/deimos.pw.toml b/system-config/services/containers/minecraft/mods/.index/deimos.pw.toml new file mode 100644 index 0000000..abb07cf --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/deimos.pw.toml @@ -0,0 +1,16 @@ +filename = 'deimos-1.21.1-fabric-2.2.jar' +name = 'Deimos' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '71131f6f368310887372a834b90c476bc63a20526f59da2918ed871ea39eecb6acf438b555de6abc4b76e7f594e3ac2280260266834d351d1f32aa6d29b5f3e3' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/WQaxNzFg/versions/dOj5SlxO/deimos-1.21.1-fabric-2.2.jar' + +[update.modrinth] +mod-id = 'WQaxNzFg' +version = 'dOj5SlxO' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/double-doors.pw.toml b/system-config/services/containers/minecraft/mods/.index/double-doors.pw.toml new file mode 100644 index 0000000..44483f7 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/double-doors.pw.toml @@ -0,0 +1,16 @@ +filename = 'doubledoors-1.21.1-7.0.jar' +name = 'Double Doors' +side = 'server' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ab02f269a1fa31c5bb4cddce23082d53d627e53ec35f6c5acc35352d39acaddf20a2d41f7953bf31510dfd622bbeb74ce8525a4be6e39317881d477f2cd7b117' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/JrvR9OHr/versions/JdFryWlZ/doubledoors-1.21.1-7.0.jar' + +[update.modrinth] +mod-id = 'JrvR9OHr' +version = 'JdFryWlZ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/dungeons-and-taverns.pw.toml b/system-config/services/containers/minecraft/mods/.index/dungeons-and-taverns.pw.toml new file mode 100644 index 0000000..d22f9b2 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/dungeons-and-taverns.pw.toml @@ -0,0 +1,16 @@ +filename = 'dungeons-and-taverns-v4.4.4.jar' +name = 'Dungeons and Taverns' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ceeaaa41bafeb23d54abb498a4291b1905a53b6b3d17d14d892e9fa0d81cd56275c5edfdc999910520547939a17c1884d4553543d5aaafcf2295fb818cadba01' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/tpehi7ww/versions/EUlNXs9V/dungeons-and-taverns-v4.4.4.jar' + +[update.modrinth] +mod-id = 'tpehi7ww' +version = 'EUlNXs9V' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/e4mc.pw.toml b/system-config/services/containers/minecraft/mods/.index/e4mc.pw.toml new file mode 100644 index 0000000..dd96ce2 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/e4mc.pw.toml @@ -0,0 +1,38 @@ +filename = 'e4mc_minecraft-fabric-5.3.1.jar' +name = 'e4mc' +side = 'server' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ + '1.18', + '1.18.1', + '1.18.2', + '1.19', + '1.19.1', + '1.19.2', + '1.19.3', + '1.19.4', + '1.20', + '1.20.1', + '1.20.2', + '1.20.3', + '1.20.4', + '1.20.5', + '1.20.6', + '1.21', + '1.21.1', + '1.21.2', + '1.21.3', + '1.21.4', + '1.21.5' +] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd0e76923d8627f55c8980c1b1518162140e2706403eaa2f5e44136cca9fa6c1105e49fd537ac28020422612f60b8a3ad119643089c2f714f94f93bcb14983ebb' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/qANg5Jrr/versions/71uPp5Hx/e4mc_minecraft-fabric-5.3.1.jar' + +[update.modrinth] +mod-id = 'qANg5Jrr' +version = '71uPp5Hx' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/eating-animation.pw.toml b/system-config/services/containers/minecraft/mods/.index/eating-animation.pw.toml new file mode 100644 index 0000000..035848f --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/eating-animation.pw.toml @@ -0,0 +1,16 @@ +filename = 'eating-animation-1.21+1.9.72.jar' +name = 'Eating Animation' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '6513938ddbbbf32602982b50296c0261ce5f1bc33838675bc4574b0ec710bc9a5622f838ab5adbdc5b9c01f7e2696443c3bc377f1cc1f1b8376539004e5a871c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/rUgZvGzi/versions/KWZCioh0/eating-animation-1.21%2B1.9.72.jar' + +[update.modrinth] +mod-id = 'rUgZvGzi' +version = 'KWZCioh0' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/elemental-wizards-rpg.pw.toml b/system-config/services/containers/minecraft/mods/.index/elemental-wizards-rpg.pw.toml new file mode 100644 index 0000000..118df44 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/elemental-wizards-rpg.pw.toml @@ -0,0 +1,16 @@ +filename = 'elemental_wizards_rpg-2.4.7-1.21.1.jar' +name = 'Elemental Wizards (More RPG Classes)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '8aaeab39b0150cf1cd25ecc60cf43831ae88fea220fc7658d85e6c24925dae0443b10dbd4f2244b50c838e4726cdd003ea04e09129ba3bcd7ac3e61e67523f53' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/PeZ4h4i0/versions/YI17Jfyr/elemental_wizards_rpg-2.4.7-1.21.1.jar' + +[update.modrinth] +mod-id = 'PeZ4h4i0' +version = 'YI17Jfyr' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/every-compat.pw.toml b/system-config/services/containers/minecraft/mods/.index/every-compat.pw.toml new file mode 100644 index 0000000..836e09f --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/every-compat.pw.toml @@ -0,0 +1,16 @@ +filename = 'everycomp-1.21-2.10.8-fabric.jar' +name = 'Every Compat (Wood Good)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '13d6822bc83fc6260606809a9105b9e4d2c38f0119179242d3b9047adce858ef1a68a252a4039f95b24b9641487c2298936850a8ad18eb0a1fe65465c8874cf4' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/eiktJyw1/versions/HjRpCA99/everycomp-1.21-2.10.8-fabric.jar' + +[update.modrinth] +mod-id = 'eiktJyw1' +version = 'HjRpCA99' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/explorers-compass.pw.toml b/system-config/services/containers/minecraft/mods/.index/explorers-compass.pw.toml new file mode 100644 index 0000000..3a1daa7 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/explorers-compass.pw.toml @@ -0,0 +1,16 @@ +filename = 'ExplorersCompass-1.21.1-2.2.5-fabric.jar' +name = "Explorer's Compass" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2aee404833e040b004cbd5b63c08c1fcf2f05046b1f73a83e89a471f96ff959d400f2450d0fdfaf6e35a476062cf61ff04745ebebf342debec07da524a2f791c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/RV1qfVQ8/versions/i1WCJNIW/ExplorersCompass-1.21.1-2.2.5-fabric.jar' + +[update.modrinth] +mod-id = 'RV1qfVQ8' +version = 'i1WCJNIW' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/explosive-enhancement.pw.toml b/system-config/services/containers/minecraft/mods/.index/explosive-enhancement.pw.toml new file mode 100644 index 0000000..cf0a250 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/explosive-enhancement.pw.toml @@ -0,0 +1,16 @@ +filename = 'explosive-enhancement-1.3.2-1.21-1.21.1.jar' +name = 'Explosive Enhancement' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '57692e93c1c8b331884c63e213e3dac5cb19ce2f3bf818f6db1c2cbcdff1d1b8a5ea107f01c6bca79882962df6cf8332a96c5e1adda864345371faff7a6d747a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/OSQ8mw2r/versions/LEeJnb8j/explosive-enhancement-1.3.2-1.21-1.21.1.jar' + +[update.modrinth] +mod-id = 'OSQ8mw2r' +version = 'LEeJnb8j' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/fabric-api.pw.toml b/system-config/services/containers/minecraft/mods/.index/fabric-api.pw.toml new file mode 100644 index 0000000..a25a13d --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/fabric-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'fabric-api-0.116.3+1.21.1.jar' +name = 'Fabric API' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'afb2e2eab6e590ad83a6e501e778be537d75a2e87033d3c05b00dc0342d6a7ce2d5132c01c787b879df37f94e9e69433aff15762ee3040425886e8130c82d7af' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/P7dR8mSH/versions/jCGlnFJS/fabric-api-0.116.3%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'P7dR8mSH' +version = 'jCGlnFJS' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/fabric-language-kotlin.pw.toml b/system-config/services/containers/minecraft/mods/.index/fabric-language-kotlin.pw.toml new file mode 100644 index 0000000..5b8b68a --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/fabric-language-kotlin.pw.toml @@ -0,0 +1,55 @@ +filename = 'fabric-language-kotlin-1.13.3+kotlin.2.1.21.jar' +name = 'Fabric Language Kotlin' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ + '1.14', + '1.14.1', + '1.14.2', + '1.14.3', + '1.14.4', + '1.15', + '1.15.1', + '1.15.2', + '1.16', + '1.16.1', + '1.16.2', + '1.16.3', + '1.16.4', + '1.16.5', + '1.17', + '1.17.1', + '1.18', + '1.18.1', + '1.18.2', + '1.19', + '1.19.1', + '1.19.2', + '1.19.3', + '1.19.4', + '1.20', + '1.20.1', + '1.20.2', + '1.20.3', + '1.20.4', + '1.20.5', + '1.20.6', + '1.21', + '1.21.1', + '1.21.2', + '1.21.3', + '1.21.4', + '1.21.5', + '1.21.6' +] +x-prismlauncher-release-type = 'release' + +[download] +hash = '805eb96067560fa8acc8fcc7dbfba4ad8eed1a2bc9b46566e184f122533fdff844288f3df635762e1af927a4efe8989e9f11007a24bcdc73a32fc2dbebd720c3' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Ha28R6CL/versions/iqWDz8qt/fabric-language-kotlin-1.13.3%2Bkotlin.2.1.21.jar' + +[update.modrinth] +mod-id = 'Ha28R6CL' +version = 'iqWDz8qt' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/farmers-delight-refabricated.pw.toml b/system-config/services/containers/minecraft/mods/.index/farmers-delight-refabricated.pw.toml new file mode 100644 index 0000000..8f424ad --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/farmers-delight-refabricated.pw.toml @@ -0,0 +1,16 @@ +filename = 'FarmersDelight-1.21.1-3.1.1+refabricated.jar' +name = "Farmer's Delight Refabricated" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '0468ed3c67d339dc30e62baf3e0d4763c4731c7e4dfac6fad6b7dab1c0de2aa1b704e39f4d01391d0d7cf98c379e4dc82998d87d4ebde3170a74ab541f8d26ae' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/7vxePowz/versions/5dis8U7G/FarmersDelight-1.21.1-3.1.1%2Brefabricated.jar' + +[update.modrinth] +mod-id = '7vxePowz' +version = '5dis8U7G' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/forcemaster-rpg-class.pw.toml b/system-config/services/containers/minecraft/mods/.index/forcemaster-rpg-class.pw.toml new file mode 100644 index 0000000..3451da7 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/forcemaster-rpg-class.pw.toml @@ -0,0 +1,16 @@ +filename = 'forcemaster-class-mod-2.4.6-1.21.jar' +name = 'Forcemaster (More RPG Classes)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2801d02d82c1a90c3f77729f53ba8af557ebf7d25a1d74baf66e02bdf71a6ded643db667c7b1a531ace29fae1b6f70977676614b9da254b5beb97cc100c30141' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/K3yHebFL/versions/uDvXTFh6/forcemaster-class-mod-2.4.6-1.21.jar' + +[update.modrinth] +mod-id = 'K3yHebFL' +version = 'uDvXTFh6' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/forge-config-api-port.pw.toml b/system-config/services/containers/minecraft/mods/.index/forge-config-api-port.pw.toml new file mode 100644 index 0000000..25bec82 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/forge-config-api-port.pw.toml @@ -0,0 +1,16 @@ +filename = 'ForgeConfigAPIPort-v21.1.3-1.21.1-Fabric.jar' +name = 'Forge Config API Port' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'da65efa5c11d8268fb3e1f765e81b95766610a37fb9bb3ede74865f0c8882beb8897b393581de1d7306cf16ed82cc98db84649173a4acce3bd48bc1d36d34648' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ohNO6lps/versions/NqVx7ywO/ForgeConfigAPIPort-v21.1.3-1.21.1-Fabric.jar' + +[update.modrinth] +mod-id = 'ohNO6lps' +version = 'NqVx7ywO' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/formations-nether.pw.toml b/system-config/services/containers/minecraft/mods/.index/formations-nether.pw.toml new file mode 100644 index 0000000..de1aa8d --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/formations-nether.pw.toml @@ -0,0 +1,16 @@ +filename = 'formationsnether-1.0.5-mc1.21+.jar' +name = 'Formations Nether' +side = 'server' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4', '1.21.5' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'db25dd89c37c1e95880a570c63ca53aa4713064a19dbb8016dab63aa68232a252c93277b2b5f0e42e8006d8de197707bf487b431ead3d27f39b85f6551c6ff8e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/cGvQGRls/versions/6DBJbZXK/formationsnether-1.0.5-mc1.21%2B.jar' + +[update.modrinth] +mod-id = 'cGvQGRls' +version = '6DBJbZXK' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/formations-overworld.pw.toml b/system-config/services/containers/minecraft/mods/.index/formations-overworld.pw.toml new file mode 100644 index 0000000..ddcfd63 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/formations-overworld.pw.toml @@ -0,0 +1,16 @@ +filename = 'formationsoverworld-1.0.4-mc1.21+.jar' +name = 'Formations Overworld' +side = 'server' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4', '1.21.5' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '86714e23ec7f44980d42a169535cca3e676502a72ac64db79db0f4fb69ff326b478c9cf3f9054dca7983362ad5cd544dac13c717b0c5fb12d91608df0824d660' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/KX1XC0Oo/versions/wBfHURmx/formationsoverworld-1.0.4-mc1.21%2B.jar' + +[update.modrinth] +mod-id = 'KX1XC0Oo' +version = 'wBfHURmx' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/formations.pw.toml b/system-config/services/containers/minecraft/mods/.index/formations.pw.toml new file mode 100644 index 0000000..5b0429b --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/formations.pw.toml @@ -0,0 +1,16 @@ +filename = 'formations-1.0.2-fabric-mc1.21.jar' +name = 'Formations (Structure Library)' +side = 'server' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'f0524d4f11f2905df57f147d1696dadc2bab753c52f176a7b92cbf89df02a5e07b2b5a77e4ad1e617c01bfa71dbbe9b82b81ea9d080fea413995d254c95db004' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/tPe4xnPd/versions/MWH0DcT7/formations-1.0.2-fabric-mc1.21.jar' + +[update.modrinth] +mod-id = 'tPe4xnPd' +version = 'MWH0DcT7' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/friends-and-foes.pw.toml b/system-config/services/containers/minecraft/mods/.index/friends-and-foes.pw.toml new file mode 100644 index 0000000..fd14f19 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/friends-and-foes.pw.toml @@ -0,0 +1,16 @@ +filename = 'friendsandfoes-fabric-4.0.6+mc1.21.1.jar' +name = 'Friends&Foes (Fabric/Quilt)' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd9777acff64280ef1c834ec63f6ee8b4c6b7afc13bf1e7d33f988a6dab491eb1c2dee6193a0f941f6c83648fc06e034c269b551c9ec2480f36e2e71465838490' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/POQ2i9zu/versions/wQDlYzJu/friendsandfoes-fabric-4.0.6%2Bmc1.21.1.jar' + +[update.modrinth] +mod-id = 'POQ2i9zu' +version = 'wQDlYzJu' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/fusion-connected-textures.pw.toml b/system-config/services/containers/minecraft/mods/.index/fusion-connected-textures.pw.toml new file mode 100644 index 0000000..709f02a --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/fusion-connected-textures.pw.toml @@ -0,0 +1,16 @@ +filename = 'fusion-1.2.7-fabric-mc1.21.jar' +name = 'Fusion (Connected Textures)' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'e306b03bb700b3abe7072aec419caeadd98af9bd20a36f5d5ecb5201955a3f30e610554a704294d518192539f1d8913c971e060ecde846a98b4f66757c3ff851' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/p19vrgc2/versions/Yh47ECkT/fusion-1.2.7-fabric-mc1.21.jar' + +[update.modrinth] +mod-id = 'p19vrgc2' +version = 'Yh47ECkT' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/fzzy-config.pw.toml b/system-config/services/containers/minecraft/mods/.index/fzzy-config.pw.toml new file mode 100644 index 0000000..fdc8eb7 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/fzzy-config.pw.toml @@ -0,0 +1,16 @@ +filename = 'fzzy_config-0.7.0+1.21.jar' +name = 'Fzzy Config' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'e8dd5d40e1ccd35cb89cbb6d779c32f4b359d2e4a850a6e35cda43e95840fc68c91784df65b9cb494e66e6d4c52337ecfba09850937cbb2f6d91cc767fedf099' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/hYykXjDp/versions/5srYCykA/fzzy_config-0.7.0%2B1.21.jar' + +[update.modrinth] +mod-id = 'hYykXjDp' +version = '5srYCykA' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/gazebos.pw.toml b/system-config/services/containers/minecraft/mods/.index/gazebos.pw.toml new file mode 100644 index 0000000..6c14244 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/gazebos.pw.toml @@ -0,0 +1,16 @@ +filename = 'gazebo-2.0.3+1.21.1.jar' +name = 'Gazebos (RPG Series)' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '341c450796b20464d41ef6faedb45f7dc5cd3132d186e8d662133f0077634be6de81431b6b2f50d56dbea0bb65f46ca07ad7fa142f6788944f7feaeed31b5c89' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/XIpMGI6r/versions/M0LocXj4/gazebo-2.0.3%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'XIpMGI6r' +version = 'M0LocXj4' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/geckolib.pw.toml b/system-config/services/containers/minecraft/mods/.index/geckolib.pw.toml new file mode 100644 index 0000000..c7536ef --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/geckolib.pw.toml @@ -0,0 +1,16 @@ +filename = 'geckolib-fabric-1.21.1-4.7.6.jar' +name = 'Geckolib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd63df86738904cd16528397cbfb1abf2e327dd81bca1550151b702c6f6d6604283beabfa07d8386f468ec66f1be78f9dbe29586b6a413437986f49bd6d9bb0be' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8BmcQJ2H/versions/aHSu8jaP/geckolib-fabric-1.21.1-4.7.6.jar' + +[update.modrinth] +mod-id = '8BmcQJ2H' +version = 'aHSu8jaP' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/glitchcore.pw.toml b/system-config/services/containers/minecraft/mods/.index/glitchcore.pw.toml new file mode 100644 index 0000000..28927cd --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/glitchcore.pw.toml @@ -0,0 +1,16 @@ +filename = 'GlitchCore-fabric-1.21.1-2.1.0.0.jar' +name = 'GlitchCore' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'ccd5c3812faf1161f61a894deec609eb6c3de36debe63dc00b75698a9b71dfb30bc00e0a34c3e030b3adb4c224e829783f66ad66768c28dedbefc024ddbd6041' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/s3dmwKy5/versions/lbSHOhee/GlitchCore-fabric-1.21.1-2.1.0.0.jar' + +[update.modrinth] +mod-id = 's3dmwKy5' +version = 'lbSHOhee' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/immersive-aircraft.pw.toml b/system-config/services/containers/minecraft/mods/.index/immersive-aircraft.pw.toml new file mode 100644 index 0000000..99893aa --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/immersive-aircraft.pw.toml @@ -0,0 +1,16 @@ +filename = 'immersive_aircraft-1.2.4+1.21.1-fabric.jar' +name = 'Immersive Aircraft' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '4d893249ede5508f53021ec66eced161cc99be287a47083580613f1343e02e0bf53ecf2fa176df00da7fcbcff1a76a815a48a23f7a5be6e950f538e6e0977896' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/x3HZvrj6/versions/JC1GraWr/immersive_aircraft-1.2.4%2B1.21.1-fabric.jar' + +[update.modrinth] +mod-id = 'x3HZvrj6' +version = 'JC1GraWr' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/immersive-armors.pw.toml b/system-config/services/containers/minecraft/mods/.index/immersive-armors.pw.toml new file mode 100644 index 0000000..46086f1 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/immersive-armors.pw.toml @@ -0,0 +1,16 @@ +filename = 'immersive_armors-1.7.0+1.21.1-fabric.jar' +name = 'Immersive Armors' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '061fb2cb4f376fc8e4cc86236ca24aaf2691f2e0cae245fd06124d28d09bf18d761b9b64b4c69f03052a269e19d1c5eb6745e32dc99fe17074fec90b84c9fee9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/eE2Db4YU/versions/zTbwjBkY/immersive_armors-1.7.0%2B1.21.1-fabric.jar' + +[update.modrinth] +mod-id = 'eE2Db4YU' +version = 'zTbwjBkY' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/immersive-ores.pw.toml b/system-config/services/containers/minecraft/mods/.index/immersive-ores.pw.toml new file mode 100644 index 0000000..cb24de3 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/immersive-ores.pw.toml @@ -0,0 +1,16 @@ +filename = 'ImmersiveOres-1.21.1-1.0.5.jar' +name = 'Immersive Ores' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '4972c5171483f50e16a785965a00f0dfad72d7376b3794936cfa875b97e9330de374bd98e6d52330711fb91cbc36ddb4fd9f96a95624a01b57c56d3cca849afa' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/F9Vuwq3S/versions/HbJIuT4P/ImmersiveOres-1.21.1-1.0.5.jar' + +[update.modrinth] +mod-id = 'F9Vuwq3S' +version = 'HbJIuT4P' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/incendium.pw.toml b/system-config/services/containers/minecraft/mods/.index/incendium.pw.toml new file mode 100644 index 0000000..1324d24 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/incendium.pw.toml @@ -0,0 +1,16 @@ +filename = 'Incendium_1.21.x_v5.4.4.jar' +name = 'Incendium' +side = 'both' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4' ] +x-prismlauncher-release-type = 'alpha' + +[download] +hash = 'ca897be9059ea691860715dac6c0ccd934720d7d42c8af45b95257e8f91a6c9470f506bfb9ef3c770e6a6c57e58885add2126150a35927848817433fd227ce0e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZVzW5oNS/versions/7mVvV9Th/Incendium_1.21.x_v5.4.4.jar' + +[update.modrinth] +mod-id = 'ZVzW5oNS' +version = '7mVvV9Th' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/item-alchemy.pw.toml b/system-config/services/containers/minecraft/mods/.index/item-alchemy.pw.toml new file mode 100644 index 0000000..a02d2dc --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/item-alchemy.pw.toml @@ -0,0 +1,32 @@ +filename = 'itemalchemy-1.1.3.jar' +name = 'Item Alchemy' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ + '1.18.1', + '1.18.2', + '1.19', + '1.19.1', + '1.19.2', + '1.20', + '1.20.1', + '1.20.3', + '1.20.4', + '1.21', + '1.21.1', + '1.21.2', + '1.21.3', + '1.21.4', + '1.21.5' +] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'bcb53d2566a67a4caa301b98c0f3f1cba85943f52d149743ecd83cbc2055ea66956119c897113300c08098bb5f22a796f494e44b8a9bd8adafc1a79d2dc75a20' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/cfQx2fbQ/versions/1AYUTFS2/itemalchemy-1.1.3.jar' + +[update.modrinth] +mod-id = 'cfQx2fbQ' +version = '1AYUTFS2' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/jade.pw.toml b/system-config/services/containers/minecraft/mods/.index/jade.pw.toml new file mode 100644 index 0000000..a84ca34 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/jade.pw.toml @@ -0,0 +1,16 @@ +filename = 'Jade-1.21.1-Fabric-15.10.1.jar' +name = 'Jade 🔍' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '41e896c1866609de9c2261f5da7592803c5c4eb14fbcc58e2d2df50bd441c4ff4c9632ba8708d8b6d21ead4e6b4a0b7854f973531b961c0459041b8830aa73a5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/nvQzSEkH/versions/aYVY3zTC/Jade-1.21.1-Fabric-15.10.1.jar' + +[update.modrinth] +mod-id = 'nvQzSEkH' +version = 'aYVY3zTC' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/jei.pw.toml b/system-config/services/containers/minecraft/mods/.index/jei.pw.toml new file mode 100644 index 0000000..0542f49 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/jei.pw.toml @@ -0,0 +1,16 @@ +filename = 'jei-1.21.1-fabric-19.21.2.313.jar' +name = 'Just Enough Items' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'f7958b547365089208cb96d7ac2e378789cd3734765ecf3c531fbb0ea7dbfb8fd35131c2a370cdf126f3406a0f1bbbb6be6fbdbaab0675fd2a11bb137ea0e6e6' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/u6dRKJwZ/versions/PtFzlS3P/jei-1.21.1-fabric-19.21.2.313.jar' + +[update.modrinth] +mod-id = 'u6dRKJwZ' +version = 'PtFzlS3P' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/jewelry.pw.toml b/system-config/services/containers/minecraft/mods/.index/jewelry.pw.toml new file mode 100644 index 0000000..2e6d373 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/jewelry.pw.toml @@ -0,0 +1,16 @@ +filename = 'jewelry-2.0.10+1.21.1.jar' +name = 'Jewelry (RPG Series)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b6b62b4c0d1db6e7d71fca308ab7c15f49d6ce0f91faac7444bf1d47e76653b838d8e172849cc6542221ea790930328d9161c65bf35fd25ad7d1d3bfe86c0d82' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/sNJAIjUm/versions/fXR8JPPC/jewelry-2.0.10%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'sNJAIjUm' +version = 'fXR8JPPC' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/lambdynamiclights.pw.toml b/system-config/services/containers/minecraft/mods/.index/lambdynamiclights.pw.toml new file mode 100644 index 0000000..adba1ed --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/lambdynamiclights.pw.toml @@ -0,0 +1,16 @@ +filename = 'lambdynamiclights-4.1.3+1.21.1.jar' +name = 'LambDynamicLights' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b59083034f60b877351ac913b31a6b7a2db85e4d7e5ce54894afa25078c51c3a6d1bccc59abefce6929e540c30b3958b3bdaad7eaf85b11f26b5fd988f76a56e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/yBW8D80W/versions/DnQux4Yj/lambdynamiclights-4.1.3%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'yBW8D80W' +version = 'DnQux4Yj' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/lavender.pw.toml b/system-config/services/containers/minecraft/mods/.index/lavender.pw.toml new file mode 100644 index 0000000..b63b225 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/lavender.pw.toml @@ -0,0 +1,16 @@ +filename = 'lavender-0.1.15+1.21.jar' +name = 'Lavender' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '5fe79ac7b8c150de305b317884d32b16c5d89c3b284f0d7ea4f2ded07e44750ac6a6e1b91993706700da0bf69329552a09e7476f6ed0d7911f7d425cb187c060' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/D5h9NKNI/versions/gdB0WW0x/lavender-0.1.15%2B1.21.jar' + +[update.modrinth] +mod-id = 'D5h9NKNI' +version = 'gdB0WW0x' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/lithostitched.pw.toml b/system-config/services/containers/minecraft/mods/.index/lithostitched.pw.toml new file mode 100644 index 0000000..0284364 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/lithostitched.pw.toml @@ -0,0 +1,16 @@ +filename = 'lithostitched-fabric-1.21.1-1.4.8.jar' +name = 'Lithostitched' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'a1392170317d3899c57e796f873c1712de406f6a4ddaa5d4a8a694c9ee6ed85a60867737fa3d39bc69d5fa923ddacab4202faee9f7396f1391caeb78b7ed5259' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/XaDC71GB/versions/ZkxZEzOO/lithostitched-fabric-1.21.1-1.4.8.jar' + +[update.modrinth] +mod-id = 'XaDC71GB' +version = 'ZkxZEzOO' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/lne-archers.pw.toml b/system-config/services/containers/minecraft/mods/.index/lne-archers.pw.toml new file mode 100644 index 0000000..d9f354d --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/lne-archers.pw.toml @@ -0,0 +1,16 @@ +filename = 'lne_archers-1.0.4-1.21.1.jar' +name = 'LNE Archers Add-On' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'e704c9b22ae3719e1ed4ce4518b066ce540413edc6363db1a44a0b68fd43abae6f2aae828c142fba51fbde89b36aaed7a6d9a71b668827a31122d000c496974b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Zl6rTul9/versions/P0xApW5T/lne_archers-1.0.4-1.21.1.jar' + +[update.modrinth] +mod-id = 'Zl6rTul9' +version = 'P0xApW5T' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/lne-paladins.pw.toml b/system-config/services/containers/minecraft/mods/.index/lne-paladins.pw.toml new file mode 100644 index 0000000..f83eb6c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/lne-paladins.pw.toml @@ -0,0 +1,16 @@ +filename = 'lne_paladins-1.0.4-1.21.1.jar' +name = 'LNE Paladins Add On' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '0eec191855f186fbf6f8d59adbe4d76afe46ef594574f3608e33f2c8e04cfd6cae8cd1ae735e77dc23a9d577362035366d8ed7de6ccbed9a555c5628f1bebbbb' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ysICqMga/versions/ZC2CpZ4q/lne_paladins-1.0.4-1.21.1.jar' + +[update.modrinth] +mod-id = 'ysICqMga' +version = 'ZC2CpZ4q' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/lne-rogues.pw.toml b/system-config/services/containers/minecraft/mods/.index/lne-rogues.pw.toml new file mode 100644 index 0000000..f86e27c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/lne-rogues.pw.toml @@ -0,0 +1,16 @@ +filename = 'lne_rogues-1.0.1-1.21.1.jar' +name = 'LNE Rogues Add-On' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '75021920a159ab9b20340c7bb453a6d9f423fb244d424c2d1499a4a090a45859710507f534c19d60edeb5972f8f34595df1f581b839db32f10c5b899e0c7215f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/JEvQhsp7/versions/m2tHPNMD/lne_rogues-1.0.1-1.21.1.jar' + +[update.modrinth] +mod-id = 'JEvQhsp7' +version = 'm2tHPNMD' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/lne-wizards.pw.toml b/system-config/services/containers/minecraft/mods/.index/lne-wizards.pw.toml new file mode 100644 index 0000000..3965a5e --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/lne-wizards.pw.toml @@ -0,0 +1,16 @@ +filename = 'lne_wizards-1.0.2-1.21.1.jar' +name = 'LNE Wizards Add-On' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '3f4ba8fb2cba7c4b411eff2b2065f4995334b721be99e042268a8129877b9d0205a74b6c9eb1a6906e9c9ad7668c6878232215c791d30fc61dcdb8648e0fdf9b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/vukREL4F/versions/DDQtF40z/lne_wizards-1.0.2-1.21.1.jar' + +[update.modrinth] +mod-id = 'vukREL4F' +version = 'DDQtF40z' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/loot-n-explore.pw.toml b/system-config/services/containers/minecraft/mods/.index/loot-n-explore.pw.toml new file mode 100644 index 0000000..b0f08fa --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/loot-n-explore.pw.toml @@ -0,0 +1,16 @@ +filename = 'loot_n_explore-1.0.11-1.21.1.jar' +name = 'Loot & Explore (More RPG Content)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '6ae0eaf97b65e0e64df0559bd7c2da537bad97a93a74862504af5508e2ba9c7cb22ecd8f95d2d9bf0ea46dc6890b0f60cd1c3dc860c9045ccfe4ad79b9050b85' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/GxOv67AE/versions/jb2J9JF2/loot_n_explore-1.0.11-1.21.1.jar' + +[update.modrinth] +mod-id = 'GxOv67AE' +version = 'jb2J9JF2' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/lootr.pw.toml b/system-config/services/containers/minecraft/mods/.index/lootr.pw.toml new file mode 100644 index 0000000..b24d31f --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/lootr.pw.toml @@ -0,0 +1,16 @@ +filename = 'lootr-fabric-1.21-1.10.35.91.jar' +name = 'Lootr' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'effedc071161bc8951a875721a71173f2145a605506ffd88e83dcd7b427bc735a8ccb67de9abfd983b9156e0491fadf6ec668dc4e8ce9fa4788835b0bd4348fd' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/EltpO5cN/versions/3FjXvOGL/lootr-fabric-1.21-1.10.35.91.jar' + +[update.modrinth] +mod-id = 'EltpO5cN' +version = '3FjXvOGL' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/luckyblocks.pw.toml b/system-config/services/containers/minecraft/mods/.index/luckyblocks.pw.toml new file mode 100644 index 0000000..b10019a --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/luckyblocks.pw.toml @@ -0,0 +1,16 @@ +filename = 'LuckyBlocks-1.6.1.jar' +name = 'Lucky Blocks (Fabric)' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '355becea5bd6ac937e928b7c85aa861f9733c4d4b924600259fb79e53b7b520cca65c90b3ac6ccc253e68dbd55f724ad3f769d3584e6d9c8b3a4c9a6f6e33b9e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/1x4VJbG6/versions/JTpQAfDf/LuckyBlocks-1.6.1.jar' + +[update.modrinth] +mod-id = '1x4VJbG6' +version = 'JTpQAfDf' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/luckycobble.pw.toml b/system-config/services/containers/minecraft/mods/.index/luckycobble.pw.toml new file mode 100644 index 0000000..d2e76b6 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/luckycobble.pw.toml @@ -0,0 +1,16 @@ +filename = 'luckycobble-8.0.1-fabric.jar' +name = 'LuckyCobble' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1', '1.21.2', '1.21.3', '1.21.4', '1.21.5' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'afcd726b6e2172db35ab27de16d44406092e08cffb1757bfe4a177e17783fad673300f715749450ca38e5185762be06e3fbca3e7e4afa3f8e866553dbd75e4b9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/XEaYjqGf/versions/3Ya9K2uZ/luckycobble-8.0.1-fabric.jar' + +[update.modrinth] +mod-id = 'XEaYjqGf' +version = '3Ya9K2uZ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/lukis-grand-capitals.pw.toml b/system-config/services/containers/minecraft/mods/.index/lukis-grand-capitals.pw.toml new file mode 100644 index 0000000..888fc1f --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/lukis-grand-capitals.pw.toml @@ -0,0 +1,35 @@ +filename = 'lukis-grand-capitals-1.1.1.jar' +name = "Luki's Grand Capitals" +side = 'both' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ + '1.19', + '1.19.1', + '1.19.2', + '1.19.3', + '1.19.4', + '1.20', + '1.20.1', + '1.20.2', + '1.20.3', + '1.20.4', + '1.20.5', + '1.20.6', + '1.21', + '1.21.1', + '1.21.2', + '1.21.3', + '1.21.4', + '1.21.5' +] +x-prismlauncher-release-type = 'release' + +[download] +hash = '022691a5d2e0cdea13ab6f5c44a7b66f2aa7e2ff88a19f2b0e06377b1090f84f90285f5eb182ae88ca93ae2f69c64e318a303ad1fe595c16ec3ebcaa2346951e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8Lw09aLb/versions/mjleQ2qg/lukis-grand-capitals-1.1.1.jar' + +[update.modrinth] +mod-id = '8Lw09aLb' +version = 'mjleQ2qg' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-bridges.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-bridges.pw.toml new file mode 100644 index 0000000..ec424dd --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-bridges.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-bridges-3.1.0-mc1.21.1fabric.jar' +name = "Macaw's Bridges" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '21856167efae173a8210d0c06215d1314e1969621192964154e010d15c05defe84040257b2a98013f4e8073397c1d246ab1797c50ee503392a84eb405e879fac' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/GURcjz8O/versions/kMrmVNHL/mcw-bridges-3.1.0-mc1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'GURcjz8O' +version = 'kMrmVNHL' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-doors.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-doors.pw.toml new file mode 100644 index 0000000..2cc0dea --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-doors.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-doors-1.1.2-mc1.21.1fabric.jar' +name = "Macaw's Doors" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '192d83ffe13117d63103a16b6d7aa2d64aade697a3f1ddd0a85375347a196cfaab4a88aec6345b4df89083ad49cfcc7762bc284ed2988d218f5f402ca55dc856' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/kNxa8z3e/versions/C9nD929i/mcw-doors-1.1.2-mc1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'kNxa8z3e' +version = 'C9nD929i' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-fences-and-walls.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-fences-and-walls.pw.toml new file mode 100644 index 0000000..3660023 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-fences-and-walls.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-fences-1.2.0-1.21.1fabric.jar' +name = "Macaw's Fences and Walls" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '86e8b6467d42f77ac4bdbac4efaf7cb9922873b2a3a432725ec7ba642cc352e2cebc6eaab969692ee03281929bb9435eb3e89e27f131a9c077dbc9c949146f48' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/GmwLse2I/versions/Zl3oP3BV/mcw-fences-1.2.0-1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'GmwLse2I' +version = 'Zl3oP3BV' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-furniture.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-furniture.pw.toml new file mode 100644 index 0000000..631bc80 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-furniture.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-furniture-3.3.0-mc1.21.1fabric.jar' +name = "Macaw's Furniture" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3d85fe11ae98794c26a0ecd2ad7ab79df8f2fa741f674b4f44d8535f19f2cdeac664b0f38af5e875d0a47b4f196d0003e1f23bff69821e6e68d15544b22c4760' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/dtWC90iB/versions/9l6iYqCb/mcw-furniture-3.3.0-mc1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'dtWC90iB' +version = '9l6iYqCb' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-holidays.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-holidays.pw.toml new file mode 100644 index 0000000..64d8a20 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-holidays.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-holidays-1.1.0-mc1.21.1fabric.jar' +name = "Macaw's Holidays" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ce1c9a5da9f9f0718aa5ed4d88f47a2f76beb99ab4c72aa3edf4de8df5f542d99d9fdfe17546724021bf755f806d69323d905521a03e233eaa005373b27a1198' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/rH20L2Lp/versions/VycPNGaJ/mcw-holidays-1.1.0-mc1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'rH20L2Lp' +version = 'VycPNGaJ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-lights-and-lamps.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-lights-and-lamps.pw.toml new file mode 100644 index 0000000..4f461b4 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-lights-and-lamps.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-lights-1.1.2-mc1.21.1fabric.jar' +name = "Macaw's Lights and Lamps" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd62ade7bcaad2ba2004db1292e46518ddc2b34c876336ccaf9a5a47c7f2344052865759263102c5786f87b0a30c5b008af23b6bf32cdc828eff3ad1e03e15b7d' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/w4an97C2/versions/pMR0VOs2/mcw-lights-1.1.2-mc1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'w4an97C2' +version = 'pMR0VOs2' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-paintings.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-paintings.pw.toml new file mode 100644 index 0000000..22e56a6 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-paintings.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-paintings-1.0.5-1.21.1fabric.jar' +name = "Macaw's Paintings" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'f270ad6b07e25b88b252d5b2ca74869bc76344d08fa97936ce6d0cd29c98200520b4a1d2ea6122be289a1e46f096ad080a32aaff0cfa16a41128ae88ab091edf' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/okE6QVAY/versions/hkv1lS2B/mcw-paintings-1.0.5-1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'okE6QVAY' +version = 'hkv1lS2B' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-paths-and-pavings.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-paths-and-pavings.pw.toml new file mode 100644 index 0000000..4a2b6ac --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-paths-and-pavings.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-paths-1.1.0fabric-mc1.21.1.jar' +name = "Macaw's Paths and Pavings" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3e54e07793ff0fd2ebae4fca78260ae88e108448e13ae7699c817af67d52b98555f4a5b325cba3cff3362e397dea99329f848192e9abdaa7745245ba7689b576' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/VRLhWB91/versions/HPekmvcc/mcw-paths-1.1.0fabric-mc1.21.1.jar' + +[update.modrinth] +mod-id = 'VRLhWB91' +version = 'HPekmvcc' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-roofs.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-roofs.pw.toml new file mode 100644 index 0000000..606acd6 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-roofs.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-roofs-2.3.2-mc1.21.1fabric.jar' +name = "Macaw's Roofs" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'dd44de51a347a330e5a43db7934680d2b8ff1f2c59bded4ca2ad292f9a1381ef40f3ccc50f3249dd38fcbf0277ab49ec9b456689bde023ce1a08c5a86a32c2e0' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/B8jaH3P1/versions/BgPUaaiV/mcw-roofs-2.3.2-mc1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'B8jaH3P1' +version = 'BgPUaaiV' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-stairs.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-stairs.pw.toml new file mode 100644 index 0000000..e61d3b3 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-stairs.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-stairs-1.0.1-1.21.1fabric.jar' +name = "Macaw's Stairs" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'a74712f41c5184b82fc4f802369f643686c30579a739132c9741f1db193027f091caf20b866be7a12f73a0c0ef0878bc98a423e2fd0eef95f440d4f4249f600b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/iP3wH1ha/versions/nwaNWWz9/mcw-stairs-1.0.1-1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'iP3wH1ha' +version = 'nwaNWWz9' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-trapdoors.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-trapdoors.pw.toml new file mode 100644 index 0000000..5579723 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-trapdoors.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-trapdoors-1.1.4-mc1.21.1fabric.jar' +name = "Macaw's Trapdoors" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b1abfc7e4d3c57e3b03a1c7d2b0aaa8a56c12103d16ba739e85a312ee3b037986d3c799836089254bfb457451b9f032b728372999a03b96882aa5487e05bd904' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/n2fvCDlM/versions/KjEcUoJ6/mcw-trapdoors-1.1.4-mc1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'n2fvCDlM' +version = 'KjEcUoJ6' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/macaws-windows.pw.toml b/system-config/services/containers/minecraft/mods/.index/macaws-windows.pw.toml new file mode 100644 index 0000000..429bfd9 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/macaws-windows.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcw-windows-2.3.0-mc1.21.1fabric.jar' +name = "Macaw's Windows" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'c7671906b99b3fb8f5dd6156e2310b92ada4474530a709c406439da909920632bc580b9fc505b771b5ce06b0e306144baad6177cbf98368d9b7fa95c08596869' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/C7I0BCni/versions/7IXnPFd0/mcw-windows-2.3.0-mc1.21.1fabric.jar' + +[update.modrinth] +mod-id = 'C7I0BCni' +version = '7IXnPFd0' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/mcpitanlibarch.pw.toml b/system-config/services/containers/minecraft/mods/.index/mcpitanlibarch.pw.toml new file mode 100644 index 0000000..f1a3d19 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/mcpitanlibarch.pw.toml @@ -0,0 +1,16 @@ +filename = 'mcpitanlib-3.3.2-1.21.1-fabric.jar' +name = 'MCPitanLib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '8bfd8510b1e28de4ace6e2d3a704297c95bb95563ba86da194f25bb79ac90df19900dce6f94a07183559cf714c705a9ff1b0bd110fefb0cfde565856b3ab668b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/uNRoUnGT/versions/PyUTsxkF/mcpitanlib-3.3.2-1.21.1-fabric.jar' + +[update.modrinth] +mod-id = 'uNRoUnGT' +version = 'PyUTsxkF' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/mobs-always-drop.pw.toml b/system-config/services/containers/minecraft/mods/.index/mobs-always-drop.pw.toml new file mode 100644 index 0000000..b77814a --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/mobs-always-drop.pw.toml @@ -0,0 +1,16 @@ +filename = 'mobs-always-drop-1.8-1.21.1.jar' +name = 'Mobs Always Drop' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '680a5e906863948c83c6b8b606d7f9d8acd031427441c74935da4b4103ccfe2453ecba766da17c6274847e6e3c48c3a1f30129a18006960b18143c47f849dccc' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/pYVzGeNA/versions/TQoeHpzL/mobs-always-drop-1.8-1.21.1.jar' + +[update.modrinth] +mod-id = 'pYVzGeNA' +version = 'TQoeHpzL' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/mobs-of-mythology.pw.toml b/system-config/services/containers/minecraft/mods/.index/mobs-of-mythology.pw.toml new file mode 100644 index 0000000..dfeef3c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/mobs-of-mythology.pw.toml @@ -0,0 +1,16 @@ +filename = 'mobs_of_mythology-fabric-1.21.1-2.2.2.jar' +name = 'Mobs of Mythology' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'bbd204f35d939ff575d90bccf1ba112101d3f5cfb0c17e47702b2200a36a35221d6989564f657d808e3b0756a1845a27e946b1a669daf3cf6851fcc131113aa9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/avrKhvsK/versions/JpQhYeB3/mobs_of_mythology-fabric-1.21.1-2.2.2.jar' + +[update.modrinth] +mod-id = 'avrKhvsK' +version = 'JpQhYeB3' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/moogs-voyager-structures.pw.toml b/system-config/services/containers/minecraft/mods/.index/moogs-voyager-structures.pw.toml new file mode 100644 index 0000000..4c85a16 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/moogs-voyager-structures.pw.toml @@ -0,0 +1,16 @@ +filename = 'mvs-4.2.9-1.21.jar' +name = "MVS - Moog's Voyager Structures" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '29f1f026075779e7be1392589a85db6a5cc5df1c09fb7dc3bbd093633db78eff80f8af21f978127b4543adba164788d0f842bc4f503e6ae6fc8f5c7ea52f6a4a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/OQAgZMH1/versions/9BxIfLvU/mvs-4.2.9-1.21.jar' + +[update.modrinth] +mod-id = 'OQAgZMH1' +version = '9BxIfLvU' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/moonlight.pw.toml b/system-config/services/containers/minecraft/mods/.index/moonlight.pw.toml new file mode 100644 index 0000000..d058979 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/moonlight.pw.toml @@ -0,0 +1,16 @@ +filename = 'moonlight-1.21-2.18.16-fabric.jar' +name = 'Moonlight Lib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '927e9eb49e9d366855a801025ccda26f9c8cc88ab034da40bef589c94de1421ba8f598aaceec5efebcc0e22d3e66fbe337e9ea7d6b3de1275e04268fe7a50763' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/twkfQtEc/versions/kz3qn7bl/moonlight-1.21-2.18.16-fabric.jar' + +[update.modrinth] +mod-id = 'twkfQtEc' +version = 'kz3qn7bl' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/more-music-discs.pw.toml b/system-config/services/containers/minecraft/mods/.index/more-music-discs.pw.toml new file mode 100644 index 0000000..07808a4 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/more-music-discs.pw.toml @@ -0,0 +1,16 @@ +filename = 'morediscs-1.21.1-fabric-35.jar' +name = 'More Music Discs' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '9f9e67583e29c30455faf2a88868f9e7e7e99a6889c6ffdf301456ca21f7a35d38f32394cd7b69674c99719c314290c70d4b7cb634679028cddccc1a9d326dac' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/pXYChc1a/versions/P4WHRlLt/morediscs-1.21.1-fabric-35.jar' + +[update.modrinth] +mod-id = 'pXYChc1a' +version = 'P4WHRlLt' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/more-rpg-classes.pw.toml b/system-config/services/containers/minecraft/mods/.index/more-rpg-classes.pw.toml new file mode 100644 index 0000000..9019ad0 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/more-rpg-classes.pw.toml @@ -0,0 +1,16 @@ +filename = 'more_rpg_classes-2.2.5-1.21.1.jar' +name = 'More RPG Library' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3451219fb1099024b5d700920eef6d1fd24e99cab7b284d7776ce425f2ca0dcbfccab7c58c54f99cb4081215f0e8ef1dd8a0952e1ed0f2f2bcb37a51957e6577' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Wkc3lwHo/versions/MkmUMWlI/more_rpg_classes-2.2.5-1.21.1.jar' + +[update.modrinth] +mod-id = 'Wkc3lwHo' +version = 'MkmUMWlI' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/music-maker-mod.pw.toml b/system-config/services/containers/minecraft/mods/.index/music-maker-mod.pw.toml new file mode 100644 index 0000000..036b4aa --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/music-maker-mod.pw.toml @@ -0,0 +1,16 @@ +filename = 'xercamusic-1.21.1-1.0.0.jar' +name = 'Music Maker Mod' +side = 'both' +x-prismlauncher-loaders = [ 'neoforge', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ed54048763118252284a9dccf393de0fd2f45aae7361c8605c4c592b86601930d62de841201326dac0a4369b0c3470cd958f6b43bcc7ef851f3d3ecdeeeb9b65' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/qQpWCN75/versions/ieqAIVVs/xercamusic-1.21.1-1.0.0.jar' + +[update.modrinth] +mod-id = 'qQpWCN75' +version = 'ieqAIVVs' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/mythic-upgrades.pw.toml b/system-config/services/containers/minecraft/mods/.index/mythic-upgrades.pw.toml new file mode 100644 index 0000000..aba99cc --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/mythic-upgrades.pw.toml @@ -0,0 +1,16 @@ +filename = 'mythicupgrades-4.2.0+mc1.21.jar' +name = 'Mythic Upgrades' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '13810d594f95bb01925cb195c12c169e6d83d61cdbe8678062ceb5a06443c43f8b6b59871b785f63972b3e37c0c63212522abdaa2a460c3394c6a44bef27eddd' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ERH7cFoy/versions/taHiJ6AB/mythicupgrades-4.2.0%2Bmc1.21.jar' + +[update.modrinth] +mod-id = 'ERH7cFoy' +version = 'taHiJ6AB' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/mythicmetals.pw.toml b/system-config/services/containers/minecraft/mods/.index/mythicmetals.pw.toml new file mode 100644 index 0000000..58ad607 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/mythicmetals.pw.toml @@ -0,0 +1,16 @@ +filename = 'mythicmetals-0.23.0+1.21.jar' +name = 'Mythic Metals' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'alpha' + +[download] +hash = 'd7c54c3816981bbd8b6207e14c314cff937b4314cf32e9895c69b77b4b13d405ade929278ae7707442ee9b5fee1fab554fee428c661cb08f14b81bde45c073ec' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/bAWzYNRd/versions/DTEke1CJ/mythicmetals-0.23.0%2B1.21.jar' + +[update.modrinth] +mod-id = 'bAWzYNRd' +version = 'DTEke1CJ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/natures-compass.pw.toml b/system-config/services/containers/minecraft/mods/.index/natures-compass.pw.toml new file mode 100644 index 0000000..8bd9e7f --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/natures-compass.pw.toml @@ -0,0 +1,16 @@ +filename = 'NaturesCompass-1.21.1-2.2.7-fabric.jar' +name = "Nature's Compass" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '95e686f2b4d13c8d2e00ce24ef32075900aaacf38b2b6af676e92ef8936ea39b95146fea05321029a73a3322ba685361afbe7bbe6667143bf27fead0c5d54f8c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fPetb5Kh/versions/9W2MUsnU/NaturesCompass-1.21.1-2.2.7-fabric.jar' + +[update.modrinth] +mod-id = 'fPetb5Kh' +version = '9W2MUsnU' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/noisium.pw.toml b/system-config/services/containers/minecraft/mods/.index/noisium.pw.toml new file mode 100644 index 0000000..e2f38d8 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/noisium.pw.toml @@ -0,0 +1,16 @@ +filename = 'noisium-fabric-2.3.0+mc1.21-1.21.1.jar' +name = 'Noisium' +side = 'server' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '606ba78cf7f30d99e417c96aa042f600c1b626ed9c783919496d139de650013f1434fcf93545782e3889660322837ce6e85530d9e1a5cc20f9ad161357ede43e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/KuNKN7d2/versions/4sGQgiu2/noisium-fabric-2.3.0%2Bmc1.21-1.21.1.jar' + +[update.modrinth] +mod-id = 'KuNKN7d2' +version = '4sGQgiu2' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/nuit.pw.toml b/system-config/services/containers/minecraft/mods/.index/nuit.pw.toml new file mode 100644 index 0000000..aea8fce --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/nuit.pw.toml @@ -0,0 +1,16 @@ +filename = 'fabricskyboxes-0.7.4+mc1.21.jar' +name = 'Nuit (formerly FabricSkyboxes)' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'cab235d72e548fa2baad8ad6e6704c8345a6fa1bbe57791be31e30e0a464f97d4e1c55873b890f97a62116311e109bc7f9265b72fb615afda1948350dcb27113' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/YBz7DOs8/versions/yhQrKNAJ/fabricskyboxes-0.7.4%2Bmc1.21.jar' + +[update.modrinth] +mod-id = 'YBz7DOs8' +version = 'yhQrKNAJ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/nullscape.pw.toml b/system-config/services/containers/minecraft/mods/.index/nullscape.pw.toml new file mode 100644 index 0000000..8c6ade4 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/nullscape.pw.toml @@ -0,0 +1,16 @@ +filename = 'Nullscape_1.21.x_v1.2.11.jar' +name = 'Nullscape' +side = 'both' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4', '1.21.5' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'a5b69c029efba7f0d65b641f5bfa31c750248a29520f5bb498a091bb9f3d245b570d353af3cd9400e9d47c8268bd9abf7bf57b52a3c23a1610d6f7eebf46f7e0' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/LPjGiSO4/versions/4qC7kfiC/Nullscape_1.21.x_v1.2.11.jar' + +[update.modrinth] +mod-id = 'LPjGiSO4' +version = '4qC7kfiC' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/oh-the-trees-youll-grow.pw.toml b/system-config/services/containers/minecraft/mods/.index/oh-the-trees-youll-grow.pw.toml new file mode 100644 index 0000000..55be6ab --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/oh-the-trees-youll-grow.pw.toml @@ -0,0 +1,16 @@ +filename = 'Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.14.jar' +name = "Oh The Trees You'll Grow" +side = 'server' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ba32219e031beb9b26e106a22d0b16e9b6623e12a2aad6b6138dec6a8b7e1146d437550dda4ebe0cacdf61df1e495e34e88e90de3c1d04f6906d3bf92930489d' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/g8NOG5OR/versions/iGhK7gJM/Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.14.jar' + +[update.modrinth] +mod-id = 'g8NOG5OR' +version = 'iGhK7gJM' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/oracle-index.pw.toml b/system-config/services/containers/minecraft/mods/.index/oracle-index.pw.toml new file mode 100644 index 0000000..688f735 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/oracle-index.pw.toml @@ -0,0 +1,16 @@ +filename = 'oracle_index-fabric-0.3.0.jar' +name = 'Oracle Index' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'c4dc710dd5319f4bb2bb875d6d19f8e8e605c4e1b18734cc3a080e37036865d589c13ad9a0450debfa4281b6ed20e189cc3eba75dc093af15080d929544c7ab7' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/J8MMsNrL/versions/8ZU8Z2O1/oracle_index-fabric-0.3.0.jar' + +[update.modrinth] +mod-id = 'J8MMsNrL' +version = '8ZU8Z2O1' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/oritech.pw.toml b/system-config/services/containers/minecraft/mods/.index/oritech.pw.toml new file mode 100644 index 0000000..b2386ab --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/oritech.pw.toml @@ -0,0 +1,16 @@ +filename = 'oritech-fabric-0.16.2.jar' +name = 'Oritech' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '6fa4611a7ed15f543bc8bfa7e36f564e6714bde2c377e7864c5f08522e57aa431ad41dd49859d02471567e5476209de1f43bce3c120457f328b445db6103c8a1' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/4sYI62kA/versions/2LLIaeqM/oritech-fabric-0.16.2.jar' + +[update.modrinth] +mod-id = '4sYI62kA' +version = '2LLIaeqM' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/owo-lib.pw.toml b/system-config/services/containers/minecraft/mods/.index/owo-lib.pw.toml new file mode 100644 index 0000000..37e136a --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/owo-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'owo-lib-0.12.15.4+1.21.jar' +name = 'oωo (owo-lib)' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b9c79035c912ef043722f2a1f0bc0166e0ca047ea5237a86f23198dea487289e0a0f92a96e46bd683ffc39e4190b95450d13456b14f6280587635b51c9393a1b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ccKDOlHs/versions/JB1fLQnc/owo-lib-0.12.15.4%2B1.21.jar' + +[update.modrinth] +mod-id = 'ccKDOlHs' +version = 'JB1fLQnc' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/paladins-and-priests.pw.toml b/system-config/services/containers/minecraft/mods/.index/paladins-and-priests.pw.toml new file mode 100644 index 0000000..d4dbc0e --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/paladins-and-priests.pw.toml @@ -0,0 +1,16 @@ +filename = 'paladins-2.4.14+1.21.1.jar' +name = 'Paladins & Priests (RPG Series)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '317f690c124e1ef061353b6cf0dff928ac81b837aa6f266b4a7ed519905090783eb72ca446724d946b11ed9ce2c5c6183eb22796804551d346f57cb442ba5fbf' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/FxXkHaLe/versions/Br6hHWpQ/paladins-2.4.14%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'FxXkHaLe' +version = 'Br6hHWpQ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/paradise-lost.pw.toml b/system-config/services/containers/minecraft/mods/.index/paradise-lost.pw.toml new file mode 100644 index 0000000..faad341 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/paradise-lost.pw.toml @@ -0,0 +1,16 @@ +filename = 'paradise-lost-2.3.3-beta+1.21.0.jar' +name = 'Paradise Lost' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '8da51136bbd848d5e1268bbd6dc83fc110111d673f22dfd71371b34b35dc7aa1558508b47bf9a2de587e04ced6d5bce1013c387fd37b472fc242249b8103a0ca' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/IKpsG0nF/versions/puzv6nDd/paradise-lost-2.3.3-beta%2B1.21.0.jar' + +[update.modrinth] +mod-id = 'IKpsG0nF' +version = 'puzv6nDd' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/patchouli.pw.toml b/system-config/services/containers/minecraft/mods/.index/patchouli.pw.toml new file mode 100644 index 0000000..43e0be6 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/patchouli.pw.toml @@ -0,0 +1,16 @@ +filename = 'Patchouli-1.21-87-FABRIC.jar' +name = 'Patchouli' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '22feea5db11b58e73e5706811ad3e6109a314f0312c1cb979d1d839b139fa97b06d09723557e627b20ad1004a6ff9a27ad7bb391d2fe0be04221ff619fce3833' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/nU0bVIaL/versions/YGxHft1h/Patchouli-1.21-87-FABRIC.jar' + +[update.modrinth] +mod-id = 'nU0bVIaL' +version = 'YGxHft1h' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/pehkui.pw.toml b/system-config/services/containers/minecraft/mods/.index/pehkui.pw.toml new file mode 100644 index 0000000..903bef6 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/pehkui.pw.toml @@ -0,0 +1,31 @@ +filename = 'Pehkui-3.8.3+1.14.4-1.21.jar' +name = 'Pehkui' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ + '1.14.4', + '1.15.2', + '1.16.5', + '1.17.1', + '1.18.2', + '1.19.2', + '1.19.4', + '1.20.1', + '1.20.2', + '1.20.4', + '1.20.6', + '1.21', + '1.21 rc1', + '1.21.1' +] +x-prismlauncher-release-type = 'release' + +[download] +hash = '5eb721d7e0e6889857a81f340451c9a98f8dcddca67dd919f9e69691cadf44b5f001e3c71db69f6b98d5d8709db739ad7b91dc71bd35880a0e6241b723822f1f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/t5W7Jfwy/versions/6fzxx6SC/Pehkui-3.8.3%2B1.14.4-1.21.jar' + +[update.modrinth] +mod-id = 't5W7Jfwy' +version = '6fzxx6SC' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/playeranimator.pw.toml b/system-config/services/containers/minecraft/mods/.index/playeranimator.pw.toml new file mode 100644 index 0000000..79fb00d --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/playeranimator.pw.toml @@ -0,0 +1,16 @@ +filename = 'player-animation-lib-fabric-2.0.1+1.21.1.jar' +name = 'playerAnimator' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '642bc2b2c95a37b1143b703c119c66dfc1bb264f016ef9f3c8813d83756f7d03e48b3053ac312a070c59d4f1b77c6836f58440363daf194191896a9927d87dfc' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/gedNE4y2/versions/WhVSA0mW/player-animation-lib-fabric-2.0.1%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'gedNE4y2' +version = 'WhVSA0mW' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/potentials.pw.toml b/system-config/services/containers/minecraft/mods/.index/potentials.pw.toml new file mode 100644 index 0000000..5ddce24 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/potentials.pw.toml @@ -0,0 +1,16 @@ +filename = 'potentials-fabric-1.21-0.6.2.jar' +name = 'Potentials' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4', '1.21.5' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'ecf1bd337e7fac0ed2bfc2a7b98277a8ad387d2deef80904ac4750abdbbf4c637a284e52a79f7ab5b5c205f3a3ee030df7f7afbf562ea1c95c8f21e20b2bdc89' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/J9pKOkxP/versions/1luDQmhj/potentials-fabric-1.21-0.6.2.jar' + +[update.modrinth] +mod-id = 'J9pKOkxP' +version = '1luDQmhj' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/puzzles-lib.pw.toml b/system-config/services/containers/minecraft/mods/.index/puzzles-lib.pw.toml new file mode 100644 index 0000000..424e04b --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/puzzles-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'PuzzlesLib-v21.1.36-1.21.1-Fabric.jar' +name = 'Puzzles Lib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '1c94c796cea2349d995b627ce4f35efdda619e832812d830446ca83b7cd92ec94ef75c333a7711b420134d071120508e8f391fbcabdd2f936ff54a036f2a6aee' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/QAGBst4M/versions/oYPPpKUB/PuzzlesLib-v21.1.36-1.21.1-Fabric.jar' + +[update.modrinth] +mod-id = 'QAGBst4M' +version = 'oYPPpKUB' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/ranged-weapon-api.pw.toml b/system-config/services/containers/minecraft/mods/.index/ranged-weapon-api.pw.toml new file mode 100644 index 0000000..13a494b --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/ranged-weapon-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'ranged_weapon_api-2.1.1+1.21.1.jar' +name = 'Ranged Weapon API' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'aa2f99074c5e9f073843479c13186726e5478d20108da5be568382de9eefc398bc4cd21dcb3f6b890e27960d5f3ba939b847e3bb7739d8ff8fabe8914d1129d5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/AqaIIO6D/versions/IOUiOKCu/ranged_weapon_api-2.1.1%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'AqaIIO6D' +version = 'IOUiOKCu' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/reacharound.pw.toml b/system-config/services/containers/minecraft/mods/.index/reacharound.pw.toml new file mode 100644 index 0000000..dd11ce3 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/reacharound.pw.toml @@ -0,0 +1,16 @@ +filename = 'reacharound+1.21-1.3.1.jar' +name = 'Reacharound' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'baeaf538d4968c4930a4b23f10dff48246eadf0a8ec09e9dc7eb76aa241cae0b5d1e713a32af3431de284a9cb8e23cd51ed0f4f2f2a2de91a61135445644101f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/r3VgI4QN/versions/QbLX7jsn/reacharound%2B1.21-1.3.1.jar' + +[update.modrinth] +mod-id = 'r3VgI4QN' +version = 'QbLX7jsn' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/rechiseled.pw.toml b/system-config/services/containers/minecraft/mods/.index/rechiseled.pw.toml new file mode 100644 index 0000000..0bec49d --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/rechiseled.pw.toml @@ -0,0 +1,16 @@ +filename = 'rechiseled-1.1.6b-fabric-mc1.21.jar' +name = 'Rechiseled' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '4caad35f17ddf8680bfc9dd1af036f3ffe34c9f446deed62684ec043db33e7e23925f602e38667203692db7de0b72d205087159d5b404602453fcb05b5a28a56' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/B0g2vT6l/versions/X8UhAfDk/rechiseled-1.1.6b-fabric-mc1.21.jar' + +[update.modrinth] +mod-id = 'B0g2vT6l' +version = 'X8UhAfDk' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/relics-rpg.pw.toml b/system-config/services/containers/minecraft/mods/.index/relics-rpg.pw.toml new file mode 100644 index 0000000..58ddd08 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/relics-rpg.pw.toml @@ -0,0 +1,16 @@ +filename = 'relics-1.0.6+1.21.1.jar' +name = 'Relics (RPG Series)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2ee0a0524b9443dc66df04f2962f52906302e0d910ee55ac6cc5055f2e516d1269745763b6576327b88a8ed3c1d2c4ee6bba81737f89babb8cc963849c460ed1' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/BDQucwF0/versions/op7UZHt9/relics-1.0.6%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'BDQucwF0' +version = 'op7UZHt9' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/resourceful-config.pw.toml b/system-config/services/containers/minecraft/mods/.index/resourceful-config.pw.toml new file mode 100644 index 0000000..a239096 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/resourceful-config.pw.toml @@ -0,0 +1,16 @@ +filename = 'resourcefulconfig-fabric-1.21-3.0.11.jar' +name = 'Resourceful Config' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '11189c68626404bef5021bae51bcec1840dba0c3356ca275e9b3439e20ba474fb9ba6f6bf4b4f08b3e9a43c58ac553e2e0d182429bd606948d8211bd49c1d0e7' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/M1953qlQ/versions/dQh99ERC/resourcefulconfig-fabric-1.21-3.0.11.jar' + +[update.modrinth] +mod-id = 'M1953qlQ' +version = 'dQh99ERC' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/resourceful-lib.pw.toml b/system-config/services/containers/minecraft/mods/.index/resourceful-lib.pw.toml new file mode 100644 index 0000000..6c9ae7f --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/resourceful-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'resourcefullib-fabric-1.21-3.0.12.jar' +name = 'Resourceful Lib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'df8a9586eaa0e2f8e1e6a5651ba79ff6c95327b0ab89cdab4708cc6ed51c3da6829d00e8f176e7e7b7b37d4af8c5bd9e3df047f3a8a04fd1af925d80c774185b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/G1hIVOrD/versions/Hf91FuVF/resourcefullib-fabric-1.21-3.0.12.jar' + +[update.modrinth] +mod-id = 'G1hIVOrD' +version = 'Hf91FuVF' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/rogues-and-warriors.pw.toml b/system-config/services/containers/minecraft/mods/.index/rogues-and-warriors.pw.toml new file mode 100644 index 0000000..83d1b89 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/rogues-and-warriors.pw.toml @@ -0,0 +1,16 @@ +filename = 'rogues-2.4.10+1.21.1.jar' +name = 'Rogues & Warriors (RPG Series)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '76ae1bfdb26b7ad50d5353c77509bdafcee6849a2a54006574a25b8de01feec6f313a04869bb02b50bed4370ba2e5306fe98924bc76cfaec0646e23c79a0e21e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/3MKqoGuP/versions/nuCWrC80/rogues-2.4.10%2B1.21.1.jar' + +[update.modrinth] +mod-id = '3MKqoGuP' +version = 'nuCWrC80' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/runes.pw.toml b/system-config/services/containers/minecraft/mods/.index/runes.pw.toml new file mode 100644 index 0000000..0400c2d --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/runes.pw.toml @@ -0,0 +1,16 @@ +filename = 'runes-1.1.3+1.21.1.jar' +name = 'Runes' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '0c875d11f6c08e17a2a1042200339e16eac0489ef78b62ed77ae44f6f8fba14a13b416fd73d4085de24d7a8340ed9b7f498f68af0b076398f4ea91fe0e3d886e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/lP9Yrr1E/versions/TLEWy9bk/runes-1.1.3%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'lP9Yrr1E' +version = 'TLEWy9bk' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/scalable-cats-force.pw.toml b/system-config/services/containers/minecraft/mods/.index/scalable-cats-force.pw.toml new file mode 100644 index 0000000..4e714d3 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/scalable-cats-force.pw.toml @@ -0,0 +1,41 @@ +filename = 'scalable-cats-force-fabric-3.1.6.jar' +name = "Scalable Cat's Force" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ + '1.16.5', + '1.17', + '1.17.1', + '1.18', + '1.18.1', + '1.18.2', + '1.19', + '1.19.1', + '1.19.2', + '1.19.3', + '1.19.4', + '1.20', + '1.20.1', + '1.20.2', + '1.20.3', + '1.20.4', + '1.20.5', + '1.20.6', + '1.21', + '1.21.1', + '1.21.2', + '1.21.3', + '1.21.4', + '1.21.5' +] +x-prismlauncher-release-type = 'release' + +[download] +hash = '79d12a31395cc3ef549272d9a488746e916a1b2edc8fd575dd8e9408c17bab0240feccffcfe22c26a8900c167b8e9acda9879d7a1f8dc89925dfbced2f0cd7c6' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/zr0QMQMo/versions/P24F5owr/scalable-cats-force-fabric-3.1.6.jar' + +[update.modrinth] +mod-id = 'zr0QMQMo' +version = 'P24F5owr' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/shield-api.pw.toml b/system-config/services/containers/minecraft/mods/.index/shield-api.pw.toml new file mode 100644 index 0000000..5fb6e7c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/shield-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'ShieldAPI-2.0.2+1.21.1.jar' +name = 'Shield API' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '6e618f142156d50a91662dd6cb9c3eb65e8ffd4573977250d63ef2b537795b5ca0913ba2ae03af0fb1a3a0297eefd1b8daf332f0469bbc6e7e9bdee2123b306d' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/y9clIFY4/versions/gS70MjKr/ShieldAPI-2.0.2%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'y9clIFY4' +version = 'gS70MjKr' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/simply-swords.pw.toml b/system-config/services/containers/minecraft/mods/.index/simply-swords.pw.toml new file mode 100644 index 0000000..4a59d59 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/simply-swords.pw.toml @@ -0,0 +1,16 @@ +filename = 'simplyswords-fabric-1.60.11-1.21.1.jar' +name = 'Simply Swords' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'c392cf61ed958887911d869f4c01335b4e596abfdd580af626350bac99406b5244dfdc97c3eaae86c8aec459e3c7bd180fdc18f4dcb231fe6263a5d17c4eb375' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/bK3Ubu9p/versions/z0bcewoJ/simplyswords-fabric-1.60.11-1.21.1.jar' + +[update.modrinth] +mod-id = 'bK3Ubu9p' +version = 'z0bcewoJ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/smartbrainlib.pw.toml b/system-config/services/containers/minecraft/mods/.index/smartbrainlib.pw.toml new file mode 100644 index 0000000..8478518 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/smartbrainlib.pw.toml @@ -0,0 +1,16 @@ +filename = 'SmartBrainLib-fabric-1.21.1-1.16.7.jar' +name = 'SmartBrainLib' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '5ce5b997c9469d2a5fae3c500c47d37b91b0d60183ee82b60111b446558f6053e6f7218f95d3c8320b40cc8c18d30177225d1921f70d6418c51870200a780fce' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/PuyPazRT/versions/eB6ORhH9/SmartBrainLib-fabric-1.21.1-1.16.7.jar' + +[update.modrinth] +mod-id = 'PuyPazRT' +version = 'eB6ORhH9' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/spell-engine.pw.toml b/system-config/services/containers/minecraft/mods/.index/spell-engine.pw.toml new file mode 100644 index 0000000..caf84f2 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/spell-engine.pw.toml @@ -0,0 +1,16 @@ +filename = 'spell_engine-1.6.12+1.21.1.jar' +name = 'Spell Engine' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '242a22b563e0ee480c0ab2d6c0b6405ce79e62ee5d2e49aea4ca1475e5d25971b592698013581b600d735bd33ec500adef0d723e9d3a4da281e9ec08acd2fa80' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/XvoWJaA2/versions/isrnWNcB/spell_engine-1.6.12%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'XvoWJaA2' +version = 'isrnWNcB' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/spell-power.pw.toml b/system-config/services/containers/minecraft/mods/.index/spell-power.pw.toml new file mode 100644 index 0000000..c8fd72f --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/spell-power.pw.toml @@ -0,0 +1,16 @@ +filename = 'spell_power-1.3.0+1.21.1.jar' +name = 'Spell Power Attributes' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '63592536aa14447965c72104305fd1c07ab6d93cedc1179ce28b70ad31e80cdc9ca86ab17a72d15f3c29b27bc4f2e82cd4d75b210e7dd5e28e3daa12e5dfa0ed' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8ooWzSQP/versions/TrBu2MF7/spell_power-1.3.0%2B1.21.1.jar' + +[update.modrinth] +mod-id = '8ooWzSQP' +version = 'TrBu2MF7' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/spellbound-weapons.pw.toml b/system-config/services/containers/minecraft/mods/.index/spellbound-weapons.pw.toml new file mode 100644 index 0000000..ac12381 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/spellbound-weapons.pw.toml @@ -0,0 +1,16 @@ +filename = 'spellbound-weapons-v4.1.0c.jar' +name = 'Spellbound Weapons' +side = 'both' +x-prismlauncher-loaders = [ 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '8a381701961465a288d6f6012c14e71fd8e6c60b2c05b7f5f6d65b51de45766ac899d7acb02d9c13b2203ea173dac832c2947112c5597612f064d8b303593797' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/egyqODDj/versions/A6hR4XOD/spellbound-weapons-v4.1.0c.jar' + +[update.modrinth] +mod-id = 'egyqODDj' +version = 'A6hR4XOD' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/stellaris.pw.toml b/system-config/services/containers/minecraft/mods/.index/stellaris.pw.toml new file mode 100644 index 0000000..e201298 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/stellaris.pw.toml @@ -0,0 +1,16 @@ +filename = 'stellaris-1.21-fabric-1.3.17.jar' +name = 'Stellaris' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '17cbb5681319a9a59ec3f03825a1cb4e5d881fd4dd6caba44129c1513509bf7e1d50a37dd24b7c768a88512d51bf8d89b59c655388d531cb8d8f4f12b32b3c28' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ItTQpuBn/versions/Ov0dx4Kc/stellaris-1.21-fabric-1.3.17.jar' + +[update.modrinth] +mod-id = 'ItTQpuBn' +version = 'Ov0dx4Kc' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/stitch.pw.toml b/system-config/services/containers/minecraft/mods/.index/stitch.pw.toml new file mode 100644 index 0000000..09877a3 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/stitch.pw.toml @@ -0,0 +1,16 @@ +filename = 'athena-fabric-1.21-4.0.1.jar' +name = 'Stitch (formerly Athena)' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'eae671bef85a7dbbe7bf466b444ffb574596b61972b78d1c89338c59283a3801eac622fa66bc2757f7f8a9db01cd508e42ce2c3feb85346c6502f521612a5320' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/b1ZV3DIJ/versions/7G1e11iK/athena-fabric-1.21-4.0.1.jar' + +[update.modrinth] +mod-id = 'b1ZV3DIJ' +version = '7G1e11iK' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/structure-pool-api.pw.toml b/system-config/services/containers/minecraft/mods/.index/structure-pool-api.pw.toml new file mode 100644 index 0000000..2909473 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/structure-pool-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'structure_pool_api-1.1.3+1.21.1.jar' +name = 'Structure Pool API' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '6e570b2a9aa1c14de937cf49db0b9c851db4e96ea0dd0e256138cd682f982c4feee6c5895a7022dcffe761c1a2b18fc4ae2927a4bcfa6b4a017a6ed3c6995f01' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/LrYZi08Q/versions/E7RSE5Kh/structure_pool_api-1.1.3%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'LrYZi08Q' +version = 'E7RSE5Kh' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/supermartijn642s-config-lib.pw.toml b/system-config/services/containers/minecraft/mods/.index/supermartijn642s-config-lib.pw.toml new file mode 100644 index 0000000..2fe2b0a --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/supermartijn642s-config-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'supermartijn642configlib-1.1.8-fabric-mc1.21.jar' +name = "SuperMartijn642's Config Lib" +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4', '1.21.5' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '479838148fc1979409474b460de73162b7730c36b201eb903e299c144a056fed4f6dfb4498e0ded1e93a168379ff7efe0623279aa33a82b1b222c68468c477d6' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/LN9BxssP/versions/euSlaAtA/supermartijn642configlib-1.1.8-fabric-mc1.21.jar' + +[update.modrinth] +mod-id = 'LN9BxssP' +version = 'euSlaAtA' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/supermartijn642s-core-lib.pw.toml b/system-config/services/containers/minecraft/mods/.index/supermartijn642s-core-lib.pw.toml new file mode 100644 index 0000000..b3c6c30 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'supermartijn642corelib-1.1.18a-fabric-mc1.21.jar' +name = "SuperMartijn642's Core Lib" +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '004059b90f023d3b83309769a2aefa4706e0951759af75326f8c518a43965e43a79f9c276fa51c71fa33d0203983b806535984fd90c5be5fabed401b14ff0943' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/rOUBggPv/versions/XMcUxulR/supermartijn642corelib-1.1.18a-fabric-mc1.21.jar' + +[update.modrinth] +mod-id = 'rOUBggPv' +version = 'XMcUxulR' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/tectonic.pw.toml b/system-config/services/containers/minecraft/mods/.index/tectonic.pw.toml new file mode 100644 index 0000000..463dfcb --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/tectonic.pw.toml @@ -0,0 +1,16 @@ +filename = 'tectonic-3.0.1-fabric-1.21.1.jar' +name = 'Tectonic' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '5ea89072bc0c98b9e17f54ff86e4c83df52ee7222e2a2e38433a9af1a188fc8ada8485c847e29d209c000c797e2849df76e13fc726c6a3023d19d1db19886e7e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/lWDHr9jE/versions/WDwMnQJ5/tectonic-3.0.1-fabric-1.21.1.jar' + +[update.modrinth] +mod-id = 'lWDHr9jE' +version = 'WDwMnQJ5' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/terrablender.pw.toml b/system-config/services/containers/minecraft/mods/.index/terrablender.pw.toml new file mode 100644 index 0000000..984140b --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/terrablender.pw.toml @@ -0,0 +1,16 @@ +filename = 'TerraBlender-fabric-1.21.1-4.1.0.8.jar' +name = 'TerraBlender' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'f933f0c70babe3cf1efe3b8121486f26db9d48799b6d50557ec4f7bc47e553fe00c837f4940d70aa2eab7f13f91065a9e56c0cc53f8aa2393edaf423f80997b8' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/kkmrDlKT/versions/XNtIBXyQ/TerraBlender-fabric-1.21.1-4.1.0.8.jar' + +[update.modrinth] +mod-id = 'kkmrDlKT' +version = 'XNtIBXyQ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/terralith.pw.toml b/system-config/services/containers/minecraft/mods/.index/terralith.pw.toml new file mode 100644 index 0000000..165028b --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/terralith.pw.toml @@ -0,0 +1,16 @@ +filename = 'Terralith_1.21.x_v2.5.8.jar' +name = 'Terralith' +side = 'both' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'f862ed5435ce4c11a97d2ea5c40eee9f817c908f3223b5fd3e3fff0562a55111d7429dc73a2f1ca0b1af7b1ff6fa0470ed6efebb5de13336c40bb70fb357dd60' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8oi3bsk5/versions/MuJMtPGQ/Terralith_1.21.x_v2.5.8.jar' + +[update.modrinth] +mod-id = '8oi3bsk5' +version = 'MuJMtPGQ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/tool-trims.pw.toml b/system-config/services/containers/minecraft/mods/.index/tool-trims.pw.toml new file mode 100644 index 0000000..ec6de5f --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/tool-trims.pw.toml @@ -0,0 +1,16 @@ +filename = 'tool-trims-packaged-v2.2.2b.jar' +name = 'Tool Trims' +side = 'both' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2', '1.21.3' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'bf79b6abbd1a8d23a1feff0291e13ee2e0ae825b034a5cbbdd09c55a6991fe196c8718438528fb124b4a995433d367d3a111557670a81bc17be5cfd8c21e7028' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/uXeEiQk1/versions/p2hdqYfr/tool-trims-packaged-v2.2.2b.jar' + +[update.modrinth] +mod-id = 'uXeEiQk1' +version = 'p2hdqYfr' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/trashslot.pw.toml b/system-config/services/containers/minecraft/mods/.index/trashslot.pw.toml new file mode 100644 index 0000000..97d4d91 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/trashslot.pw.toml @@ -0,0 +1,16 @@ +filename = 'trashslot-fabric-1.21.1-21.1.4.jar' +name = 'TrashSlot' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '9333f5a578267b06371e9fd2e56d78a50ab3d68b5e2db612bafb4efd3234fd4031db11bd86ce7c3ff257ce5b52615b30f203edd2868662daf8547084e4ad0262' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/vRYk0bv7/versions/pc61Sh6M/trashslot-fabric-1.21.1-21.1.4.jar' + +[update.modrinth] +mod-id = 'vRYk0bv7' +version = 'pc61Sh6M' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/travelers-titles.pw.toml b/system-config/services/containers/minecraft/mods/.index/travelers-titles.pw.toml new file mode 100644 index 0000000..3e9110a --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/travelers-titles.pw.toml @@ -0,0 +1,16 @@ +filename = 'TravelersTitles-1.21.1-Fabric-5.1.3.jar' +name = "Traveler's Titles" +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '120cf52c6f6dfbbcd29fa9bb8bf3c133d239c8e8da2332764a0c10081767b270df53c233c672b6092f8305998fe8b1a5b7b0f5b7c0621fc43321b54ee95e8316' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/JtifUr64/versions/S27dNesu/TravelersTitles-1.21.1-Fabric-5.1.3.jar' + +[update.modrinth] +mod-id = 'JtifUr64' +version = 'S27dNesu' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/travelersbackpack.pw.toml b/system-config/services/containers/minecraft/mods/.index/travelersbackpack.pw.toml new file mode 100644 index 0000000..675890c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/travelersbackpack.pw.toml @@ -0,0 +1,16 @@ +filename = 'travelersbackpack-fabric-1.21.1-10.1.22.jar' +name = "Traveler's Backpack" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '028e3aab34281ae7ce45df43c5e7e90592c8b63928cde5bdfbb7a1d44c1461efced5a047a87a67f183c73e3b40826560475218b8a2a075fe291c86d0bbad6e4d' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/rlloIFEV/versions/4slYkmpO/travelersbackpack-fabric-1.21.1-10.1.22.jar' + +[update.modrinth] +mod-id = 'rlloIFEV' +version = '4slYkmpO' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/trickster.pw.toml b/system-config/services/containers/minecraft/mods/.index/trickster.pw.toml new file mode 100644 index 0000000..20d71b7 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/trickster.pw.toml @@ -0,0 +1,16 @@ +filename = 'trickster-2.0.0-beta.27.jar' +name = 'Trickster' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'eb480a95c447ded6050068dd9d4933b86fe88bce20d3b73d94680c1f1888f918a0b1d2be1b42b593710647c23446d73f71e43bc6a647a17b5cd83ec02fa1a58f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZdEfcqro/versions/Ik3ohvsJ/trickster-2.0.0-beta.27.jar' + +[update.modrinth] +mod-id = 'ZdEfcqro' +version = 'Ik3ohvsJ' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/trinkets.pw.toml b/system-config/services/containers/minecraft/mods/.index/trinkets.pw.toml new file mode 100644 index 0000000..ec35fac --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/trinkets.pw.toml @@ -0,0 +1,16 @@ +filename = 'trinkets-3.10.0.jar' +name = 'Trinkets' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3ea846c945a0559696501ff65b373c8ee8fd9b394604e9910b4ed710c3e07cadc674a615a2c3b385951a42253a418201975df951b3100053ed39afadc70221c9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/5aaWibi9/versions/JagCscwi/trinkets-3.10.0.jar' + +[update.modrinth] +mod-id = '5aaWibi9' +version = 'JagCscwi' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/universal_ores.pw.toml b/system-config/services/containers/minecraft/mods/.index/universal_ores.pw.toml new file mode 100644 index 0000000..970f980 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/universal_ores.pw.toml @@ -0,0 +1,16 @@ +filename = 'universal_ores-v1.6.1.jar' +name = 'Universal Ores' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '9cd57fcf62e9b16b16455765b58e175624b7f8c876b25ce1f1de833cc433990081b5a9e1c1d6611a14e0eaa95dc74202a660f2790ca6946c33d81cbe5819f310' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/68kWHuUF/versions/n0hOKzrC/universal_ores-v1.6.1.jar' + +[update.modrinth] +mod-id = '68kWHuUF' +version = 'n0hOKzrC' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/village-taverns.pw.toml b/system-config/services/containers/minecraft/mods/.index/village-taverns.pw.toml new file mode 100644 index 0000000..1c39e11 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/village-taverns.pw.toml @@ -0,0 +1,16 @@ +filename = 'village_taverns-1.0.6+1.21.1.jar' +name = 'Village Taverns (RPG Series)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'f66266339fad24f5c34243b5ae88e720355de40f5637499a429d8f5a3f5a8f87ec3fcf81954de63927e2e4f509b6d065960216a0d78fcad3be812d40a8ab25f0' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/bj4a8NjJ/versions/BZrHsYGn/village_taverns-1.0.6%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'bj4a8NjJ' +version = 'BZrHsYGn' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/waystones.pw.toml b/system-config/services/containers/minecraft/mods/.index/waystones.pw.toml new file mode 100644 index 0000000..4d9b4cd --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/waystones.pw.toml @@ -0,0 +1,16 @@ +filename = 'waystones-fabric-1.21.1-21.1.19.jar' +name = 'Waystones' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2777b9af6ebcaebffd6a0bbe1143d1aaca90b379a8bf4d198255069d17d20e4ee0a1e08dbea380fc3994d37848cd21366b50e852e596385190f5db6f8f3f4ecb' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/LOpKHB2A/versions/5QbmQMeD/waystones-fabric-1.21.1-21.1.19.jar' + +[update.modrinth] +mod-id = 'LOpKHB2A' +version = '5QbmQMeD' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/weaponmaster.pw.toml b/system-config/services/containers/minecraft/mods/.index/weaponmaster.pw.toml new file mode 100644 index 0000000..ab05a8a --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/weaponmaster.pw.toml @@ -0,0 +1,16 @@ +filename = 'weaponmaster_ydm-fabric-1.21-4.2.6.jar' +name = "YDM's Weapon Master" +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2cf30ae7fe56e0951adfacc01f7b5d0198cc0c06830b1c904d145a335a22f7482a5b6d42bb10018eb7600922c1c831e1079a616a3c8b9c7a474d26846b8215fd' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/qi1sj2da/versions/1WU1u1fM/weaponmaster_ydm-fabric-1.21-4.2.6.jar' + +[update.modrinth] +mod-id = 'qi1sj2da' +version = '1WU1u1fM' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/when-dungeons-arise-seven-seas.pw.toml b/system-config/services/containers/minecraft/mods/.index/when-dungeons-arise-seven-seas.pw.toml new file mode 100644 index 0000000..d9590ba --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/when-dungeons-arise-seven-seas.pw.toml @@ -0,0 +1,16 @@ +filename = 'DungeonsAriseSevenSeas-1.21.x-1.0.3-fabric.jar' +name = 'When Dungeons Arise: Seven Seas' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'e4358d264e1220fbcfd7098d1381f71c7d18147b6c7d43add379fbbd4d2c424c68b645dceabe90013413029a893def3ba79bfa0d4b983d8fadfc91f483d1e38e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZsrrjDbP/versions/qY6mQXNz/DungeonsAriseSevenSeas-1.21.x-1.0.3-fabric.jar' + +[update.modrinth] +mod-id = 'ZsrrjDbP' +version = 'qY6mQXNz' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/when-dungeons-arise.pw.toml b/system-config/services/containers/minecraft/mods/.index/when-dungeons-arise.pw.toml new file mode 100644 index 0000000..41d1651 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/when-dungeons-arise.pw.toml @@ -0,0 +1,16 @@ +filename = 'DungeonsArise-1.21.1-2.1.64-fabric-release.jar' +name = 'When Dungeons Arise' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '366f6cbe491fbca9e62d14ceadfc85df04f4598e67e4d271bbfbdcb8d77aa402438be65e1de1e67b98510276dbd5448cae183be13845eed3cadbdb2f5eab80f8' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8DfbfASn/versions/lTNnufP5/DungeonsArise-1.21.1-2.1.64-fabric-release.jar' + +[update.modrinth] +mod-id = '8DfbfASn' +version = 'lTNnufP5' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/witcher-rpg-class.pw.toml b/system-config/services/containers/minecraft/mods/.index/witcher-rpg-class.pw.toml new file mode 100644 index 0000000..ff40519 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/witcher-rpg-class.pw.toml @@ -0,0 +1,16 @@ +filename = 'witcher-class-mod-2.4.8-1.21.jar' +name = 'Witcher (More RPG Classes)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2f74e318088286b5280bea7bd41697bea0ad12e2c9fce7c94915cc3c2434f04740ed3d7802845eb14a57e2db7f5127812a3c1efba228e49605d4c327cd72374f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/4eW1c7Gj/versions/Ycb8cClL/witcher-class-mod-2.4.8-1.21.jar' + +[update.modrinth] +mod-id = '4eW1c7Gj' +version = 'Ycb8cClL' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/wizards.pw.toml b/system-config/services/containers/minecraft/mods/.index/wizards.pw.toml new file mode 100644 index 0000000..5a5f626 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/wizards.pw.toml @@ -0,0 +1,16 @@ +filename = 'wizards-2.4.12+1.21.1.jar' +name = 'Wizards (RPG Series)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '19c406addea6a92fca2c54ee722554abda48b064906e4bd3d788c040a78c52ca4eac813d98dafd76486cff4453ee4e6271e1efaf80fa827c00ef8d016e852e71' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/NkGaQMDA/versions/mXYUsTRB/wizards-2.4.12%2B1.21.1.jar' + +[update.modrinth] +mod-id = 'NkGaQMDA' +version = 'mXYUsTRB' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/worldweaver.pw.toml b/system-config/services/containers/minecraft/mods/.index/worldweaver.pw.toml new file mode 100644 index 0000000..728ad55 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/worldweaver.pw.toml @@ -0,0 +1,16 @@ +filename = 'worldweaver-21.0.13.jar' +name = 'World Weaver' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'alpha' + +[download] +hash = 'd45470e9d1152f6ba0282a4005648738209d8f08bfdc72e147047dc0544ef2ba094689fb6d4d86ee2717dda38cb9fb01bb30743484e48dfb498c9a608ff24fcf' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/RiN8rDVs/versions/mPmeykPR/worldweaver-21.0.13.jar' + +[update.modrinth] +mod-id = 'RiN8rDVs' +version = 'mPmeykPR' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/xaeros-minimap.pw.toml b/system-config/services/containers/minecraft/mods/.index/xaeros-minimap.pw.toml new file mode 100644 index 0000000..3b1d7ef --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/xaeros-minimap.pw.toml @@ -0,0 +1,16 @@ +filename = 'Xaeros_Minimap_25.2.6_Fabric_1.21.jar' +name = "Xaero's Minimap" +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'e5bd4dfde9746c9a233a7da923d88f8cf37c9c42eae181d82b9df1756e2d4a5fa0d4a64b7ccbc22d9431e4d924a10b23f522e01aaf915c1c36310b64903573b5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/1bokaNcj/versions/BKURGnp1/Xaeros_Minimap_25.2.6_Fabric_1.21.jar' + +[update.modrinth] +mod-id = '1bokaNcj' +version = 'BKURGnp1' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/xaeros-world-map.pw.toml b/system-config/services/containers/minecraft/mods/.index/xaeros-world-map.pw.toml new file mode 100644 index 0000000..4774a96 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/xaeros-world-map.pw.toml @@ -0,0 +1,16 @@ +filename = 'XaerosWorldMap_1.39.9_Fabric_1.21.jar' +name = "Xaero's World Map" +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '0780efbcf18e4174e15ae540387f16cac5e68b39c728bb523805af4e7485de72cdf0587d488116743fffdd12546adc8e4b37b27a85a70406ff5527abe85a3267' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/NcUtCpym/versions/3XtBvLkH/XaerosWorldMap_1.39.9_Fabric_1.21.jar' + +[update.modrinth] +mod-id = 'NcUtCpym' +version = '3XtBvLkH' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yacl.pw.toml b/system-config/services/containers/minecraft/mods/.index/yacl.pw.toml new file mode 100644 index 0000000..e01ce25 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yacl.pw.toml @@ -0,0 +1,16 @@ +filename = 'yet_another_config_lib_v3-3.7.1+1.21.1-fabric.jar' +name = 'YetAnotherConfigLib (YACL)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '7ec418266402a702423da1f32433b731c3b27fbb493d6b1e63cffeaa31a6a8435493e45c8e5e64370910095b9cf39b52257e5b74b9bdb1ff606933db98862e3e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/1eAoo2KR/versions/kVxtKPT4/yet_another_config_lib_v3-3.7.1%2B1.21.1-fabric.jar' + +[update.modrinth] +mod-id = '1eAoo2KR' +version = 'kVxtKPT4' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yigd.pw.toml b/system-config/services/containers/minecraft/mods/.index/yigd.pw.toml new file mode 100644 index 0000000..64999de --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yigd.pw.toml @@ -0,0 +1,16 @@ +filename = 'youre-in-grave-danger-fabric-2.4.17.jar' +name = "You're in Grave Danger" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '366c4febbecfc86b7938248abcc2723dfe517e6152f6170e85f32de01cfdde97ed899bb65eba19f277f09d91c0b128a56e1fc7cd7d49702d04d468dc076998bf' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/HnD1GX6e/versions/gIYHlyoT/youre-in-grave-danger-fabric-2.4.17.jar' + +[update.modrinth] +mod-id = 'HnD1GX6e' +version = 'gIYHlyoT' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-api.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-api.pw.toml new file mode 100644 index 0000000..e74c245 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsApi-1.21.1-Fabric-5.1.5.jar' +name = "YUNG's API" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '58eefdbb8c126766e84fee4f8760c4e08c3dd37725fed2cb079bf41ba0e009f3964af2f2670515679c9ebfbe58eeedd331a833a7fe8622e000f9d8e77e885db8' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Ua7DFN59/versions/CbIBPwz2/YungsApi-1.21.1-Fabric-5.1.5.jar' + +[update.modrinth] +mod-id = 'Ua7DFN59' +version = 'CbIBPwz2' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-better-desert-temples.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-better-desert-temples.pw.toml new file mode 100644 index 0000000..3dc3dac --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-better-desert-temples.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterDesertTemples-1.21.1-Fabric-4.1.5.jar' +name = "YUNG's Better Desert Temples" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2bed532391cd1f2e5ed7986220f3b4c23d0c1302366b61baf1ca62a9620000bd58964cfd9a62fc52abbc95e76c1b3a4f85fbe88ca0a4006612f0493585c99084' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/XNlO7sBv/versions/M6eeDRkC/YungsBetterDesertTemples-1.21.1-Fabric-4.1.5.jar' + +[update.modrinth] +mod-id = 'XNlO7sBv' +version = 'M6eeDRkC' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-better-dungeons.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-better-dungeons.pw.toml new file mode 100644 index 0000000..ca86223 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-better-dungeons.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterDungeons-1.21.1-Fabric-5.1.4.jar' +name = "YUNG's Better Dungeons" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '4a11b1b1f845ddd1709e6a6cad6c6d5043704afbd4b97cb2afcd316f8fdcf6e398f8dd55480d02e32326ac5b49b6b273ec99cd2b1e311bed24f786e6d176612c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/o1C1Dkj5/versions/fQ7EjDPE/YungsBetterDungeons-1.21.1-Fabric-5.1.4.jar' + +[update.modrinth] +mod-id = 'o1C1Dkj5' +version = 'fQ7EjDPE' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-better-end-island.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-better-end-island.pw.toml new file mode 100644 index 0000000..b9b272d --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-better-end-island.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterEndIsland-1.21.1-Fabric-3.1.2.jar' +name = "YUNG's Better End Island" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b26e84469e6d66bbc2deefec0b6ed7d93db2b374d7c4bb495e7178e668efb320a5793b42c1b0dd08f71513a4c25faee881e8d81b64eadacb1c34af1619a0f6cf' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/2BwBOmBQ/versions/zpUYcjIg/YungsBetterEndIsland-1.21.1-Fabric-3.1.2.jar' + +[update.modrinth] +mod-id = '2BwBOmBQ' +version = 'zpUYcjIg' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-better-jungle-temples.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-better-jungle-temples.pw.toml new file mode 100644 index 0000000..648581b --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-better-jungle-temples.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterJungleTemples-1.21.1-Fabric-3.1.2.jar' +name = "YUNG's Better Jungle Temples" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '0b2912606607e4e85cd9b713c3d08986c4e7662da8964cad86d230ef13f57fd53adc7b7447145db95c6c3e9c85edb6c3a115a9f3126965855577792e29876e97' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/z9Ve58Ih/versions/uiGCmR8O/YungsBetterJungleTemples-1.21.1-Fabric-3.1.2.jar' + +[update.modrinth] +mod-id = 'z9Ve58Ih' +version = 'uiGCmR8O' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-better-mineshafts.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-better-mineshafts.pw.toml new file mode 100644 index 0000000..b8025df --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-better-mineshafts.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterMineshafts-1.21.1-Fabric-5.1.1.jar' +name = "YUNG's Better Mineshafts" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'f19c53ecac52866f65e1791f7b46ecc68fff6b1912ac47b42bf64097012262691c7184ea4a95db5e7bfcfda6c9532138dfe29e29af4ab108a407807a8db28074' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/HjmxVlSr/versions/4ybDuGhA/YungsBetterMineshafts-1.21.1-Fabric-5.1.1.jar' + +[update.modrinth] +mod-id = 'HjmxVlSr' +version = '4ybDuGhA' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-better-nether-fortresses.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-better-nether-fortresses.pw.toml new file mode 100644 index 0000000..5cd1a3c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-better-nether-fortresses.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterNetherFortresses-1.21.1-Fabric-3.1.5.jar' +name = "YUNG's Better Nether Fortresses" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '74f9327ce3d17e78bef1945d6b241498f517e6e5ffae37c5c7a8acdc15b53bebf7447644517f76c4cecbf8a8530a888b6ee5035cf4f3b8e9441a2f665f7385d3' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Z2mXHnxP/versions/gxBGYcIL/YungsBetterNetherFortresses-1.21.1-Fabric-3.1.5.jar' + +[update.modrinth] +mod-id = 'Z2mXHnxP' +version = 'gxBGYcIL' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-better-ocean-monuments.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-better-ocean-monuments.pw.toml new file mode 100644 index 0000000..0bf85f3 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-better-ocean-monuments.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterOceanMonuments-1.21.1-Fabric-4.1.2.jar' +name = "YUNG's Better Ocean Monuments" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2ad568affe005aa49be225ca1ce43272d773140dee7053ee4a5981288b5ef7ee92536a1d041ae3f00b6399de2f499abd1bf905cfbb764d569a99dd9b2cf8841f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/3dT9sgt4/versions/TGK6gpeO/YungsBetterOceanMonuments-1.21.1-Fabric-4.1.2.jar' + +[update.modrinth] +mod-id = '3dT9sgt4' +version = 'TGK6gpeO' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-better-strongholds.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-better-strongholds.pw.toml new file mode 100644 index 0000000..18a3d1a --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-better-strongholds.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterStrongholds-1.21.1-Fabric-5.1.3.jar' +name = "YUNG's Better Strongholds" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '01e467a5237a338d8347b79d2e99659a362b777c4ac10bf6e75382be072b645277b58c655b9b4ad69956f9836601c3a52c733ad437d1f6bd53ea13976545edaa' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/kidLKymU/versions/uYZShp1p/YungsBetterStrongholds-1.21.1-Fabric-5.1.3.jar' + +[update.modrinth] +mod-id = 'kidLKymU' +version = 'uYZShp1p' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-better-witch-huts.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-better-witch-huts.pw.toml new file mode 100644 index 0000000..d059d55 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-better-witch-huts.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterWitchHuts-1.21.1-Fabric-4.1.1.jar' +name = "YUNG's Better Witch Huts" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ca6749bd01cd5b623d6f58561a57c2e2a8f769c31e3947fceac22e495f5da5b803d05777c6e3e122da40c4dd49444d58aaface0220b0a3106a5b5e27658b2d9f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/t5FRdP87/versions/bdpPtvTn/YungsBetterWitchHuts-1.21.1-Fabric-4.1.1.jar' + +[update.modrinth] +mod-id = 't5FRdP87' +version = 'bdpPtvTn' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-bridges.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-bridges.pw.toml new file mode 100644 index 0000000..bbf6f52 --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-bridges.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBridges-1.21.1-Fabric-5.1.1.jar' +name = "YUNG's Bridges" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '435c18442ca94c3b44a6972dddca7ca0f2437427627340b1c5aab7ac41001c9d9e5225de34b493acb0fec57f0fc1fe93818e0dc05d76bb059c6608e0155efb2f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Ht4BfYp6/versions/8h9N9fvs/YungsBridges-1.21.1-Fabric-5.1.1.jar' + +[update.modrinth] +mod-id = 'Ht4BfYp6' +version = '8h9N9fvs' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/.index/yungs-extras.pw.toml b/system-config/services/containers/minecraft/mods/.index/yungs-extras.pw.toml new file mode 100644 index 0000000..8b7d22c --- /dev/null +++ b/system-config/services/containers/minecraft/mods/.index/yungs-extras.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsExtras-1.21.1-Fabric-5.1.1.jar' +name = "YUNG's Extras" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'a5b3281fc482167864745df34d80c834c42aa434f372ebb6ccb0cd84a8882ce344c247db5a8dea0300fe30ef39e2a85fa650216ff12adeb6c435e182e0ae2e55' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZYgyPyfq/versions/aVsikHca/YungsExtras-1.21.1-Fabric-5.1.1.jar' + +[update.modrinth] +mod-id = 'ZYgyPyfq' +version = 'aVsikHca' \ No newline at end of file diff --git a/system-config/services/containers/minecraft/mods/AdditionalEnchantedMiner-1.21.1-fabric-21.1.127.jar b/system-config/services/containers/minecraft/mods/AdditionalEnchantedMiner-1.21.1-fabric-21.1.127.jar new file mode 100644 index 0000000..10ee39b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/AdditionalEnchantedMiner-1.21.1-fabric-21.1.127.jar differ diff --git a/system-config/services/containers/minecraft/mods/AetherVillages-1.21.1-1.0.8-fabric.jar b/system-config/services/containers/minecraft/mods/AetherVillages-1.21.1-1.0.8-fabric.jar new file mode 100644 index 0000000..0899d5a Binary files /dev/null and b/system-config/services/containers/minecraft/mods/AetherVillages-1.21.1-1.0.8-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/BetterAdvancements-Fabric-1.21.1-0.4.3.21.jar b/system-config/services/containers/minecraft/mods/BetterAdvancements-Fabric-1.21.1-0.4.3.21.jar new file mode 100644 index 0000000..eb5338b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/BetterAdvancements-Fabric-1.21.1-0.4.3.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/BiomesOPlenty-fabric-1.21.1-21.1.0.12.jar b/system-config/services/containers/minecraft/mods/BiomesOPlenty-fabric-1.21.1-21.1.0.12.jar new file mode 100644 index 0000000..f8ed176 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/BiomesOPlenty-fabric-1.21.1-21.1.0.12.jar differ diff --git a/system-config/services/containers/minecraft/mods/CobbleFurnies-fabric-0.5.jar b/system-config/services/containers/minecraft/mods/CobbleFurnies-fabric-0.5.jar new file mode 100644 index 0000000..cadadcd Binary files /dev/null and b/system-config/services/containers/minecraft/mods/CobbleFurnies-fabric-0.5.jar differ diff --git a/system-config/services/containers/minecraft/mods/Cobblemon-fabric-1.6.1+1.21.1.jar b/system-config/services/containers/minecraft/mods/Cobblemon-fabric-1.6.1+1.21.1.jar new file mode 100644 index 0000000..297602f Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Cobblemon-fabric-1.6.1+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/Cobblepedia-Fabric-0.7.0.jar b/system-config/services/containers/minecraft/mods/Cobblepedia-Fabric-0.7.0.jar new file mode 100644 index 0000000..e41c07b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Cobblepedia-Fabric-0.7.0.jar differ diff --git a/system-config/services/containers/minecraft/mods/Cobbreeding-fabric-1.9.0.jar b/system-config/services/containers/minecraft/mods/Cobbreeding-fabric-1.9.0.jar new file mode 100644 index 0000000..aa79914 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Cobbreeding-fabric-1.9.0.jar differ diff --git a/system-config/services/containers/minecraft/mods/Corgilib-Fabric-1.21.1-5.0.0.4.jar b/system-config/services/containers/minecraft/mods/Corgilib-Fabric-1.21.1-5.0.0.4.jar new file mode 100644 index 0000000..b5ac9a2 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Corgilib-Fabric-1.21.1-5.0.0.4.jar differ diff --git a/system-config/services/containers/minecraft/mods/DungeonsArise-1.21.1-2.1.64-fabric-release.jar b/system-config/services/containers/minecraft/mods/DungeonsArise-1.21.1-2.1.64-fabric-release.jar new file mode 100644 index 0000000..9477f9a Binary files /dev/null and b/system-config/services/containers/minecraft/mods/DungeonsArise-1.21.1-2.1.64-fabric-release.jar differ diff --git a/system-config/services/containers/minecraft/mods/DungeonsAriseSevenSeas-1.21.x-1.0.3-fabric.jar b/system-config/services/containers/minecraft/mods/DungeonsAriseSevenSeas-1.21.x-1.0.3-fabric.jar new file mode 100644 index 0000000..77429be Binary files /dev/null and b/system-config/services/containers/minecraft/mods/DungeonsAriseSevenSeas-1.21.x-1.0.3-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/ExplorersCompass-1.21.1-2.2.5-fabric.jar b/system-config/services/containers/minecraft/mods/ExplorersCompass-1.21.1-2.2.5-fabric.jar new file mode 100644 index 0000000..eef388e Binary files /dev/null and b/system-config/services/containers/minecraft/mods/ExplorersCompass-1.21.1-2.2.5-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/FarmersDelight-1.21.1-3.1.1+refabricated.jar b/system-config/services/containers/minecraft/mods/FarmersDelight-1.21.1-3.1.1+refabricated.jar new file mode 100644 index 0000000..22bdacf Binary files /dev/null and b/system-config/services/containers/minecraft/mods/FarmersDelight-1.21.1-3.1.1+refabricated.jar differ diff --git a/system-config/services/containers/minecraft/mods/ForgeConfigAPIPort-v21.1.3-1.21.1-Fabric.jar b/system-config/services/containers/minecraft/mods/ForgeConfigAPIPort-v21.1.3-1.21.1-Fabric.jar new file mode 100644 index 0000000..cb970ff Binary files /dev/null and b/system-config/services/containers/minecraft/mods/ForgeConfigAPIPort-v21.1.3-1.21.1-Fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/GlitchCore-fabric-1.21.1-2.1.0.0.jar b/system-config/services/containers/minecraft/mods/GlitchCore-fabric-1.21.1-2.1.0.0.jar new file mode 100644 index 0000000..b638b58 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/GlitchCore-fabric-1.21.1-2.1.0.0.jar differ diff --git a/system-config/services/containers/minecraft/mods/ImmersiveOres-1.21.1-1.0.5.jar b/system-config/services/containers/minecraft/mods/ImmersiveOres-1.21.1-1.0.5.jar new file mode 100644 index 0000000..03b32e5 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/ImmersiveOres-1.21.1-1.0.5.jar differ diff --git a/system-config/services/containers/minecraft/mods/Incendium_1.21.x_v5.4.4.jar b/system-config/services/containers/minecraft/mods/Incendium_1.21.x_v5.4.4.jar new file mode 100644 index 0000000..b6daf8e Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Incendium_1.21.x_v5.4.4.jar differ diff --git a/system-config/services/containers/minecraft/mods/Jade-1.21.1-Fabric-15.10.1.jar b/system-config/services/containers/minecraft/mods/Jade-1.21.1-Fabric-15.10.1.jar new file mode 100644 index 0000000..6e3c67c Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Jade-1.21.1-Fabric-15.10.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/LuckyBlocks-1.6.1.jar b/system-config/services/containers/minecraft/mods/LuckyBlocks-1.6.1.jar new file mode 100644 index 0000000..64083eb Binary files /dev/null and b/system-config/services/containers/minecraft/mods/LuckyBlocks-1.6.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/NaturesCompass-1.21.1-2.2.7-fabric.jar b/system-config/services/containers/minecraft/mods/NaturesCompass-1.21.1-2.2.7-fabric.jar new file mode 100644 index 0000000..2f019ed Binary files /dev/null and b/system-config/services/containers/minecraft/mods/NaturesCompass-1.21.1-2.2.7-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/Nullscape_1.21.x_v1.2.11.jar b/system-config/services/containers/minecraft/mods/Nullscape_1.21.x_v1.2.11.jar new file mode 100644 index 0000000..ba7bc37 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Nullscape_1.21.x_v1.2.11.jar differ diff --git a/system-config/services/containers/minecraft/mods/Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.14.jar b/system-config/services/containers/minecraft/mods/Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.14.jar new file mode 100644 index 0000000..14e1c66 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Oh-The-Trees-Youll-Grow-fabric-1.21.1-5.0.14.jar differ diff --git a/system-config/services/containers/minecraft/mods/Patchouli-1.21-87-FABRIC.jar b/system-config/services/containers/minecraft/mods/Patchouli-1.21-87-FABRIC.jar new file mode 100644 index 0000000..19d3050 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Patchouli-1.21-87-FABRIC.jar differ diff --git a/system-config/services/containers/minecraft/mods/Pehkui-3.8.3+1.14.4-1.21.jar b/system-config/services/containers/minecraft/mods/Pehkui-3.8.3+1.14.4-1.21.jar new file mode 100644 index 0000000..2140d74 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Pehkui-3.8.3+1.14.4-1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/PuzzlesLib-v21.1.36-1.21.1-Fabric.jar b/system-config/services/containers/minecraft/mods/PuzzlesLib-v21.1.36-1.21.1-Fabric.jar new file mode 100644 index 0000000..16ac045 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/PuzzlesLib-v21.1.36-1.21.1-Fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/ShieldAPI-2.0.2+1.21.1.jar b/system-config/services/containers/minecraft/mods/ShieldAPI-2.0.2+1.21.1.jar new file mode 100644 index 0000000..9a44fbe Binary files /dev/null and b/system-config/services/containers/minecraft/mods/ShieldAPI-2.0.2+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/SmartBrainLib-fabric-1.21.1-1.16.7.jar b/system-config/services/containers/minecraft/mods/SmartBrainLib-fabric-1.21.1-1.16.7.jar new file mode 100644 index 0000000..d63f3cf Binary files /dev/null and b/system-config/services/containers/minecraft/mods/SmartBrainLib-fabric-1.21.1-1.16.7.jar differ diff --git a/system-config/services/containers/minecraft/mods/TerraBlender-fabric-1.21.1-4.1.0.8.jar b/system-config/services/containers/minecraft/mods/TerraBlender-fabric-1.21.1-4.1.0.8.jar new file mode 100644 index 0000000..bfe1203 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/TerraBlender-fabric-1.21.1-4.1.0.8.jar differ diff --git a/system-config/services/containers/minecraft/mods/Terralith_1.21.x_v2.5.8.jar b/system-config/services/containers/minecraft/mods/Terralith_1.21.x_v2.5.8.jar new file mode 100644 index 0000000..b43878f Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Terralith_1.21.x_v2.5.8.jar differ diff --git a/system-config/services/containers/minecraft/mods/TravelersTitles-1.21.1-Fabric-5.1.3.jar b/system-config/services/containers/minecraft/mods/TravelersTitles-1.21.1-Fabric-5.1.3.jar new file mode 100644 index 0000000..418ef96 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/TravelersTitles-1.21.1-Fabric-5.1.3.jar differ diff --git a/system-config/services/containers/minecraft/mods/VersionCheckerMod-2.5.0.jar b/system-config/services/containers/minecraft/mods/VersionCheckerMod-2.5.0.jar new file mode 100644 index 0000000..5ddb88f Binary files /dev/null and b/system-config/services/containers/minecraft/mods/VersionCheckerMod-2.5.0.jar differ diff --git a/system-config/services/containers/minecraft/mods/XaerosWorldMap_1.39.9_Fabric_1.21.jar b/system-config/services/containers/minecraft/mods/XaerosWorldMap_1.39.9_Fabric_1.21.jar new file mode 100644 index 0000000..e419195 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/XaerosWorldMap_1.39.9_Fabric_1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/Xaeros_Minimap_25.2.6_Fabric_1.21.jar b/system-config/services/containers/minecraft/mods/Xaeros_Minimap_25.2.6_Fabric_1.21.jar new file mode 100644 index 0000000..16fb380 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/Xaeros_Minimap_25.2.6_Fabric_1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsApi-1.21.1-Fabric-5.1.5.jar b/system-config/services/containers/minecraft/mods/YungsApi-1.21.1-Fabric-5.1.5.jar new file mode 100644 index 0000000..9a77474 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsApi-1.21.1-Fabric-5.1.5.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsBetterDesertTemples-1.21.1-Fabric-4.1.5.jar b/system-config/services/containers/minecraft/mods/YungsBetterDesertTemples-1.21.1-Fabric-4.1.5.jar new file mode 100644 index 0000000..c6dab37 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsBetterDesertTemples-1.21.1-Fabric-4.1.5.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsBetterDungeons-1.21.1-Fabric-5.1.4.jar b/system-config/services/containers/minecraft/mods/YungsBetterDungeons-1.21.1-Fabric-5.1.4.jar new file mode 100644 index 0000000..53971c8 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsBetterDungeons-1.21.1-Fabric-5.1.4.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsBetterEndIsland-1.21.1-Fabric-3.1.2.jar b/system-config/services/containers/minecraft/mods/YungsBetterEndIsland-1.21.1-Fabric-3.1.2.jar new file mode 100644 index 0000000..d6ec930 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsBetterEndIsland-1.21.1-Fabric-3.1.2.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsBetterJungleTemples-1.21.1-Fabric-3.1.2.jar b/system-config/services/containers/minecraft/mods/YungsBetterJungleTemples-1.21.1-Fabric-3.1.2.jar new file mode 100644 index 0000000..af7a66d Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsBetterJungleTemples-1.21.1-Fabric-3.1.2.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsBetterMineshafts-1.21.1-Fabric-5.1.1.jar b/system-config/services/containers/minecraft/mods/YungsBetterMineshafts-1.21.1-Fabric-5.1.1.jar new file mode 100644 index 0000000..0041d52 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsBetterMineshafts-1.21.1-Fabric-5.1.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsBetterNetherFortresses-1.21.1-Fabric-3.1.5.jar b/system-config/services/containers/minecraft/mods/YungsBetterNetherFortresses-1.21.1-Fabric-3.1.5.jar new file mode 100644 index 0000000..73948f1 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsBetterNetherFortresses-1.21.1-Fabric-3.1.5.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsBetterOceanMonuments-1.21.1-Fabric-4.1.2.jar b/system-config/services/containers/minecraft/mods/YungsBetterOceanMonuments-1.21.1-Fabric-4.1.2.jar new file mode 100644 index 0000000..506b516 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsBetterOceanMonuments-1.21.1-Fabric-4.1.2.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsBetterStrongholds-1.21.1-Fabric-5.1.3.jar b/system-config/services/containers/minecraft/mods/YungsBetterStrongholds-1.21.1-Fabric-5.1.3.jar new file mode 100644 index 0000000..a8f1f97 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsBetterStrongholds-1.21.1-Fabric-5.1.3.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsBetterWitchHuts-1.21.1-Fabric-4.1.1.jar b/system-config/services/containers/minecraft/mods/YungsBetterWitchHuts-1.21.1-Fabric-4.1.1.jar new file mode 100644 index 0000000..aa1ed2b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsBetterWitchHuts-1.21.1-Fabric-4.1.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsBridges-1.21.1-Fabric-5.1.1.jar b/system-config/services/containers/minecraft/mods/YungsBridges-1.21.1-Fabric-5.1.1.jar new file mode 100644 index 0000000..8158f23 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsBridges-1.21.1-Fabric-5.1.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/YungsExtras-1.21.1-Fabric-5.1.1.jar b/system-config/services/containers/minecraft/mods/YungsExtras-1.21.1-Fabric-5.1.1.jar new file mode 100644 index 0000000..774c088 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/YungsExtras-1.21.1-Fabric-5.1.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/[fabric]ctov-3.5.9a.jar b/system-config/services/containers/minecraft/mods/[fabric]ctov-3.5.9a.jar new file mode 100644 index 0000000..2867569 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/[fabric]ctov-3.5.9a.jar differ diff --git a/system-config/services/containers/minecraft/mods/accessories-fabric-1.1.0-beta.43+1.21.1.jar b/system-config/services/containers/minecraft/mods/accessories-fabric-1.1.0-beta.43+1.21.1.jar new file mode 100644 index 0000000..ae8c281 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/accessories-fabric-1.1.0-beta.43+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/additional_rpg_jewelry-2.1.0-1.21.1.jar b/system-config/services/containers/minecraft/mods/additional_rpg_jewelry-2.1.0-1.21.1.jar new file mode 100644 index 0000000..fc041df Binary files /dev/null and b/system-config/services/containers/minecraft/mods/additional_rpg_jewelry-2.1.0-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/addonslib-fabric-1.21.1-1.8.jar b/system-config/services/containers/minecraft/mods/addonslib-fabric-1.21.1-1.8.jar new file mode 100644 index 0000000..91a6655 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/addonslib-fabric-1.21.1-1.8.jar differ diff --git a/system-config/services/containers/minecraft/mods/adventurez-1.4.24.jar b/system-config/services/containers/minecraft/mods/adventurez-1.4.24.jar new file mode 100644 index 0000000..88295e1 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/adventurez-1.4.24.jar differ diff --git a/system-config/services/containers/minecraft/mods/aether-1.21.1-1.5.8-fabric.jar b/system-config/services/containers/minecraft/mods/aether-1.21.1-1.5.8-fabric.jar new file mode 100644 index 0000000..3c77dda Binary files /dev/null and b/system-config/services/containers/minecraft/mods/aether-1.21.1-1.5.8-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/alloy-forgery-2.4.1+1.21.jar b/system-config/services/containers/minecraft/mods/alloy-forgery-2.4.1+1.21.jar new file mode 100644 index 0000000..0b10e7a Binary files /dev/null and b/system-config/services/containers/minecraft/mods/alloy-forgery-2.4.1+1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/appleskin-fabric-mc1.21-3.0.6.jar b/system-config/services/containers/minecraft/mods/appleskin-fabric-mc1.21-3.0.6.jar new file mode 100644 index 0000000..b9dc30f Binary files /dev/null and b/system-config/services/containers/minecraft/mods/appleskin-fabric-mc1.21-3.0.6.jar differ diff --git a/system-config/services/containers/minecraft/mods/archers-2.4.11+1.21.1.jar b/system-config/services/containers/minecraft/mods/archers-2.4.11+1.21.1.jar new file mode 100644 index 0000000..6e5c0bf Binary files /dev/null and b/system-config/services/containers/minecraft/mods/archers-2.4.11+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/archers-expansion-1.3.7-1.21.1.jar b/system-config/services/containers/minecraft/mods/archers-expansion-1.3.7-1.21.1.jar new file mode 100644 index 0000000..a053253 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/archers-expansion-1.3.7-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/architectury-13.0.8-fabric.jar b/system-config/services/containers/minecraft/mods/architectury-13.0.8-fabric.jar new file mode 100644 index 0000000..2b12838 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/architectury-13.0.8-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/arsenal-1.1.2+1.21.1.jar b/system-config/services/containers/minecraft/mods/arsenal-1.1.2+1.21.1.jar new file mode 100644 index 0000000..bd04974 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/arsenal-1.1.2+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/athena-fabric-1.21-4.0.1.jar b/system-config/services/containers/minecraft/mods/athena-fabric-1.21-4.0.1.jar new file mode 100644 index 0000000..bfc4a6c Binary files /dev/null and b/system-config/services/containers/minecraft/mods/athena-fabric-1.21-4.0.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/azurelib-fabric-1.21.1-3.0.20.jar b/system-config/services/containers/minecraft/mods/azurelib-fabric-1.21.1-3.0.20.jar new file mode 100644 index 0000000..8da13b7 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/azurelib-fabric-1.21.1-3.0.20.jar differ diff --git a/system-config/services/containers/minecraft/mods/azurelibarmor-fabric-1.21.1-3.0.12.jar b/system-config/services/containers/minecraft/mods/azurelibarmor-fabric-1.21.1-3.0.12.jar new file mode 100644 index 0000000..dc0b11b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/azurelibarmor-fabric-1.21.1-3.0.12.jar differ diff --git a/system-config/services/containers/minecraft/mods/balm-fabric-1.21.1-21.0.46.jar b/system-config/services/containers/minecraft/mods/balm-fabric-1.21.1-21.0.46.jar new file mode 100644 index 0000000..35a1f7b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/balm-fabric-1.21.1-21.0.46.jar differ diff --git a/system-config/services/containers/minecraft/mods/bclib-21.0.13.jar b/system-config/services/containers/minecraft/mods/bclib-21.0.13.jar new file mode 100644 index 0000000..fe53485 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/bclib-21.0.13.jar differ diff --git a/system-config/services/containers/minecraft/mods/berserker-class-mod-2.4.6-1.21.jar b/system-config/services/containers/minecraft/mods/berserker-class-mod-2.4.6-1.21.jar new file mode 100644 index 0000000..c06c21c Binary files /dev/null and b/system-config/services/containers/minecraft/mods/berserker-class-mod-2.4.6-1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/better-end-21.0.11.jar b/system-config/services/containers/minecraft/mods/better-end-21.0.11.jar new file mode 100644 index 0000000..a140d5a Binary files /dev/null and b/system-config/services/containers/minecraft/mods/better-end-21.0.11.jar differ diff --git a/system-config/services/containers/minecraft/mods/better-nether-21.0.11.jar b/system-config/services/containers/minecraft/mods/better-nether-21.0.11.jar new file mode 100644 index 0000000..e70dc71 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/better-nether-21.0.11.jar differ diff --git a/system-config/services/containers/minecraft/mods/betterarcheology-fabric-1.3.2.jar b/system-config/services/containers/minecraft/mods/betterarcheology-fabric-1.3.2.jar new file mode 100644 index 0000000..79d4699 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/betterarcheology-fabric-1.3.2.jar differ diff --git a/system-config/services/containers/minecraft/mods/bettercombat-fabric-2.2.4+1.21.1.jar b/system-config/services/containers/minecraft/mods/bettercombat-fabric-2.2.4+1.21.1.jar new file mode 100644 index 0000000..1974d39 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/bettercombat-fabric-2.2.4+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/bundle-api-1.0.4.jar b/system-config/services/containers/minecraft/mods/bundle-api-1.0.4.jar new file mode 100644 index 0000000..739bead Binary files /dev/null and b/system-config/services/containers/minecraft/mods/bundle-api-1.0.4.jar differ diff --git a/system-config/services/containers/minecraft/mods/cardinal-components-api-6.1.2.jar b/system-config/services/containers/minecraft/mods/cardinal-components-api-6.1.2.jar new file mode 100644 index 0000000..4ba969b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/cardinal-components-api-6.1.2.jar differ diff --git a/system-config/services/containers/minecraft/mods/carryon-fabric-1.21.1-2.2.2.11.jar b/system-config/services/containers/minecraft/mods/carryon-fabric-1.21.1-2.2.2.11.jar new file mode 100644 index 0000000..b8a3bd7 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/carryon-fabric-1.21.1-2.2.2.11.jar differ diff --git a/system-config/services/containers/minecraft/mods/cicada-lib-0.13.0+1.21-1.21.1.jar b/system-config/services/containers/minecraft/mods/cicada-lib-0.13.0+1.21-1.21.1.jar new file mode 100644 index 0000000..25ff37e Binary files /dev/null and b/system-config/services/containers/minecraft/mods/cicada-lib-0.13.0+1.21-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/cloth-config-15.0.140-fabric.jar b/system-config/services/containers/minecraft/mods/cloth-config-15.0.140-fabric.jar new file mode 100644 index 0000000..ed46198 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/cloth-config-15.0.140-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/cobblemon-capturexp-1.6-fabric-1.1.0.jar b/system-config/services/containers/minecraft/mods/cobblemon-capturexp-1.6-fabric-1.1.0.jar new file mode 100644 index 0000000..6a58bd3 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/cobblemon-capturexp-1.6-fabric-1.1.0.jar differ diff --git a/system-config/services/containers/minecraft/mods/cobblemonridingfabric-1.3.7.jar b/system-config/services/containers/minecraft/mods/cobblemonridingfabric-1.3.7.jar new file mode 100644 index 0000000..c651a3e Binary files /dev/null and b/system-config/services/containers/minecraft/mods/cobblemonridingfabric-1.3.7.jar differ diff --git a/system-config/services/containers/minecraft/mods/collective-1.21.1-8.3.jar b/system-config/services/containers/minecraft/mods/collective-1.21.1-8.3.jar new file mode 100644 index 0000000..723a284 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/collective-1.21.1-8.3.jar differ diff --git a/system-config/services/containers/minecraft/mods/connectedglass-1.1.13-fabric-mc1.21.jar b/system-config/services/containers/minecraft/mods/connectedglass-1.1.13-fabric-mc1.21.jar new file mode 100644 index 0000000..08b9fee Binary files /dev/null and b/system-config/services/containers/minecraft/mods/connectedglass-1.1.13-fabric-mc1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/deimos-1.21.1-fabric-2.2.jar b/system-config/services/containers/minecraft/mods/deimos-1.21.1-fabric-2.2.jar new file mode 100644 index 0000000..dfdeae2 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/deimos-1.21.1-fabric-2.2.jar differ diff --git a/system-config/services/containers/minecraft/mods/doubledoors-1.21.1-7.0.jar b/system-config/services/containers/minecraft/mods/doubledoors-1.21.1-7.0.jar new file mode 100644 index 0000000..27a15f1 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/doubledoors-1.21.1-7.0.jar differ diff --git a/system-config/services/containers/minecraft/mods/dungeons-and-taverns-v4.4.4.jar b/system-config/services/containers/minecraft/mods/dungeons-and-taverns-v4.4.4.jar new file mode 100644 index 0000000..72412f5 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/dungeons-and-taverns-v4.4.4.jar differ diff --git a/system-config/services/containers/minecraft/mods/eating-animation-1.21+1.9.72.jar b/system-config/services/containers/minecraft/mods/eating-animation-1.21+1.9.72.jar new file mode 100644 index 0000000..864a772 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/eating-animation-1.21+1.9.72.jar differ diff --git a/system-config/services/containers/minecraft/mods/elemental_wizards_rpg-2.4.7-1.21.1.jar b/system-config/services/containers/minecraft/mods/elemental_wizards_rpg-2.4.7-1.21.1.jar new file mode 100644 index 0000000..b7aeca6 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/elemental_wizards_rpg-2.4.7-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/everycomp-1.21-2.10.8-fabric.jar b/system-config/services/containers/minecraft/mods/everycomp-1.21-2.10.8-fabric.jar new file mode 100644 index 0000000..f9b7867 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/everycomp-1.21-2.10.8-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/explosive-enhancement-1.3.2-1.21-1.21.1.jar b/system-config/services/containers/minecraft/mods/explosive-enhancement-1.3.2-1.21-1.21.1.jar new file mode 100644 index 0000000..2e36859 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/explosive-enhancement-1.3.2-1.21-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/fabric-api-0.116.3+1.21.1.jar b/system-config/services/containers/minecraft/mods/fabric-api-0.116.3+1.21.1.jar new file mode 100644 index 0000000..2ae9500 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/fabric-api-0.116.3+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/fabric-language-kotlin-1.13.3+kotlin.2.1.21.jar b/system-config/services/containers/minecraft/mods/fabric-language-kotlin-1.13.3+kotlin.2.1.21.jar new file mode 100644 index 0000000..2e177f4 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/fabric-language-kotlin-1.13.3+kotlin.2.1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/fabricskyboxes-0.7.4+mc1.21.jar b/system-config/services/containers/minecraft/mods/fabricskyboxes-0.7.4+mc1.21.jar new file mode 100644 index 0000000..123402e Binary files /dev/null and b/system-config/services/containers/minecraft/mods/fabricskyboxes-0.7.4+mc1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/forcemaster-class-mod-2.4.6-1.21.jar b/system-config/services/containers/minecraft/mods/forcemaster-class-mod-2.4.6-1.21.jar new file mode 100644 index 0000000..656bb10 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/forcemaster-class-mod-2.4.6-1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/formations-1.0.2-fabric-mc1.21.jar b/system-config/services/containers/minecraft/mods/formations-1.0.2-fabric-mc1.21.jar new file mode 100644 index 0000000..f7b2ca5 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/formations-1.0.2-fabric-mc1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/formationsnether-1.0.5-mc1.21+.jar b/system-config/services/containers/minecraft/mods/formationsnether-1.0.5-mc1.21+.jar new file mode 100644 index 0000000..72411e3 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/formationsnether-1.0.5-mc1.21+.jar differ diff --git a/system-config/services/containers/minecraft/mods/formationsoverworld-1.0.4-mc1.21+.jar b/system-config/services/containers/minecraft/mods/formationsoverworld-1.0.4-mc1.21+.jar new file mode 100644 index 0000000..fcdd82e Binary files /dev/null and b/system-config/services/containers/minecraft/mods/formationsoverworld-1.0.4-mc1.21+.jar differ diff --git a/system-config/services/containers/minecraft/mods/friendsandfoes-fabric-4.0.6+mc1.21.1.jar b/system-config/services/containers/minecraft/mods/friendsandfoes-fabric-4.0.6+mc1.21.1.jar new file mode 100644 index 0000000..bf57ad3 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/friendsandfoes-fabric-4.0.6+mc1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/fusion-1.2.7-fabric-mc1.21.jar b/system-config/services/containers/minecraft/mods/fusion-1.2.7-fabric-mc1.21.jar new file mode 100644 index 0000000..fc4759f Binary files /dev/null and b/system-config/services/containers/minecraft/mods/fusion-1.2.7-fabric-mc1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/fzzy_config-0.7.0+1.21.jar b/system-config/services/containers/minecraft/mods/fzzy_config-0.7.0+1.21.jar new file mode 100644 index 0000000..3d7a21f Binary files /dev/null and b/system-config/services/containers/minecraft/mods/fzzy_config-0.7.0+1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/gachamachine-1.1.1.jar b/system-config/services/containers/minecraft/mods/gachamachine-1.1.1.jar new file mode 100644 index 0000000..cd74b9c Binary files /dev/null and b/system-config/services/containers/minecraft/mods/gachamachine-1.1.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/gazebo-2.0.3+1.21.1.jar b/system-config/services/containers/minecraft/mods/gazebo-2.0.3+1.21.1.jar new file mode 100644 index 0000000..4340af1 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/gazebo-2.0.3+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/geckolib-fabric-1.21.1-4.7.6.jar b/system-config/services/containers/minecraft/mods/geckolib-fabric-1.21.1-4.7.6.jar new file mode 100644 index 0000000..160307c Binary files /dev/null and b/system-config/services/containers/minecraft/mods/geckolib-fabric-1.21.1-4.7.6.jar differ diff --git a/system-config/services/containers/minecraft/mods/immersive_aircraft-1.2.4+1.21.1-fabric.jar b/system-config/services/containers/minecraft/mods/immersive_aircraft-1.2.4+1.21.1-fabric.jar new file mode 100644 index 0000000..91b1cde Binary files /dev/null and b/system-config/services/containers/minecraft/mods/immersive_aircraft-1.2.4+1.21.1-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/immersive_armors-1.7.0+1.21.1-fabric.jar b/system-config/services/containers/minecraft/mods/immersive_armors-1.7.0+1.21.1-fabric.jar new file mode 100644 index 0000000..e95ba40 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/immersive_armors-1.7.0+1.21.1-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/itemalchemy-1.1.3.jar b/system-config/services/containers/minecraft/mods/itemalchemy-1.1.3.jar new file mode 100644 index 0000000..d473dd9 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/itemalchemy-1.1.3.jar differ diff --git a/system-config/services/containers/minecraft/mods/jei-1.21.1-fabric-19.21.2.313.jar b/system-config/services/containers/minecraft/mods/jei-1.21.1-fabric-19.21.2.313.jar new file mode 100644 index 0000000..f5720b9 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/jei-1.21.1-fabric-19.21.2.313.jar differ diff --git a/system-config/services/containers/minecraft/mods/jewelry-2.0.10+1.21.1.jar b/system-config/services/containers/minecraft/mods/jewelry-2.0.10+1.21.1.jar new file mode 100644 index 0000000..9ec0559 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/jewelry-2.0.10+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/lambdynamiclights-4.1.3+1.21.1.jar b/system-config/services/containers/minecraft/mods/lambdynamiclights-4.1.3+1.21.1.jar new file mode 100644 index 0000000..5ff23df Binary files /dev/null and b/system-config/services/containers/minecraft/mods/lambdynamiclights-4.1.3+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/lavender-0.1.15+1.21.jar b/system-config/services/containers/minecraft/mods/lavender-0.1.15+1.21.jar new file mode 100644 index 0000000..d8bf8e1 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/lavender-0.1.15+1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/lithostitched-fabric-1.21.1-1.4.8.jar b/system-config/services/containers/minecraft/mods/lithostitched-fabric-1.21.1-1.4.8.jar new file mode 100644 index 0000000..d24779d Binary files /dev/null and b/system-config/services/containers/minecraft/mods/lithostitched-fabric-1.21.1-1.4.8.jar differ diff --git a/system-config/services/containers/minecraft/mods/lne_archers-1.0.4-1.21.1.jar b/system-config/services/containers/minecraft/mods/lne_archers-1.0.4-1.21.1.jar new file mode 100644 index 0000000..fce1524 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/lne_archers-1.0.4-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/lne_paladins-1.0.4-1.21.1.jar b/system-config/services/containers/minecraft/mods/lne_paladins-1.0.4-1.21.1.jar new file mode 100644 index 0000000..ac9358e Binary files /dev/null and b/system-config/services/containers/minecraft/mods/lne_paladins-1.0.4-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/lne_rogues-1.0.1-1.21.1.jar b/system-config/services/containers/minecraft/mods/lne_rogues-1.0.1-1.21.1.jar new file mode 100644 index 0000000..82def24 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/lne_rogues-1.0.1-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/lne_wizards-1.0.2-1.21.1.jar b/system-config/services/containers/minecraft/mods/lne_wizards-1.0.2-1.21.1.jar new file mode 100644 index 0000000..90de01e Binary files /dev/null and b/system-config/services/containers/minecraft/mods/lne_wizards-1.0.2-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/loot_n_explore-1.0.11-1.21.1.jar b/system-config/services/containers/minecraft/mods/loot_n_explore-1.0.11-1.21.1.jar new file mode 100644 index 0000000..004b47e Binary files /dev/null and b/system-config/services/containers/minecraft/mods/loot_n_explore-1.0.11-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/lootr-fabric-1.21-1.10.35.91.jar b/system-config/services/containers/minecraft/mods/lootr-fabric-1.21-1.10.35.91.jar new file mode 100644 index 0000000..6d1d03c Binary files /dev/null and b/system-config/services/containers/minecraft/mods/lootr-fabric-1.21-1.10.35.91.jar differ diff --git a/system-config/services/containers/minecraft/mods/luckycobble-8.0.1-fabric.jar b/system-config/services/containers/minecraft/mods/luckycobble-8.0.1-fabric.jar new file mode 100644 index 0000000..86322ae Binary files /dev/null and b/system-config/services/containers/minecraft/mods/luckycobble-8.0.1-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/lukis-grand-capitals-1.1.1.jar b/system-config/services/containers/minecraft/mods/lukis-grand-capitals-1.1.1.jar new file mode 100644 index 0000000..fc6634b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/lukis-grand-capitals-1.1.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcpitanlib-3.3.2-1.21.1-fabric.jar b/system-config/services/containers/minecraft/mods/mcpitanlib-3.3.2-1.21.1-fabric.jar new file mode 100644 index 0000000..0b75c9b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcpitanlib-3.3.2-1.21.1-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-bridges-3.1.0-mc1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-bridges-3.1.0-mc1.21.1fabric.jar new file mode 100644 index 0000000..518fe42 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-bridges-3.1.0-mc1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-doors-1.1.2-mc1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-doors-1.1.2-mc1.21.1fabric.jar new file mode 100644 index 0000000..b022cec Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-doors-1.1.2-mc1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-fences-1.2.0-1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-fences-1.2.0-1.21.1fabric.jar new file mode 100644 index 0000000..a790337 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-fences-1.2.0-1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-furniture-3.3.0-mc1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-furniture-3.3.0-mc1.21.1fabric.jar new file mode 100644 index 0000000..251531b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-furniture-3.3.0-mc1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-holidays-1.1.0-mc1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-holidays-1.1.0-mc1.21.1fabric.jar new file mode 100644 index 0000000..65fca8c Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-holidays-1.1.0-mc1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-lights-1.1.2-mc1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-lights-1.1.2-mc1.21.1fabric.jar new file mode 100644 index 0000000..e4eb046 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-lights-1.1.2-mc1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-paintings-1.0.5-1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-paintings-1.0.5-1.21.1fabric.jar new file mode 100644 index 0000000..6ef9275 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-paintings-1.0.5-1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-paths-1.1.0fabric-mc1.21.1.jar b/system-config/services/containers/minecraft/mods/mcw-paths-1.1.0fabric-mc1.21.1.jar new file mode 100644 index 0000000..1acb001 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-paths-1.1.0fabric-mc1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-roofs-2.3.2-mc1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-roofs-2.3.2-mc1.21.1fabric.jar new file mode 100644 index 0000000..cd21bbb Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-roofs-2.3.2-mc1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-stairs-1.0.1-1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-stairs-1.0.1-1.21.1fabric.jar new file mode 100644 index 0000000..ce4b250 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-stairs-1.0.1-1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-trapdoors-1.1.4-mc1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-trapdoors-1.1.4-mc1.21.1fabric.jar new file mode 100644 index 0000000..3bdf645 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-trapdoors-1.1.4-mc1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mcw-windows-2.3.0-mc1.21.1fabric.jar b/system-config/services/containers/minecraft/mods/mcw-windows-2.3.0-mc1.21.1fabric.jar new file mode 100644 index 0000000..fd5b12f Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mcw-windows-2.3.0-mc1.21.1fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/mobs-always-drop-1.8-1.21.1.jar b/system-config/services/containers/minecraft/mods/mobs-always-drop-1.8-1.21.1.jar new file mode 100644 index 0000000..dd75fce Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mobs-always-drop-1.8-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/mobs_of_mythology-fabric-1.21.1-2.2.2.jar b/system-config/services/containers/minecraft/mods/mobs_of_mythology-fabric-1.21.1-2.2.2.jar new file mode 100644 index 0000000..d8bb165 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mobs_of_mythology-fabric-1.21.1-2.2.2.jar differ diff --git a/system-config/services/containers/minecraft/mods/moonlight-1.21-2.18.16-fabric.jar b/system-config/services/containers/minecraft/mods/moonlight-1.21-2.18.16-fabric.jar new file mode 100644 index 0000000..99149cf Binary files /dev/null and b/system-config/services/containers/minecraft/mods/moonlight-1.21-2.18.16-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/more_rpg_classes-2.2.5-1.21.1.jar b/system-config/services/containers/minecraft/mods/more_rpg_classes-2.2.5-1.21.1.jar new file mode 100644 index 0000000..f6ad189 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/more_rpg_classes-2.2.5-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/morediscs-1.21.1-fabric-35.jar b/system-config/services/containers/minecraft/mods/morediscs-1.21.1-fabric-35.jar new file mode 100644 index 0000000..a5449f4 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/morediscs-1.21.1-fabric-35.jar differ diff --git a/system-config/services/containers/minecraft/mods/mvs-4.2.9-1.21.jar b/system-config/services/containers/minecraft/mods/mvs-4.2.9-1.21.jar new file mode 100644 index 0000000..cdf4a28 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mvs-4.2.9-1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/mythicmetals-0.23.0+1.21.jar b/system-config/services/containers/minecraft/mods/mythicmetals-0.23.0+1.21.jar new file mode 100644 index 0000000..ffc939d Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mythicmetals-0.23.0+1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/mythicupgrades-4.2.0+mc1.21.jar b/system-config/services/containers/minecraft/mods/mythicupgrades-4.2.0+mc1.21.jar new file mode 100644 index 0000000..707782f Binary files /dev/null and b/system-config/services/containers/minecraft/mods/mythicupgrades-4.2.0+mc1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/noisium-fabric-2.3.0+mc1.21-1.21.1.jar b/system-config/services/containers/minecraft/mods/noisium-fabric-2.3.0+mc1.21-1.21.1.jar new file mode 100644 index 0000000..d144e4f Binary files /dev/null and b/system-config/services/containers/minecraft/mods/noisium-fabric-2.3.0+mc1.21-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/oracle_index-fabric-0.3.0.jar b/system-config/services/containers/minecraft/mods/oracle_index-fabric-0.3.0.jar new file mode 100644 index 0000000..8cccab9 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/oracle_index-fabric-0.3.0.jar differ diff --git a/system-config/services/containers/minecraft/mods/oritech-fabric-0.16.2.jar b/system-config/services/containers/minecraft/mods/oritech-fabric-0.16.2.jar new file mode 100644 index 0000000..49e05a7 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/oritech-fabric-0.16.2.jar differ diff --git a/system-config/services/containers/minecraft/mods/owo-lib-0.12.15.4+1.21.jar b/system-config/services/containers/minecraft/mods/owo-lib-0.12.15.4+1.21.jar new file mode 100644 index 0000000..bbf07a6 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/owo-lib-0.12.15.4+1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/paladins-2.4.14+1.21.1.jar b/system-config/services/containers/minecraft/mods/paladins-2.4.14+1.21.1.jar new file mode 100644 index 0000000..b457f1d Binary files /dev/null and b/system-config/services/containers/minecraft/mods/paladins-2.4.14+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/paradise-lost-2.3.3-beta+1.21.0.jar b/system-config/services/containers/minecraft/mods/paradise-lost-2.3.3-beta+1.21.0.jar new file mode 100644 index 0000000..51d4150 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/paradise-lost-2.3.3-beta+1.21.0.jar differ diff --git a/system-config/services/containers/minecraft/mods/player-animation-lib-fabric-2.0.1+1.21.1.jar b/system-config/services/containers/minecraft/mods/player-animation-lib-fabric-2.0.1+1.21.1.jar new file mode 100644 index 0000000..7ba75e9 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/player-animation-lib-fabric-2.0.1+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/potentials-fabric-1.21-0.6.2.jar b/system-config/services/containers/minecraft/mods/potentials-fabric-1.21-0.6.2.jar new file mode 100644 index 0000000..a3646a1 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/potentials-fabric-1.21-0.6.2.jar differ diff --git a/system-config/services/containers/minecraft/mods/ranged_weapon_api-2.1.1+1.21.1.jar b/system-config/services/containers/minecraft/mods/ranged_weapon_api-2.1.1+1.21.1.jar new file mode 100644 index 0000000..d661417 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/ranged_weapon_api-2.1.1+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/reacharound+1.21-1.3.1.jar b/system-config/services/containers/minecraft/mods/reacharound+1.21-1.3.1.jar new file mode 100644 index 0000000..cf60bd5 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/reacharound+1.21-1.3.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/rechiseled-1.1.6b-fabric-mc1.21.jar b/system-config/services/containers/minecraft/mods/rechiseled-1.1.6b-fabric-mc1.21.jar new file mode 100644 index 0000000..36bc5f6 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/rechiseled-1.1.6b-fabric-mc1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/relics-1.0.6+1.21.1.jar b/system-config/services/containers/minecraft/mods/relics-1.0.6+1.21.1.jar new file mode 100644 index 0000000..d43e892 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/relics-1.0.6+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/resourcefulconfig-fabric-1.21-3.0.11.jar b/system-config/services/containers/minecraft/mods/resourcefulconfig-fabric-1.21-3.0.11.jar new file mode 100644 index 0000000..c57d76b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/resourcefulconfig-fabric-1.21-3.0.11.jar differ diff --git a/system-config/services/containers/minecraft/mods/resourcefullib-fabric-1.21-3.0.12.jar b/system-config/services/containers/minecraft/mods/resourcefullib-fabric-1.21-3.0.12.jar new file mode 100644 index 0000000..1443251 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/resourcefullib-fabric-1.21-3.0.12.jar differ diff --git a/system-config/services/containers/minecraft/mods/rogues-2.4.10+1.21.1.jar b/system-config/services/containers/minecraft/mods/rogues-2.4.10+1.21.1.jar new file mode 100644 index 0000000..1423c3c Binary files /dev/null and b/system-config/services/containers/minecraft/mods/rogues-2.4.10+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/runes-1.1.3+1.21.1.jar b/system-config/services/containers/minecraft/mods/runes-1.1.3+1.21.1.jar new file mode 100644 index 0000000..40898a5 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/runes-1.1.3+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/scalable-cats-force-fabric-3.1.6.jar b/system-config/services/containers/minecraft/mods/scalable-cats-force-fabric-3.1.6.jar new file mode 100644 index 0000000..8643525 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/scalable-cats-force-fabric-3.1.6.jar differ diff --git a/system-config/services/containers/minecraft/mods/simplyswords-fabric-1.60.11-1.21.1.jar b/system-config/services/containers/minecraft/mods/simplyswords-fabric-1.60.11-1.21.1.jar new file mode 100644 index 0000000..5b48281 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/simplyswords-fabric-1.60.11-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/spell_engine-1.6.12+1.21.1.jar b/system-config/services/containers/minecraft/mods/spell_engine-1.6.12+1.21.1.jar new file mode 100644 index 0000000..8c637eb Binary files /dev/null and b/system-config/services/containers/minecraft/mods/spell_engine-1.6.12+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/spell_power-1.3.0+1.21.1.jar b/system-config/services/containers/minecraft/mods/spell_power-1.3.0+1.21.1.jar new file mode 100644 index 0000000..72ad32f Binary files /dev/null and b/system-config/services/containers/minecraft/mods/spell_power-1.3.0+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/spellbound-weapons-v4.1.0c.jar b/system-config/services/containers/minecraft/mods/spellbound-weapons-v4.1.0c.jar new file mode 100644 index 0000000..404dd64 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/spellbound-weapons-v4.1.0c.jar differ diff --git a/system-config/services/containers/minecraft/mods/stellaris-1.21-fabric-1.3.17.jar b/system-config/services/containers/minecraft/mods/stellaris-1.21-fabric-1.3.17.jar new file mode 100644 index 0000000..ea9f6d3 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/stellaris-1.21-fabric-1.3.17.jar differ diff --git a/system-config/services/containers/minecraft/mods/structure_pool_api-1.1.3+1.21.1.jar b/system-config/services/containers/minecraft/mods/structure_pool_api-1.1.3+1.21.1.jar new file mode 100644 index 0000000..cfba5b7 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/structure_pool_api-1.1.3+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/supermartijn642configlib-1.1.8-fabric-mc1.21.jar b/system-config/services/containers/minecraft/mods/supermartijn642configlib-1.1.8-fabric-mc1.21.jar new file mode 100644 index 0000000..a50acb6 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/supermartijn642configlib-1.1.8-fabric-mc1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/supermartijn642corelib-1.1.18a-fabric-mc1.21.jar b/system-config/services/containers/minecraft/mods/supermartijn642corelib-1.1.18a-fabric-mc1.21.jar new file mode 100644 index 0000000..dbdcbec Binary files /dev/null and b/system-config/services/containers/minecraft/mods/supermartijn642corelib-1.1.18a-fabric-mc1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/tectonic-3.0.1-fabric-1.21.1.jar b/system-config/services/containers/minecraft/mods/tectonic-3.0.1-fabric-1.21.1.jar new file mode 100644 index 0000000..2e60a40 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/tectonic-3.0.1-fabric-1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/tool-trims-packaged-v2.2.2b.jar b/system-config/services/containers/minecraft/mods/tool-trims-packaged-v2.2.2b.jar new file mode 100644 index 0000000..864364c Binary files /dev/null and b/system-config/services/containers/minecraft/mods/tool-trims-packaged-v2.2.2b.jar differ diff --git a/system-config/services/containers/minecraft/mods/trashslot-fabric-1.21.1-21.1.4.jar b/system-config/services/containers/minecraft/mods/trashslot-fabric-1.21.1-21.1.4.jar new file mode 100644 index 0000000..8b64700 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/trashslot-fabric-1.21.1-21.1.4.jar differ diff --git a/system-config/services/containers/minecraft/mods/travelersbackpack-fabric-1.21.1-10.1.22.jar b/system-config/services/containers/minecraft/mods/travelersbackpack-fabric-1.21.1-10.1.22.jar new file mode 100644 index 0000000..11e5fc5 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/travelersbackpack-fabric-1.21.1-10.1.22.jar differ diff --git a/system-config/services/containers/minecraft/mods/trickster-2.0.0-beta.27.jar b/system-config/services/containers/minecraft/mods/trickster-2.0.0-beta.27.jar new file mode 100644 index 0000000..a44e572 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/trickster-2.0.0-beta.27.jar differ diff --git a/system-config/services/containers/minecraft/mods/trinkets-3.10.0.jar b/system-config/services/containers/minecraft/mods/trinkets-3.10.0.jar new file mode 100644 index 0000000..4e2765a Binary files /dev/null and b/system-config/services/containers/minecraft/mods/trinkets-3.10.0.jar differ diff --git a/system-config/services/containers/minecraft/mods/universal_ores-v1.6.1.jar b/system-config/services/containers/minecraft/mods/universal_ores-v1.6.1.jar new file mode 100644 index 0000000..4b257ba Binary files /dev/null and b/system-config/services/containers/minecraft/mods/universal_ores-v1.6.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/village_taverns-1.0.6+1.21.1.jar b/system-config/services/containers/minecraft/mods/village_taverns-1.0.6+1.21.1.jar new file mode 100644 index 0000000..55fb302 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/village_taverns-1.0.6+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/waystones-fabric-1.21.1-21.1.19.jar b/system-config/services/containers/minecraft/mods/waystones-fabric-1.21.1-21.1.19.jar new file mode 100644 index 0000000..e6cca35 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/waystones-fabric-1.21.1-21.1.19.jar differ diff --git a/system-config/services/containers/minecraft/mods/weaponmaster_ydm-fabric-1.21-4.2.6.jar b/system-config/services/containers/minecraft/mods/weaponmaster_ydm-fabric-1.21-4.2.6.jar new file mode 100644 index 0000000..c18da4b Binary files /dev/null and b/system-config/services/containers/minecraft/mods/weaponmaster_ydm-fabric-1.21-4.2.6.jar differ diff --git a/system-config/services/containers/minecraft/mods/witcher-class-mod-2.4.8-1.21.jar b/system-config/services/containers/minecraft/mods/witcher-class-mod-2.4.8-1.21.jar new file mode 100644 index 0000000..dfedd10 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/witcher-class-mod-2.4.8-1.21.jar differ diff --git a/system-config/services/containers/minecraft/mods/wizards-2.4.12+1.21.1.jar b/system-config/services/containers/minecraft/mods/wizards-2.4.12+1.21.1.jar new file mode 100644 index 0000000..bb08165 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/wizards-2.4.12+1.21.1.jar differ diff --git a/system-config/services/containers/minecraft/mods/worldweaver-21.0.13.jar b/system-config/services/containers/minecraft/mods/worldweaver-21.0.13.jar new file mode 100644 index 0000000..30808e1 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/worldweaver-21.0.13.jar differ diff --git a/system-config/services/containers/minecraft/mods/xercamusic-1.21.1-1.0.0.jar b/system-config/services/containers/minecraft/mods/xercamusic-1.21.1-1.0.0.jar new file mode 100644 index 0000000..6dfc2e2 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/xercamusic-1.21.1-1.0.0.jar differ diff --git a/system-config/services/containers/minecraft/mods/yet_another_config_lib_v3-3.7.1+1.21.1-fabric.jar b/system-config/services/containers/minecraft/mods/yet_another_config_lib_v3-3.7.1+1.21.1-fabric.jar new file mode 100644 index 0000000..1facc49 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/yet_another_config_lib_v3-3.7.1+1.21.1-fabric.jar differ diff --git a/system-config/services/containers/minecraft/mods/youre-in-grave-danger-fabric-2.4.17.jar b/system-config/services/containers/minecraft/mods/youre-in-grave-danger-fabric-2.4.17.jar new file mode 100644 index 0000000..65e3e44 Binary files /dev/null and b/system-config/services/containers/minecraft/mods/youre-in-grave-danger-fabric-2.4.17.jar differ diff --git a/system-config/services/minecraft/default.nix b/system-config/services/minecraft/default.nix index 8816d0e..acdb975 100644 --- a/system-config/services/minecraft/default.nix +++ b/system-config/services/minecraft/default.nix @@ -24,21 +24,24 @@ servers = { - vanilla = { + bedrock = { enable = true; - package = pkgs.fabricServers.fabric-1_21_5; + package = pkgs.fabricServers.fabric-1_21_8; serverProperties = { server-port = 25565; gamemode = "survival"; white-list = true; motd = "Didn't see that coming huh?"; }; - whitelist = { + /*whitelist = { "MeasureTwice66" = "a4032062-293d-484d-a790-9f52475836bb"; "651sonic" = "936a3fb0-4548-4557-975b-7794e97a3afc"; "Griffin12_" = "6a1f56d9-f712-4723-a031-e5437a389bb3"; - }; + };*/ autoStart = true; + symlinks = { + "mods" = ./mods; + }; }; modded = {