diff --git a/config/quark-common.toml b/config/quark-common.toml index 137f442..68e6e77 100644 --- a/config/quark-common.toml +++ b/config/quark-common.toml @@ -11,6 +11,10 @@ [management] "Inventory Sorting" = false + [management.item_sharing] + Cooldown = 10 + "Render Items In Chat" = true + [tweaks] "Automatic Recipe Unlock" = false "Simple Harvest" = false @@ -53,3 +57,12 @@ Thatch = true "Variant Bookshelves" = true "Variant Chests" = false + +[oddities] + Backpack = false + Crate = true + Magnets = false + "Matrix Enchanting" = false + Pipes = false + "Tiny Potato" = false + "Totem Of Holding" = false \ No newline at end of file diff --git a/index.toml b/index.toml index 1b7d722..37488bd 100644 --- a/index.toml +++ b/index.toml @@ -982,7 +982,7 @@ hash = "f39dafbcc143ec2cf6fe5f53d6197aabac3f2ce29a4667e2af3999032fc81ac9" [[files]] file = "config/quark-common.toml" -hash = "4ea8e80cb21b950c38d9fb4bb6b77e57773641419ef505f1fbda534093be45a0" +hash = "1fb3f51aa59af6090a65e8acb5dc8ab13e24a7b84c19349691fff61cf3b05b2c" [[files]] file = "config/quarryplus-common.toml" @@ -4647,9 +4647,14 @@ file = "mods/pylons.pw.toml" hash = "05b1d9986f62a3273878f0c4b0b669527e5a5ccf66d9b8e90a4838369c34306b" metafile = true +[[files]] +file = "mods/quark-oddities.pw.toml" +hash = "4b6d6900e40ceea949928423e7863817aeb07c17dba719ca45dac34d3f8d5b41" +metafile = true + [[files]] file = "mods/quark.pw.toml" -hash = "41221339c3f325d688a025e120c887b2003b76234149b3873236f872e9a48f54" +hash = "85ecd63591604cd9e9dc2e33b9fefb07c8bceed4cc39b19c13caff6233818397" metafile = true [[files]] diff --git a/mods/quark-oddities.pw.toml b/mods/quark-oddities.pw.toml new file mode 100644 index 0000000..1f28c24 --- /dev/null +++ b/mods/quark-oddities.pw.toml @@ -0,0 +1,13 @@ +name = "Quark Oddities" +filename = "QuarkOddities-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qeEEslrN/versions/NrzERFzz/QuarkOddities-1.20.1.jar" +hash-format = "sha1" +hash = "69ed292c207af89febd156d83b3e78f64b35b969" + +[update] +[update.modrinth] +mod-id = "qeEEslrN" +version = "NrzERFzz" diff --git a/mods/quark.pw.toml b/mods/quark.pw.toml index 496827e..f97566c 100644 --- a/mods/quark.pw.toml +++ b/mods/quark.pw.toml @@ -1,13 +1,13 @@ name = "Quark" -filename = "Quark-4.0-443.jar" +filename = "Quark-4.0-458.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/qnQsVE2z/versions/J3etK5WK/Quark-4.0-458.jar" hash-format = "sha1" -hash = "4bb048c40a82963aa493b23776fb127d13386967" -mode = "metadata:curseforge" +hash = "cb38b4735b709f16ba6440162a4b331623b63597" [update] -[update.curseforge] -file-id = 5346894 -project-id = 243121 +[update.modrinth] +mod-id = "qnQsVE2z" +version = "J3etK5WK" diff --git a/pack.toml b/pack.toml index 4a3a867..926c8d9 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 = "4b797e8b448bd78dce909a70ba4d0e20e109bcf6416c6c00934821eb7eb267d7" +hash = "976f19fd52639129f9453e9eeb896838b68c98c3f9f72d902382acdfc26b0446" [versions] forge = "47.2.20"