From f8004a26c7590b6098028079a75c0937a7683dd5 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Mon, 25 Mar 2024 00:16:24 +0000 Subject: [PATCH] added autopause --- README.md | 6 ++---- index.toml | 12 +++++++++++- mods/completeconfig.pw.toml | 13 +++++++++++++ mods/multiplayer-server-pause.pw.toml | 13 +++++++++++++ pack.toml | 4 ++-- 5 files changed, 41 insertions(+), 7 deletions(-) create mode 100644 mods/completeconfig.pw.toml create mode 100644 mods/multiplayer-server-pause.pw.toml diff --git a/README.md b/README.md index 63cfd5f..cedf391 100644 --- a/README.md +++ b/README.md @@ -155,11 +155,9 @@ services: environment: - "EULA=true" - "TYPE=quilt" - - "PACKWIZ_URL=https://raw.githubusercontent.com/lizclipse/lizs-limited-liability/v0.5.0/pack.toml" + - "PACKWIZ_URL=https://raw.githubusercontent.com/lizclipse/lizs-limited-liability/v0.6.0/pack.toml" - "VERSION=1.20.1" - - "MAX_MEMORY=5G" - - "ENABLE_AUTOPAUSE=true" - - "AUTOPAUSE_KNOCK_INTERFACE=tap0" + - "MAX_MEMORY=8G" - "MAX_TICK_TIME=-1" volumes: # attach the relative directory 'data' to the container's /data path diff --git a/index.toml b/index.toml index aabf79f..eac82e0 100644 --- a/index.toml +++ b/index.toml @@ -6,7 +6,7 @@ hash = "fbed9ffa76d58ca544c04f1b8cea632033a72fe64daf7c106f874bc21715113a" [[files]] file = "README.md" -hash = "4efe768f8728e3df19f8d6fa1dc9a68b84dd352929a9a793ed30744830d2a6c1" +hash = "d4486280b1fa713512b647681f9084d59e976311f5531c25ab03e205f9dfdfb5" [[files]] file = "config/quilt-loader-overrides.json" @@ -171,6 +171,11 @@ file = "mods/compact-help-command.pw.toml" hash = "1a42178676e9ed0a7e088185877e6843cfae928bc3fbeeff2afdfb38cd03d158" metafile = true +[[files]] +file = "mods/completeconfig.pw.toml" +hash = "2b880a4be1a624e956fafaea89834828c58b0c512e611e6746c3fb8d9e93b260" +metafile = true + [[files]] file = "mods/continuity.pw.toml" hash = "bb7b31de1f5c7941aff59030d59168a5971e8c47884bcd8905637836ff97ce46" @@ -421,6 +426,11 @@ file = "mods/muffins-slime-golem.pw.toml" hash = "ee3b2e247b0167a036e066e65295ab6a4292446cee4f3cacb20b7d0f64c40e0e" metafile = true +[[files]] +file = "mods/multiplayer-server-pause.pw.toml" +hash = "a6de951e4d89d37e73f5f71d24ef28cea7f36e5317b1ad5df86d4879849e8e52" +metafile = true + [[files]] file = "mods/netherportalfix.pw.toml" hash = "6f544187351671449d090d19f2279c288efba093d470a0bbd4580eb2750105cb" diff --git a/mods/completeconfig.pw.toml b/mods/completeconfig.pw.toml new file mode 100644 index 0000000..3c6c5d1 --- /dev/null +++ b/mods/completeconfig.pw.toml @@ -0,0 +1,13 @@ +name = "CompleteConfig" +filename = "completeconfig-2.5.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GtqG8z1h/versions/df7u1Xpi/completeconfig-2.5.0.jar" +hash-format = "sha1" +hash = "1c9ea8fb5cbc7d9aa39c9f388f87ee5a2e91fc87" + +[update] +[update.modrinth] +mod-id = "GtqG8z1h" +version = "df7u1Xpi" diff --git a/mods/multiplayer-server-pause.pw.toml b/mods/multiplayer-server-pause.pw.toml new file mode 100644 index 0000000..f8eaa84 --- /dev/null +++ b/mods/multiplayer-server-pause.pw.toml @@ -0,0 +1,13 @@ +name = "Multiplayer Server Pause" +filename = "MultiplayerServerPause-1.20.1-Fabric-1.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RPXnAvtA/versions/JYLjsicg/MultiplayerServerPause-1.20.1-Fabric-1.1.0.jar" +hash-format = "sha1" +hash = "cc3954d16a8ab331e3b52c032a2dcc913252ff4d" + +[update] +[update.modrinth] +mod-id = "RPXnAvtA" +version = "JYLjsicg" diff --git a/pack.toml b/pack.toml index 471b363..03ec9ed 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Lizs Limited Liability" author = "lizclipse" -version = "0.5.0" +version = "0.6.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "38eeabf7c3c7bd24b9fec9ebc48e02bae0d9afaab3a7eb3317f63a92ce89b709" +hash = "d34e276bd6a14687c8ace974651ceafede25f4e982577c40ba6d7a7907ecb6ce" [versions] minecraft = "1.20.1"