Added a couple of QoL mods

This commit is contained in:
Raz 2023-04-24 12:58:14 -05:00
parent 4c70639bad
commit cdb23b0eb3
5 changed files with 49 additions and 2 deletions

View File

@ -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 # 1.0.14
## Config Changes ## Config Changes

View File

@ -413,6 +413,11 @@ file = "mods/fastworkbench.pw.toml"
hash = "5db298a5768d41bc516ac521d95588ff074e5af6bd17567628d10f319ebd85ae" hash = "5db298a5768d41bc516ac521d95588ff074e5af6bd17567628d10f319ebd85ae"
metafile = true metafile = true
[[files]]
file = "mods/findme.pw.toml"
hash = "903937f8f4532be3ca2a749df02e72bc8a5b8602da7341d588539c5bdc8b2482"
metafile = true
[[files]] [[files]]
file = "mods/flywheel.pw.toml" file = "mods/flywheel.pw.toml"
hash = "3e9b9722da123b1d4120f0d9aba8de9968aba4aad6e9c7564423672171e00d9e" hash = "3e9b9722da123b1d4120f0d9aba8de9968aba4aad6e9c7564423672171e00d9e"
@ -913,6 +918,11 @@ file = "mods/scannable.pw.toml"
hash = "5e2d065192f522470a9a78987c66c979faa2c908bb0328def7ac48da5b23fe1e" hash = "5e2d065192f522470a9a78987c66c979faa2c908bb0328def7ac48da5b23fe1e"
metafile = true metafile = true
[[files]]
file = "mods/seasonhud.pw.toml"
hash = "f5f389dfb743543035a4fd4412658371fde9d08948d22275ddde48ee8f016dbb"
metafile = true
[[files]] [[files]]
file = "mods/sebastrnlib.pw.toml" file = "mods/sebastrnlib.pw.toml"
hash = "8bd06b0803e7a21fbe6c287828128665ee753661cd7253f8653df3fd4654804a" hash = "8bd06b0803e7a21fbe6c287828128665ee753661cd7253f8653df3fd4654804a"

13
mods/findme.pw.toml Normal file
View File

@ -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

13
mods/seasonhud.pw.toml Normal file
View File

@ -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

View File

@ -1,12 +1,12 @@
name = "ScrumptiousCraft Um" name = "ScrumptiousCraft Um"
author = "razage" author = "razage"
version = "1.0.14" version = "1.0.15"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "bd20d3e156a06d65e7b2d1ba0c89e11947177b170dbd080a11e2335da4b3f186" hash = "65d05d33f4b28f3f4de389eaecabb3a123e78b1f1b0f792d91b3ceeeef4a96aa"
[versions] [versions]
forge = "43.2.8" forge = "43.2.8"