add two new mods, QOL and forgotten
This commit is contained in:
parent
bd906da219
commit
73169815e8
5 changed files with 55 additions and 1 deletions
|
@ -165,6 +165,11 @@ file = "mods/jade.pw.toml"
|
|||
hash = "02f270e345632a00de3ea629133e7d5ca7bf7adf0a261c6439cc7989469eab26"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jamlib.pw.toml"
|
||||
hash = "fc5dd60388431a3d404302085bd94056773125d2799c9e650bb01caef94f78ad"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/krypton.pw.toml"
|
||||
hash = "998f45a9037fa4663bc5e2bea5de925bf4ce6352328fcaaa830db8466cc62416"
|
||||
|
@ -190,6 +195,11 @@ file = "mods/modmenu.pw.toml"
|
|||
hash = "e776fe49fb7af0a6d9d719cb966195c13a818619156cc96c9397d3d48445fa4a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mythicmetals.pw.toml"
|
||||
hash = "19f75b2ef17198c71927d05d00e1b6de914ef42e2adb81ae53f9a322ce0f74a7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "df11b66e152011f96cc5a4dbf35d2dec99c4373cb19a8c1c761368170d425cf4"
|
||||
|
@ -240,6 +250,11 @@ file = "mods/resourceful-lib.pw.toml"
|
|||
hash = "59512b4dcaee99bcb23c2d862c92300b2e73c4bedeb7e7e788745bbcc37831c2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rightclickharvest.pw.toml"
|
||||
hash = "17b6e5194807872ec027e757b3f0dd51b64e1ff487d9242a96adc85ef4811a23"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "3eb33b43cb00b3bdac6ea2566183b9eb2d4cd30ff22d6d40710dc1a6236ca22e"
|
||||
|
|
13
.minecraft/mods/jamlib.pw.toml
Normal file
13
.minecraft/mods/jamlib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "JamLib"
|
||||
filename = "jamlib-0.6.0+1.19.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/IYY9Siz8/versions/Lt2odJXF/jamlib-0.6.0%2B1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4fffe0147100c121dc48333e6a52a139b93d6013"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "IYY9Siz8"
|
||||
version = "Lt2odJXF"
|
13
.minecraft/mods/mythicmetals.pw.toml
Normal file
13
.minecraft/mods/mythicmetals.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Mythic Metals"
|
||||
filename = "mythicmetals-0.17.0+1.19.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bAWzYNRd/versions/ym2DWI1h/mythicmetals-0.17.0%2B1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2cdeaaeced6f39675fed998a0997ca66997dff3f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bAWzYNRd"
|
||||
version = "ym2DWI1h"
|
13
.minecraft/mods/rightclickharvest.pw.toml
Normal file
13
.minecraft/mods/rightclickharvest.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "RightClickHarvest"
|
||||
filename = "right-click-harvest-3.1.0+1.19.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Cnejf5xM/versions/GR9VyFJZ/right-click-harvest-3.1.0%2B1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d71dff252f62c088452f6f186f0e8c2041d37092"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Cnejf5xM"
|
||||
version = "GR9VyFJZ"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "79468916820f1e5cbabba13b5d037e0c0e88f3143ea9429b8667dad8ad63ff9b"
|
||||
hash = "7263cc9e4e3c186b3ca69d883c2748c10323a690fc1c5de193ecbaf1efe605b1"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.12"
|
||||
|
|
Loading…
Reference in a new issue