Skip to content

Commit

Permalink
added autopause
Browse files Browse the repository at this point in the history
  • Loading branch information
lizclipse committed Mar 25, 2024
1 parent e434393 commit f8004a2
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hash = "fbed9ffa76d58ca544c04f1b8cea632033a72fe64daf7c106f874bc21715113a"

[[files]]
file = "README.md"
hash = "4efe768f8728e3df19f8d6fa1dc9a68b84dd352929a9a793ed30744830d2a6c1"
hash = "d4486280b1fa713512b647681f9084d59e976311f5531c25ab03e205f9dfdfb5"

[[files]]
file = "config/quilt-loader-overrides.json"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
13 changes: 13 additions & 0 deletions mods/completeconfig.pw.toml
Original file line number Diff line number Diff line change
@@ -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"
13 changes: 13 additions & 0 deletions mods/multiplayer-server-pause.pw.toml
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions pack.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f8004a2

Please sign in to comment.