[tmp] Removed Krypton
This commit is contained in:
parent
bd1e5be6bf
commit
14ad8b5666
|
@ -135,7 +135,6 @@ Make this game at least playable
|
|||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/ohNO6lps/cb3b942cc18a66a0f35f802e004713f134e46cc2.png">[<abbr title="side:both">CS</abbr>] **[Forge Config API Port](https://modrinth.com/mod/forge-config-api-port)** - NeoForge's & Forge's config systems provided to other modding ecosystems. Designed for a multiloader architecture.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/Orvt0mRa/icon.png">[<abbr title="side:client">CO</abbr>] **[Indium](https://modrinth.com/mod/indium)** - Sodium addon providing support for the Fabric Rendering API, based on Indigo
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/ndHYMY2K/7d3794f7fdc4974ce4386bfc3e0ec27140a33de5.png">[<abbr title="side:client">CO</abbr>] **[Iris & Oculus Flywheel Compat](https://modrinth.com/mod/iris-flw-compat)** - Enable Flywheel's optimizations when using shaderpacks.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/fQEb0iXm/icon.png">[<abbr title="side:both">CS</abbr>] **[Krypton](https://modrinth.com/mod/krypton)** - A mod to optimize the Minecraft networking stack
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/hvFnDODi/icon.png">[<abbr title="side:both">CS</abbr>] **[LazyDFU](https://modrinth.com/mod/lazydfu)** - Makes the game boot faster by deferring non-essential initialization
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/gvQqBUqZ/icon.png">[<abbr title="side:both">CS</abbr>] **[Lithium](https://modrinth.com/mod/lithium)** - No-compromises game logic/server optimization mod
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/QdG47OkI/5a8203e120985d11616614e11ad7b888997000d8.png">[<abbr title="side:client">CO</abbr>] **[Model Gap Fix](https://modrinth.com/mod/modelfix)** - Fixes gaps in Block Models and Item Models
|
||||
|
|
|
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = "README.md"
|
||||
hash = "06a186c8442b648bc0eea5baf59560f32abf4d45b8782ef571fbd977b9ff9365"
|
||||
hash = "31c081db0ec85438592365cfda2f8387c00b4f0a9ec06ccbd08a4ba7eceeea2c"
|
||||
|
||||
[[files]]
|
||||
file = "make-list.py"
|
||||
|
@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92"
|
|||
|
||||
[[files]]
|
||||
file = "modinfo.toml"
|
||||
hash = "a4fb1486323e6dceff567bf3aee9c9cf0728820e4835df678193af9190c9f8a0"
|
||||
hash = "06ade5f95e671a08b9ea4a93f4103aa1e9b3113a72b027ee7d13afac52ee9545"
|
||||
|
||||
[[files]]
|
||||
file = "mods/3dskinlayers.pw.toml"
|
||||
|
@ -827,11 +827,6 @@ file = "mods/konkrete.pw.toml"
|
|||
hash = "b0487d5437a636e61b353c70699994de1fd1aca903853d9366860cbbcfca5fd2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/krypton.pw.toml"
|
||||
hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lazydfu.pw.toml"
|
||||
hash = "b4ca05b39b85c27cd97ccb65d5fb832f5e9fd7ee5710542a3e69dfa30a97ea7d"
|
||||
|
|
|
@ -2487,6 +2487,7 @@ icon = "https://cdn.modrinth.com/data/fQEb0iXm/icon.png"
|
|||
side = "both"
|
||||
optional = false
|
||||
category = "optimization"
|
||||
removed = true
|
||||
|
||||
[mods.delightful-creators-fabric]
|
||||
name = "Delightful Creators [Fabric]"
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
name = "Krypton"
|
||||
filename = "krypton-0.2.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4d499819effd8afe811e5d93952fcc46765a00df"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fQEb0iXm"
|
||||
version = "jiDwS0W1"
|
Loading…
Reference in New Issue