Added some more forgotten basics.

I didn't realize a search bar in the keybinds screen wasn't default. We
also had a specific request for nether ores.
This commit is contained in:
Raz 2023-04-18 16:18:56 -05:00
parent bfaa77f1e0
commit f0b1f9afbd
4 changed files with 37 additions and 1 deletions

View File

@ -69,6 +69,11 @@ file = "mods/balm.pw.toml"
hash = "22f47db1058d619e0ed6c6531eac43dd9b504addff8a2f1fc8ba2d4856a2feba" hash = "22f47db1058d619e0ed6c6531eac43dd9b504addff8a2f1fc8ba2d4856a2feba"
metafile = true metafile = true
[[files]]
file = "mods/basic-nether-ores.pw.toml"
hash = "225413bf6a29223dd3c9bef519f627c5bac75d01b6ebf333d614a2126593f711"
metafile = true
[[files]] [[files]]
file = "mods/better-advancements.pw.toml" file = "mods/better-advancements.pw.toml"
hash = "6d5097ecaf832199d5a8eb0d28bf7869134b54f93fd0999b7bdfe0129716c720" hash = "6d5097ecaf832199d5a8eb0d28bf7869134b54f93fd0999b7bdfe0129716c720"
@ -154,6 +159,11 @@ file = "mods/construction-wand.pw.toml"
hash = "ea50ffe105662eb20c7cdcad6c4a2f5643813716391649f2e134db94a6bb2e31" hash = "ea50ffe105662eb20c7cdcad6c4a2f5643813716391649f2e134db94a6bb2e31"
metafile = true metafile = true
[[files]]
file = "mods/controlling.pw.toml"
hash = "a94bec93c6e2f350d4bfd94d6f557fca51ef4358aa4a714e87816243537a6623"
metafile = true
[[files]] [[files]]
file = "mods/cooking-for-blockheads.pw.toml" file = "mods/cooking-for-blockheads.pw.toml"
hash = "2903d8b4bd76e49005ca60a3e90b57b864dea723bf715ccc535e065fb24b1327" hash = "2903d8b4bd76e49005ca60a3e90b57b864dea723bf715ccc535e065fb24b1327"

View File

@ -0,0 +1,13 @@
name = "Basic Nether Ores [Forge/Fabric]"
filename = "BasicNetherOres-1.19.2-8.2.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "1412f9dbc5f728cda60f8f1206dac3c85df57a7b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3940673
project-id = 289647

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

@ -0,0 +1,13 @@
name = "Controlling"
filename = "Controlling-forge-1.19.2-10.0+7.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d4f0dd0adc62ef695fbf52df5ad92e9c888082a0"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4050343
project-id = 250398

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 = "37cba94b8646eb90c994ec36362f440e72d4fe43388ecf5725c92b3fc094cd88" hash = "8841e5498857702edbd9cc35b4a6229448cab4d62ea9224199a29dc6f60afab9"
[versions] [versions]
forge = "43.2.8" forge = "43.2.8"