Made "Seamless Loading Screen" optional, +TimeOutOut
This commit is contained in:
parent
1d568aea1d
commit
eaf75a53dd
|
@ -241,6 +241,7 @@ ME system from ComputerCraft computers.
|
|||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/Eldc1g37/36f2c7c76a7fc63e827bc20657853b7f1d9e4060.png">[<abbr title="side:both">CS</abbr>] **[TCDCommons API](https://modrinth.com/mod/tcdcommons)** - TheCSDev's personal library mod for the Minecraft modding enviroment.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/gKNwt7xu/icon.gif">[<abbr title="side:both">CS</abbr>] **[Tempad](https://modrinth.com/mod/tempad)** - Create a portal to anywhere from anywhere
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/wwcspvkr/icon.png">[<abbr title="side:both">CS</abbr>] **[Textile Backup](https://modrinth.com/mod/textile_backup)** - Backup for Fabric
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/7cFX55fD/icon.png">[<abbr title="side:server">SO</abbr>] **[TimeOutOut](https://modrinth.com/mod/timeoutout)** - Configure connection timeouts from client to server.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/ljgxd2P8/a948a03e94204c73b3d6a0bdb7dbd6311120f513.png">[<abbr title="side:both">CS</abbr>] **[Tom's Peripherals](https://modrinth.com/mod/toms-peripherals)** - CC: Tweaked Addon with High resolution monitors, 3D grahpics and more
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/XZNI4Cpy/icon.png">[<abbr title="side:both">CS</abbr>] **[Tom's Simple Storage Mod](https://modrinth.com/mod/toms-storage)** - Simple vanilla style storage mod
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/2RKFTmiB/e2ebd2a3e0b5f30ed8d1084b79c568895a12f656.png">[<abbr title="side:client">CO</abbr>] **[ToolTipFix](https://modrinth.com/mod/tooltipfix)** - Fixes Tooltips from runnning off the screen.
|
||||
|
|
11
index.toml
11
index.toml
|
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = "README.md"
|
||||
hash = "1cb7a0a1e3d4850d784c1f22ab702b1428aa8875540d10a6b1ddc1f9bbc79316"
|
||||
hash = "ec39c395530a4eebe789c200f046d1102f2a8222f676c7c963906397cc3ec79d"
|
||||
|
||||
[[files]]
|
||||
file = "make-list.py"
|
||||
|
@ -10,7 +10,7 @@ hash = "a132fc3ad4053560ff53c918b1838b39770ba3702086cab25d881d62bbd997a7"
|
|||
|
||||
[[files]]
|
||||
file = "modinfo.toml"
|
||||
hash = "238b04d693393ff038b571fc1a9592419e9fb03a1fd5c3f9344ccf22d1d8929a"
|
||||
hash = "4bea96ca0e29935091c6b9d1628a3790aa19042296790b2131ce71e6c5240f29"
|
||||
|
||||
[[files]]
|
||||
file = "mods/3dskinlayers.pw.toml"
|
||||
|
@ -1059,7 +1059,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/seamless-loading-screen.pw.toml"
|
||||
hash = "1cc8781b7c9b2fe9a7a3b9ab2ae6742374a007fc075c865827f97ece36f2919d"
|
||||
hash = "89d7f8516dcfe8886efe77f2a08b9d5fe09d2c6ae6e92b739cefc8650087de06"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -1207,6 +1207,11 @@ file = "mods/textile_backup.pw.toml"
|
|||
hash = "de89d4ffd14c02db24f737055f1f11b784bcb98e7e826efa4bc2329a962b4ba5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/timeoutout.pw.toml"
|
||||
hash = "79bf46f1892bfb23ff9a69b16d0f9147da33809021f0f2ef2f73ae7d10bbefec"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/toms-peripherals.pw.toml"
|
||||
hash = "5b304c4849b7f6260644ac83654e876ab7d4bd73208525bac4a841be615dc4b1"
|
||||
|
|
|
@ -2221,3 +2221,11 @@ link = "https://modrinth.com/mod/bclib"
|
|||
side = "both"
|
||||
optional = false
|
||||
icon = "https://cdn.modrinth.com/data/BgNRHReB/1b057bebe91712f5d135b2240baaffa8cd3cf065.png"
|
||||
|
||||
[mods.timeoutout]
|
||||
name = "TimeOutOut"
|
||||
description = "Configure connection timeouts from client to server."
|
||||
link = "https://modrinth.com/mod/timeoutout"
|
||||
side = "server"
|
||||
optional = false
|
||||
icon = "https://cdn.modrinth.com/data/7cFX55fD/icon.png"
|
||||
|
|
|
@ -11,3 +11,8 @@ hash = "88abb18ed9fa21ed4c923b773c2681506a03be57"
|
|||
[update.modrinth]
|
||||
mod-id = "TyTPFOiF"
|
||||
version = "31S6g6rg"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Preloads chunks before letting you join. Disable if you have issues with timeouts"
|
||||
default = true
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name = "TimeOutOut"
|
||||
filename = "timeoutout-1.0.3+1.19.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/7cFX55fD/versions/1.0.3/timeoutout-1.0.3%2B1.19.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ca85e8276c84d67361331ad2aadd5ed1eab3cf8c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "7cFX55fD"
|
||||
version = "iDUwwz5Q"
|
Loading…
Reference in New Issue