From 81b826b296ebd44294bd16b799113dadbf7dfe69 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 17 Aug 2025 11:33:22 -0300 Subject: [PATCH 1/6] add QOL mods regarding doors --- index.toml | 10 ++++++++++ mods/door-knocker-vanilla-edition.pw.toml | 13 +++++++++++++ mods/double-doors.pw.toml | 13 +++++++++++++ pack.toml | 4 ++-- 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 mods/door-knocker-vanilla-edition.pw.toml create mode 100644 mods/double-doors.pw.toml diff --git a/index.toml b/index.toml index e474988..d21b4a7 100644 --- a/index.toml +++ b/index.toml @@ -244,6 +244,16 @@ file = "mods/distanthorizons.pw.toml" hash = "b939065a330de5ec14058d303293e15d2119a3632c69af75617dc0fb2aeed991" metafile = true +[[files]] +file = "mods/door-knocker-vanilla-edition.pw.toml" +hash = "9e811666a5276fe76416b24814e0b4e56a0415341b203590a67af4c5feb95bba" +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/door-knocker-vanilla-edition.pw.toml b/mods/door-knocker-vanilla-edition.pw.toml new file mode 100644 index 0000000..58a4737 --- /dev/null +++ b/mods/door-knocker-vanilla-edition.pw.toml @@ -0,0 +1,13 @@ +name = "Door Knocker [Vanilla Edition]" +filename = "doorknockmodVanilla-1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/buRCy5Db/versions/Bcu5PwrK/doorknockmodVanilla-1.0.jar" +hash-format = "sha512" +hash = "87a46c57aac2b0fbb3acc985765da6b61e9fbd9a2d2b7fac041c061f288e579c729225b2907a6154951fe591581635b822c2f3ac704c8adc501cbf9f79980576" + +[update] +[update.modrinth] +mod-id = "buRCy5Db" +version = "Bcu5PwrK" 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..523510d 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 = "231bf7ea8ff5f5dcddbc3c12853e5cf8ba29d4a0812d39c02ff589ba8cfdab72" [versions] fabric = "0.16.14" From 31bb4d13d65b0e52c67bd11159bdf4f6b5d017d9 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 17 Aug 2025 11:38:23 -0300 Subject: [PATCH 2/6] edit README for v1.11.1 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 062b1cc..1256070 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Whitelist: ping catppuccin-macchiato or tux to get whitelisted ## Release Notes +### v1.11.1 +- double doors now open together! +- also you can knock on doors + ### v1.11 - fixed pickaxes - rebalanced anvil repair mechanics From bca5a6341c0e519566a380841ed0ab7f5db29e77 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 17 Aug 2025 11:50:49 -0300 Subject: [PATCH 3/6] no knocking on doors because fuck you i guess --- index.toml | 5 ----- mods/door-knocker-vanilla-edition.pw.toml | 13 ------------- pack.toml | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 mods/door-knocker-vanilla-edition.pw.toml diff --git a/index.toml b/index.toml index d21b4a7..64f0fc7 100644 --- a/index.toml +++ b/index.toml @@ -244,11 +244,6 @@ file = "mods/distanthorizons.pw.toml" hash = "b939065a330de5ec14058d303293e15d2119a3632c69af75617dc0fb2aeed991" metafile = true -[[files]] -file = "mods/door-knocker-vanilla-edition.pw.toml" -hash = "9e811666a5276fe76416b24814e0b4e56a0415341b203590a67af4c5feb95bba" -metafile = true - [[files]] file = "mods/double-doors.pw.toml" hash = "19ed3ab7fccbb3946ce87aa84bfe6aa1bfe546bd007d447b0112e1cf114d14ee" diff --git a/mods/door-knocker-vanilla-edition.pw.toml b/mods/door-knocker-vanilla-edition.pw.toml deleted file mode 100644 index 58a4737..0000000 --- a/mods/door-knocker-vanilla-edition.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Door Knocker [Vanilla Edition]" -filename = "doorknockmodVanilla-1.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/buRCy5Db/versions/Bcu5PwrK/doorknockmodVanilla-1.0.jar" -hash-format = "sha512" -hash = "87a46c57aac2b0fbb3acc985765da6b61e9fbd9a2d2b7fac041c061f288e579c729225b2907a6154951fe591581635b822c2f3ac704c8adc501cbf9f79980576" - -[update] -[update.modrinth] -mod-id = "buRCy5Db" -version = "Bcu5PwrK" diff --git a/pack.toml b/pack.toml index 523510d..cfd3d32 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 = "231bf7ea8ff5f5dcddbc3c12853e5cf8ba29d4a0812d39c02ff589ba8cfdab72" +hash = "03c6a1bdcaf4d7fe7bf6f548d69d67107fb27adc58476c9a0cc38875d5c8ac55" [versions] fabric = "0.16.14" From 657cd0e4aec737d697ca791cb41ce75686d7ff51 Mon Sep 17 00:00:00 2001 From: Magdalunaa Date: Sun, 17 Aug 2025 17:09:15 +0200 Subject: [PATCH 4/6] no fucking knocking i guess --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1256070..6e78e14 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Whitelist: ping catppuccin-macchiato or tux to get whitelisted ### v1.11.1 - double doors now open together! -- also you can knock on doors ### v1.11 - fixed pickaxes From e86bbed309074dc922cc73062931a7b812b49e82 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 17 Aug 2025 12:39:38 -0300 Subject: [PATCH 5/6] replace slab uncrafting mod with one that hopefully works --- index.toml | 10 +++++----- mods/craft-slabs-back-into-blocks.pw.toml | 13 ------------- pack.toml | 2 +- 3 files changed, 6 insertions(+), 19 deletions(-) delete mode 100644 mods/craft-slabs-back-into-blocks.pw.toml diff --git a/index.toml b/index.toml index 64f0fc7..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,6 +234,11 @@ 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" 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/pack.toml b/pack.toml index cfd3d32..7ba41ed 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 = "03c6a1bdcaf4d7fe7bf6f548d69d67107fb27adc58476c9a0cc38875d5c8ac55" +hash = "5569ae1b1559453cc29ee6e92003724e6b67ad6de1bf22cc1a09be063681ebb8" [versions] fabric = "0.16.14" From c97e656b1ed088bfd2403814fe726ffc669b57c5 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 17 Aug 2025 12:40:02 -0300 Subject: [PATCH 6/6] forgor to add mod toml file lol --- mods/deslabification.pw.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mods/deslabification.pw.toml 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"