From 600accf8066535ac9e63f16537ff78a48583e3c1 Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 14 May 2024 18:24:48 +0300 Subject: [PATCH] Added some Create addons and farmland thing --- index.toml | 15 +++++++++++++++ mods/create-dreams-and-desires.pw.toml | 13 +++++++++++++ mods/create-railways-navigator.pw.toml | 13 +++++++++++++ mods/secure-crops.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/create-dreams-and-desires.pw.toml create mode 100644 mods/create-railways-navigator.pw.toml create mode 100644 mods/secure-crops.pw.toml diff --git a/index.toml b/index.toml index 18f1859..81957af 100644 --- a/index.toml +++ b/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" diff --git a/mods/create-dreams-and-desires.pw.toml b/mods/create-dreams-and-desires.pw.toml new file mode 100644 index 0000000..8884169 --- /dev/null +++ b/mods/create-dreams-and-desires.pw.toml @@ -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" diff --git a/mods/create-railways-navigator.pw.toml b/mods/create-railways-navigator.pw.toml new file mode 100644 index 0000000..6acaede --- /dev/null +++ b/mods/create-railways-navigator.pw.toml @@ -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" diff --git a/mods/secure-crops.pw.toml b/mods/secure-crops.pw.toml new file mode 100644 index 0000000..33d325f --- /dev/null +++ b/mods/secure-crops.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index 6b02fe3..ccae9c7 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "3d07d353d7b06f204d0176713c6a56a5a985a6af1242a61c8c2fdf0790c5669b" +hash = "2f6ae61a17448bb72593e6b3dbf29e5d98c1cb0b1662d2a3ce92d6405fd5e434" [versions] fabric = "0.15.10"