add mineral-chance to client for singleplayer use
This commit is contained in:
parent
aeffda9b46
commit
5e8fbb2f19
4 changed files with 37 additions and 1 deletions
|
@ -37,6 +37,11 @@ file = "mods/cloth-config.pw.toml"
|
|||
hash = "3c184c5f2b8648c1106038d68ffece8f508dd3d4241b3d1e89080a0ed2d35b3e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/collective-fabric.pw.toml"
|
||||
hash = "48950625c9e767180664bd130ccdc7ef657626bb933bea64aa57091663d1cbbc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-fabric.pw.toml"
|
||||
hash = "c5bd4a4596e5a5b994963e8804a10fab35729c3ce86e6f5797efa38ccefab0bc"
|
||||
|
@ -82,6 +87,11 @@ file = "mods/indium.pw.toml"
|
|||
hash = "8144bc5631457a762074a032a196e7cf5b40607f705923ee3305c9d20aed61cf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mineral-chance-fabric.pw.toml"
|
||||
hash = "04c72f0ff8258b9269c0b6b70d73f18403b8a7587b8736982048d88561cefa8b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "86c821389c1ecfcf2b83975287bf3a549b00b096989324bcc15fe8a0cb06e80e"
|
||||
|
|
13
.minecraft/mods/collective-fabric.pw.toml
Normal file
13
.minecraft/mods/collective-fabric.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Collective (Fabric)"
|
||||
filename = "collective-fabric-1.18.x-4.27.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "e8aa2a5ef7f929c46a2ce193a366ddd63e449e41"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3821255
|
||||
project-id = 526606
|
13
.minecraft/mods/mineral-chance-fabric.pw.toml
Normal file
13
.minecraft/mods/mineral-chance-fabric.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Mineral Chance (Fabric)"
|
||||
filename = "mineralchance-fabric_1.18.x-1.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "ebbd301510e050a8b01a50f211a54f7786d0ed27"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3542196
|
||||
project-id = 529925
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "f33b08485d1ce64c30b62e2cd8cb9998dbd6295c49a8457485e76c7ff2d7faae"
|
||||
hash = "991d6b717454c81b297efdcc5a1450e7eb562b802318c4f3ffd28ba42c695a79"
|
||||
|
||||
[versions]
|
||||
fabric = "0.13.3"
|
||||
|
|
Loading…
Reference in a new issue