diff --git a/CHANGELOG.md b/CHANGELOG.md index ad15a7c..22298e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.0.15 + +## Mods + +### Additions + +- FindMe + - Renders smoke on top of chests/containers that have the item you search for. Default key is "Y". +- Season HUD + - Adds an element to the map that displays the current season and day for Serene Seasons. + # 1.0.14 ## Config Changes diff --git a/index.toml b/index.toml index a3f3ef8..e11cde8 100644 --- a/index.toml +++ b/index.toml @@ -413,6 +413,11 @@ file = "mods/fastworkbench.pw.toml" hash = "5db298a5768d41bc516ac521d95588ff074e5af6bd17567628d10f319ebd85ae" metafile = true +[[files]] +file = "mods/findme.pw.toml" +hash = "903937f8f4532be3ca2a749df02e72bc8a5b8602da7341d588539c5bdc8b2482" +metafile = true + [[files]] file = "mods/flywheel.pw.toml" hash = "3e9b9722da123b1d4120f0d9aba8de9968aba4aad6e9c7564423672171e00d9e" @@ -913,6 +918,11 @@ file = "mods/scannable.pw.toml" hash = "5e2d065192f522470a9a78987c66c979faa2c908bb0328def7ac48da5b23fe1e" metafile = true +[[files]] +file = "mods/seasonhud.pw.toml" +hash = "f5f389dfb743543035a4fd4412658371fde9d08948d22275ddde48ee8f016dbb" +metafile = true + [[files]] file = "mods/sebastrnlib.pw.toml" hash = "8bd06b0803e7a21fbe6c287828128665ee753661cd7253f8653df3fd4654804a" diff --git a/mods/findme.pw.toml b/mods/findme.pw.toml new file mode 100644 index 0000000..ec5e8c0 --- /dev/null +++ b/mods/findme.pw.toml @@ -0,0 +1,13 @@ +name = "FindMe" +filename = "findme-3.1.0-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "02678b4ccf051b040d7e2021d153bf346399c226" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3910001 +project-id = 291936 diff --git a/mods/seasonhud.pw.toml b/mods/seasonhud.pw.toml new file mode 100644 index 0000000..cd2f403 --- /dev/null +++ b/mods/seasonhud.pw.toml @@ -0,0 +1,13 @@ +name = "SeasonHUD" +filename = "seasonhud-1.19.2-1.4.12.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "91d7aef918db421aaa872e5ffb18ce4106b5c940" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4502920 +project-id = 690971 diff --git a/pack.toml b/pack.toml index 91bf034..674cad5 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "ScrumptiousCraft Um" author = "razage" -version = "1.0.14" +version = "1.0.15" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "bd20d3e156a06d65e7b2d1ba0c89e11947177b170dbd080a11e2335da4b3f186" +hash = "65d05d33f4b28f3f4de389eaecabb3a123e78b1f1b0f792d91b3ceeeef4a96aa" [versions] forge = "43.2.8"