diff --git a/README.md b/README.md index 062b1cc..6e78e14 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ Whitelist: ping catppuccin-macchiato or tux to get whitelisted ## Release Notes +### v1.11.1 +- double doors now open together! + ### v1.11 - fixed pickaxes - rebalanced anvil repair mechanics diff --git a/index.toml b/index.toml index e474988..77bfc6c 100644 --- a/index.toml +++ b/index.toml @@ -184,11 +184,6 @@ file = "mods/copycats.pw.toml" hash = "f460d01d0351226ce596672936cc09364028046e87fc357bd0218c6df3e89d83" metafile = true -[[files]] -file = "mods/craft-slabs-back-into-blocks.pw.toml" -hash = "130c7402b0282223720d8ff5df729bd4b4011fcef8528ccab0b711af94de895b" -metafile = true - [[files]] file = "mods/craftable-saddles-by-sumbaii999.pw.toml" hash = "44625bb1e32b47d7081a8f06e48387a45ce88e0020cfa3ed06fa0e45af7047a3" @@ -239,11 +234,21 @@ file = "mods/deimos.pw.toml" hash = "4329b514c4d806fea68e4802aa23b0d03443933dc171e5833fe1b1ea38956178" metafile = true +[[files]] +file = "mods/deslabification.pw.toml" +hash = "64cb73ca6e2ab858e1dbe4037ba8fe68d472f46f9451e7bb10bf2d7109a9fcfd" +metafile = true + [[files]] file = "mods/distanthorizons.pw.toml" hash = "b939065a330de5ec14058d303293e15d2119a3632c69af75617dc0fb2aeed991" metafile = true +[[files]] +file = "mods/double-doors.pw.toml" +hash = "19ed3ab7fccbb3946ce87aa84bfe6aa1bfe546bd007d447b0112e1cf114d14ee" +metafile = true + [[files]] file = "mods/duckling.pw.toml" hash = "45a0847dd7bbb39abfaf0005d0075077c0714148180807584d424f703f2e3365" diff --git a/mods/craft-slabs-back-into-blocks.pw.toml b/mods/craft-slabs-back-into-blocks.pw.toml deleted file mode 100644 index 301d9a9..0000000 --- a/mods/craft-slabs-back-into-blocks.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Craft Slabs Back Into Blocks" -filename = "slabstoblocks-fabric-1.20.1-2.3.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/8MosnjaC/versions/SIHLRjey/slabstoblocks-fabric-1.20.1-2.3.jar" -hash-format = "sha512" -hash = "8e78608b8c7bff03a93ddc0c5754325c5eb5716e80f712870c9b0275991fe1fe87d6965af8f767c37c0a4f3b8af7ccf54953e30f909f4323fd0469e45642369c" - -[update] -[update.modrinth] -mod-id = "8MosnjaC" -version = "SIHLRjey" diff --git a/mods/deslabification.pw.toml b/mods/deslabification.pw.toml new file mode 100644 index 0000000..d27278c --- /dev/null +++ b/mods/deslabification.pw.toml @@ -0,0 +1,13 @@ +name = "Deslabification (slabs to blocks)" +filename = "deslabification-1.2.0+1.20.1+fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gjiybDip/versions/kxvOKY5O/deslabification-1.2.0%2B1.20.1%2Bfabric.jar" +hash-format = "sha512" +hash = "9e42a3820fb3e3d0122656c0e03836f05f8a91b452c15164770f11049969ca6c3984dd2ce9a3c3df44f34025c7ec5a02dacefe741c20d436096d4104da5a0cd0" + +[update] +[update.modrinth] +mod-id = "gjiybDip" +version = "kxvOKY5O" diff --git a/mods/double-doors.pw.toml b/mods/double-doors.pw.toml new file mode 100644 index 0000000..6132c77 --- /dev/null +++ b/mods/double-doors.pw.toml @@ -0,0 +1,13 @@ +name = "Double Doors" +filename = "doubledoors-1.20.1-7.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/JrvR9OHr/versions/F3Sryqc5/doubledoors-1.20.1-7.1.jar" +hash-format = "sha512" +hash = "d5d649121e56227642b3171bde535948dbdc294d215498e17327456e1cb7b07ec6c54c96d340a17b9f492c78a32e26f2d243159df41876b5df3933c9531425f6" + +[update] +[update.modrinth] +mod-id = "JrvR9OHr" +version = "F3Sryqc5" diff --git a/pack.toml b/pack.toml index 05eecd4..7ba41ed 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Linuxcraft" author = "Astreaprtcl" -version = "v1.11.0" +version = "v1.11.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c6dfa22be04ae87dc20262aa4d7f8d7b66446fda407c517d201b1ea13c4dea20" +hash = "5569ae1b1559453cc29ee6e92003724e6b67ad6de1bf22cc1a09be063681ebb8" [versions] fabric = "0.16.14"