Added some Create addons and farmland thing
This commit is contained in:
parent
83ad3376f8
commit
600accf806
15
index.toml
15
index.toml
|
@ -299,6 +299,11 @@ file = "mods/create-deco.pw.toml"
|
|||
hash = "0372b9ea1233cf516f205bed50c4014bfb4e806406657b8f803409a71d81d88a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-dreams-and-desires.pw.toml"
|
||||
hash = "20b927814945569eaf2828479e02e4706d7012e742a010c75283f2b614b238b1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-enchantment-industry-fabric.pw.toml"
|
||||
hash = "da0b1e65c3bb9f9eabfbaf4242b3adf22267752adb3824fe62b24077cf458340"
|
||||
|
@ -319,6 +324,11 @@ file = "mods/create-new-age.pw.toml"
|
|||
hash = "246738f5a6bb9726299202fbe7a639ca214cf704e3ea6ca20414b9600c0a7412"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-railways-navigator.pw.toml"
|
||||
hash = "74b5cd69ccf714360dc5c255117141969b2cd440d05a69f6f26094114267776c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-steam-n-rails.pw.toml"
|
||||
hash = "e2a5dba48a7a2c809a2d3b0fa4ae5d3664d559415fb843e09111f2bc4e068304"
|
||||
|
@ -874,6 +884,11 @@ file = "mods/seasonhud-fabric.pw.toml"
|
|||
hash = "923ceb98b585e92a04b88447d3bfd0b9b02861f89e26c77885b7690f56ecd941"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/secure-crops.pw.toml"
|
||||
hash = "12bc39a821a93bed4ef6e38231ed302a347b0b3f10d0c76e8e6ae7e9c98aaf15"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/serverpingerfixer.pw.toml"
|
||||
hash = "1e392b828a8beb7670a4c2eb46d413acfa8552f2889b7d10e3a4ca715310677f"
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Dreams & Desires"
|
||||
filename = "create_dd-0.1d.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/JmybsfWs/versions/Knv9sBsR/create_dd-0.1d.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "09de8b59aaeca8d3fe5c0b684c667c77b9818ae2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "JmybsfWs"
|
||||
version = "Knv9sBsR"
|
|
@ -0,0 +1,13 @@
|
|||
name = "Create Railways Navigator"
|
||||
filename = "createrailwaysnavigator-0.5.2-beta-1.20.1-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Dq3STxps/versions/nsOGsaH3/createrailwaysnavigator-0.5.2-beta-1.20.1-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5b0fcf679ef98e1c65be85dd0bab240f7cf448bf"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Dq3STxps"
|
||||
version = "nsOGsaH3"
|
|
@ -0,0 +1,13 @@
|
|||
name = "Secure Crops"
|
||||
filename = "securecrops-1.0.4+1.20.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/G89SpEyJ/versions/gjmUNhTN/securecrops-1.0.4%2B1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "20144ab3dd2ab78abedfff1bab74fcbfbc3263aa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "G89SpEyJ"
|
||||
version = "gjmUNhTN"
|
Loading…
Reference in New Issue