Add ferrite mod for memory optimization

This commit is contained in:
TDLaouer 2024-03-09 02:24:01 +01:00
parent f11b54774e
commit 73eefce839
3 changed files with 19 additions and 1 deletions

View File

@ -85,6 +85,11 @@ file = "mods/fabric-api.pw.toml"
hash = "be149f121385bee58583d8f65b3cab3692122051ab22d0e4c05e0c22050e9f15" hash = "be149f121385bee58583d8f65b3cab3692122051ab22d0e4c05e0c22050e9f15"
metafile = true metafile = true
[[files]]
file = "mods/ferrite-core.pw.toml"
hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a"
metafile = true
[[files]] [[files]]
file = "mods/gravestones.pw.toml" file = "mods/gravestones.pw.toml"
hash = "8b5908bca77a358572cb25abfd6353a879a0ce640937d085958eeaa67f64af8b" hash = "8b5908bca77a358572cb25abfd6353a879a0ce640937d085958eeaa67f64af8b"

13
mods/ferrite-core.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "FerriteCore"
filename = "ferritecore-6.0.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar"
hash-format = "sha1"
hash = "8fa3b84fc5860dbc30fdf8cced02af68dffcf3fa"
[update]
[update.modrinth]
mod-id = "uXXizFIs"
version = "unerR5MN"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "522f1ac28d48c1718047faf3db16945e5fdacd80f6752871590435ceaae7d72f" hash = "b967695c3b5cafcd5eabf00de3322c4aa536e5a669a35307930aec8f018d6b22"
[versions] [versions]
fabric = "0.15.7" fabric = "0.15.7"