added create mod
This commit is contained in:
parent
fc5ad97a12
commit
178e29d8d9
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -45,6 +45,16 @@ file = "mods/continuity.pw.toml"
|
||||||
hash = "3476857955abc3053155ef32f1479594d3a7b61e522d570d66f1d0d327b4ecf8"
|
hash = "3476857955abc3053155ef32f1479594d3a7b61e522d570d66f1d0d327b4ecf8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/create-fabric.pw.toml"
|
||||||
|
hash = "c5bd4a4596e5a5b994963e8804a10fab35729c3ce86e6f5797efa38ccefab0bc"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/createplus.pw.toml"
|
||||||
|
hash = "84a26eada70c919e518bdc9f51f1df2b5283d98b6b1acd1d0ae33f162b5e26df"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cull-less-leaves.pw.toml"
|
file = "mods/cull-less-leaves.pw.toml"
|
||||||
hash = "cd41e5b7c8618ab49ce53eb61df2877be283b16eebf92b11f1b110bcd8494a02"
|
hash = "cd41e5b7c8618ab49ce53eb61df2877be283b16eebf92b11f1b110bcd8494a02"
|
||||||
|
|
13
mods/create-fabric.pw.toml
Normal file
13
mods/create-fabric.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create Fabric"
|
||||||
|
filename = "create-mc1.18.2_v0.4.1+637.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "aecad84b43649edc50a7ee471be8668e22073c91"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 3848372
|
||||||
|
project-id = 624165
|
13
mods/createplus.pw.toml
Normal file
13
mods/createplus.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "CreatePlus"
|
||||||
|
filename = "createplus-1.0.0-beta4.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/svgZx0UN/versions/1.0-beta4/createplus-1.0.0-beta4.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "199a839806d471ff5b44e65b084998e10ec176ef"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "svgZx0UN"
|
||||||
|
version = "9UJV0MUF"
|
|
@ -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 = "c32057894a98fdd5e016f6bcb311e413b6b718b9ea5a6a0bddac9ca0d5034174"
|
hash = "cf36a83f07730c0a5c38cac9a6981a42160319ab5116352ce7e37f0c04d7d9ef"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.8"
|
fabric = "0.14.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue