From 81a63c05948717c570715ddc559c372adb540a94 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 16 Aug 2025 11:11:53 -0300 Subject: [PATCH 1/6] add mods, remove duplicate gravestone mod, hopefully fix pickaxes --- index.toml | 30 +++++++++++++++++++++++----- mods/animal_feeding_trough.pw.toml | 13 ++++++++++++ mods/collective.pw.toml | 13 ++++++++++++ mods/fixed-anvil-repair-cost.pw.toml | 13 ++++++++++++ mods/lmft.pw.toml | 13 ++++++++++++ mods/pneumono_gravestones.pw.toml | 13 ------------ mods/universal-sawmill.pw.toml | 13 ++++++++++++ pack.toml | 2 +- 8 files changed, 91 insertions(+), 19 deletions(-) create mode 100644 mods/animal_feeding_trough.pw.toml create mode 100644 mods/collective.pw.toml create mode 100644 mods/fixed-anvil-repair-cost.pw.toml create mode 100644 mods/lmft.pw.toml delete mode 100644 mods/pneumono_gravestones.pw.toml create mode 100644 mods/universal-sawmill.pw.toml diff --git a/index.toml b/index.toml index 3a9c51b..28dc8c3 100644 --- a/index.toml +++ b/index.toml @@ -29,6 +29,11 @@ file = "mods/ae2.pw.toml" hash = "92facdf346314689b4ec500fb71381da34dd5e31e32d79afccb7e41a299ea7ed" metafile = true +[[files]] +file = "mods/animal_feeding_trough.pw.toml" +hash = "44b701cd39246e1699d49278cb55459d3b80768e69c56fa4c36bb8dd03605868" +metafile = true + [[files]] file = "mods/appleskin.pw.toml" hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab" @@ -154,6 +159,11 @@ file = "mods/cloth-config.pw.toml" hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf" metafile = true +[[files]] +file = "mods/collective.pw.toml" +hash = "a26cea970dd7ffc20aeb983912e72ba57e83f6e1a42a661a5b4250f77de25650" +metafile = true + [[files]] file = "mods/configured.pw.toml" hash = "e1b96a7b1d81aa26642379484ff427392dcc11e01d8d780d302f6db0f6af97d7" @@ -364,6 +374,11 @@ file = "mods/figura.pw.toml" hash = "2dea8ba6f3ac992708117f1e6ad46ee9046d5d1ff24609ea206ac7fb64ccc734" metafile = true +[[files]] +file = "mods/fixed-anvil-repair-cost.pw.toml" +hash = "b0642490953392d256b85555d2f9e518d7938aeb86fdb6f272bceec7a591a09f" +metafile = true + [[files]] file = "mods/flower-patch.pw.toml" hash = "03735c9e2c1c4bb768c96f7e51aecec02482e9beb853e250e267c33d4e48c68c" @@ -489,6 +504,11 @@ file = "mods/lithium.pw.toml" hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" metafile = true +[[files]] +file = "mods/lmft.pw.toml" +hash = "c036fba25fdb9a9206b3cdf0cc94d3f1877c63fbf47ce7199bd09358c6289dea" +metafile = true + [[files]] file = "mods/luckperms.pw.toml" hash = "ed322399f2f703b5cc9f6652d85e8eb215a53c7acbeef27964c0d6af7400561a" @@ -604,11 +624,6 @@ file = "mods/plethora-peripherals.pw.toml" hash = "61e6909174f4abd4d96b65974155fd018f7932e017cc69fdeca8316418132daf" metafile = true -[[files]] -file = "mods/pneumono_gravestones.pw.toml" -hash = "e962db225d25099fbfb4729549dd053f3e3e222931fe8dc314e656e3efc39a89" -metafile = true - [[files]] file = "mods/polymorph.pw.toml" hash = "8293786ca23e23e7dd04d60d666f34145a00229a5959f7a1962995654cacdf1f" @@ -743,6 +758,11 @@ file = "mods/trinkets.pw.toml" hash = "ffdb79f5bc29f990e5889f5d159a043c7046b8cd8d79f17f54b44d7ccc2b242a" metafile = true +[[files]] +file = "mods/universal-sawmill.pw.toml" +hash = "dff3250de34e9ae2124e2608a78707b76a0dcaf4fa4c656190251c14376da35a" +metafile = true + [[files]] file = "mods/valkyrien-skies.pw.toml" hash = "bf080aaab8b7d17a6443cdeced04f84a3ba1cd76aa57023e96f0646cb80cca02" diff --git a/mods/animal_feeding_trough.pw.toml b/mods/animal_feeding_trough.pw.toml new file mode 100644 index 0000000..f95e485 --- /dev/null +++ b/mods/animal_feeding_trough.pw.toml @@ -0,0 +1,13 @@ +name = "Animal Feeding Trough" +filename = "animal_feeding_trough-1.1.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bRFWnJ87/versions/WkJeqkhZ/animal_feeding_trough-1.1.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "88a51133662db318bf42a12a59de76b169bcf6eba7f5c429c3f8f782c69cb730e9263bc855d8d9ca085309c449cc3b468ea23fe016fb5b32805cf05554fac535" + +[update] +[update.modrinth] +mod-id = "bRFWnJ87" +version = "WkJeqkhZ" diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml new file mode 100644 index 0000000..04e7354 --- /dev/null +++ b/mods/collective.pw.toml @@ -0,0 +1,13 @@ +name = "Collective" +filename = "collective-1.20.1-8.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/P0uRrvF9/collective-1.20.1-8.3.jar" +hash-format = "sha512" +hash = "11263db68965bd7d727284ecfd84047d0085c647af1aa8903896946515742ae5ced21cf3b46497dcf5e35ff1f0db646dad2bc330b9c3997cf75b304d34e4f745" + +[update] +[update.modrinth] +mod-id = "e0M1UDsY" +version = "P0uRrvF9" diff --git a/mods/fixed-anvil-repair-cost.pw.toml b/mods/fixed-anvil-repair-cost.pw.toml new file mode 100644 index 0000000..50ad4e2 --- /dev/null +++ b/mods/fixed-anvil-repair-cost.pw.toml @@ -0,0 +1,13 @@ +name = "Fixed Anvil Repair Cost" +filename = "fixedanvilrepaircost-1.20.1-3.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/jmLyNFBG/versions/fDXv4XYw/fixedanvilrepaircost-1.20.1-3.5.jar" +hash-format = "sha512" +hash = "caf0b4b2a86a94793328c9c278989261e01f48429fa27409fa83f8fcdede7a8399f266448c3899db3a95d71e939de9a382aed8cd59ab61944549b53ff9c881d6" + +[update] +[update.modrinth] +mod-id = "jmLyNFBG" +version = "fDXv4XYw" diff --git a/mods/lmft.pw.toml b/mods/lmft.pw.toml new file mode 100644 index 0000000..b666ef4 --- /dev/null +++ b/mods/lmft.pw.toml @@ -0,0 +1,13 @@ +name = "Load My F***ing Tags" +filename = "lmft-1.0.2+1.20-fabric.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/67kVxsaO/versions/IWpydKCV/lmft-1.0.2%2B1.20-fabric.jar" +hash-format = "sha512" +hash = "83b2f970095b63856302edc4acd33bd057a0a6b0f2bd0a00ef21218f779852418c4ebe1fea27060b7bf7b7dfcbcc3fafcc8e1283599ea55201a3cbcff5e23f1f" + +[update] +[update.modrinth] +mod-id = "67kVxsaO" +version = "IWpydKCV" diff --git a/mods/pneumono_gravestones.pw.toml b/mods/pneumono_gravestones.pw.toml deleted file mode 100644 index cf4c90d..0000000 --- a/mods/pneumono_gravestones.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Gravestones" -filename = "gravestones-1.0.12-1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Heh3BbSv/versions/MbhKsCJV/gravestones-1.0.12-1.20.1.jar" -hash-format = "sha512" -hash = "20606e168948b2563ec9562890d8621bc08c02ab976b97bfab7852f69d5b960f6b346b804a88be67e75e09c5de8b400c0a6db244ead5626aeb443884dbb3d9e9" - -[update] -[update.modrinth] -mod-id = "Heh3BbSv" -version = "MbhKsCJV" diff --git a/mods/universal-sawmill.pw.toml b/mods/universal-sawmill.pw.toml new file mode 100644 index 0000000..a159405 --- /dev/null +++ b/mods/universal-sawmill.pw.toml @@ -0,0 +1,13 @@ +name = "Sawmill" +filename = "sawmill-1.20-1.4.8-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WRaRZdTd/versions/xJtx4dMv/sawmill-1.20-1.4.8-fabric.jar" +hash-format = "sha512" +hash = "15605ae49f54e427fc11912c1aa1e5f0f9f87cae151de8a2fb63c5518b7bf73c117a764baccc3f7ba341e68f2b35dcfbb25d4e5cadd691ca07e00274ad4e3526" + +[update] +[update.modrinth] +mod-id = "WRaRZdTd" +version = "xJtx4dMv" diff --git a/pack.toml b/pack.toml index 5e88556..7ce5377 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 = "df4529a7037f8efe3fd853941a8edb046391e376432e4e034f49963b081750fe" +hash = "97ab9c53f4d4f61306c576a7c8ce59da21303d580205bb473545364f9b22f872" [versions] fabric = "0.16.14" From 39788e796d3312a2fa8622bba8c6b3c592076e1b Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 16 Aug 2025 11:12:29 -0300 Subject: [PATCH 2/6] bump version number --- pack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.toml b/pack.toml index 7ce5377..8bfcf42 100644 --- a/pack.toml +++ b/pack.toml @@ -1,6 +1,6 @@ name = "Linuxcraft" author = "Astreaprtcl" -version = "v1.10.0" +version = "v1.11.0" pack-format = "packwiz:1.1.0" [index] From 622045d362f412a9572a2f9ddb3b3a00510b4715 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 16 Aug 2025 11:38:52 -0300 Subject: [PATCH 3/6] meow --- index.toml | 10 ---------- mods/ducky-periphs.pw.toml | 13 ------------- mods/lmft.pw.toml | 13 ------------- pack.toml | 2 +- 4 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 mods/ducky-periphs.pw.toml delete mode 100644 mods/lmft.pw.toml diff --git a/index.toml b/index.toml index 28dc8c3..1942acf 100644 --- a/index.toml +++ b/index.toml @@ -249,11 +249,6 @@ file = "mods/duckling.pw.toml" hash = "45a0847dd7bbb39abfaf0005d0075077c0714148180807584d424f703f2e3365" metafile = true -[[files]] -file = "mods/ducky-periphs.pw.toml" -hash = "cc6eb3c71b6f59304db3600f9a4878526a87af81f4b2d195e3a8a21d513878ee" -metafile = true - [[files]] file = "mods/durability-tooltip.pw.toml" hash = "ab0a2eb7d496c659af26dd31070a778f84a7f88b17fc75fea4ad3e31075bf319" @@ -504,11 +499,6 @@ file = "mods/lithium.pw.toml" hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" metafile = true -[[files]] -file = "mods/lmft.pw.toml" -hash = "c036fba25fdb9a9206b3cdf0cc94d3f1877c63fbf47ce7199bd09358c6289dea" -metafile = true - [[files]] file = "mods/luckperms.pw.toml" hash = "ed322399f2f703b5cc9f6652d85e8eb215a53c7acbeef27964c0d6af7400561a" diff --git a/mods/ducky-periphs.pw.toml b/mods/ducky-periphs.pw.toml deleted file mode 100644 index fcdbff8..0000000 --- a/mods/ducky-periphs.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ducky Peripherals" -filename = "duckyperiphs-1.20.1-1.3.1-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/FYDI2Gut/duckyperiphs-1.20.1-1.3.1-fabric.jar" -hash-format = "sha512" -hash = "dbefdf44def2db076c1f5394ad62427e511d926ed12e4adf57b683d2ff1a1e5d0a95a4a94272f4bbafdb24c373eb1c7dba364937993f323d3996629da0bb0acd" - -[update] -[update.modrinth] -mod-id = "l2IpK3Ji" -version = "FYDI2Gut" diff --git a/mods/lmft.pw.toml b/mods/lmft.pw.toml deleted file mode 100644 index b666ef4..0000000 --- a/mods/lmft.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Load My F***ing Tags" -filename = "lmft-1.0.2+1.20-fabric.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/67kVxsaO/versions/IWpydKCV/lmft-1.0.2%2B1.20-fabric.jar" -hash-format = "sha512" -hash = "83b2f970095b63856302edc4acd33bd057a0a6b0f2bd0a00ef21218f779852418c4ebe1fea27060b7bf7b7dfcbcc3fafcc8e1283599ea55201a3cbcff5e23f1f" - -[update] -[update.modrinth] -mod-id = "67kVxsaO" -version = "IWpydKCV" diff --git a/pack.toml b/pack.toml index 8bfcf42..41e0ec7 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 = "97ab9c53f4d4f61306c576a7c8ce59da21303d580205bb473545364f9b22f872" +hash = "2a785e51b99aeadcb456ec94bf6841709a248d9acb83fe969e4afc41c623996e" [versions] fabric = "0.16.14" From 8fe9006fbe5efd4c9ff406a29f3bdbf203357675 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 16 Aug 2025 11:39:03 -0300 Subject: [PATCH 4/6] Revert "meow" This reverts commit 622045d362f412a9572a2f9ddb3b3a00510b4715. --- index.toml | 10 ++++++++++ mods/ducky-periphs.pw.toml | 13 +++++++++++++ mods/lmft.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/ducky-periphs.pw.toml create mode 100644 mods/lmft.pw.toml diff --git a/index.toml b/index.toml index 1942acf..28dc8c3 100644 --- a/index.toml +++ b/index.toml @@ -249,6 +249,11 @@ file = "mods/duckling.pw.toml" hash = "45a0847dd7bbb39abfaf0005d0075077c0714148180807584d424f703f2e3365" metafile = true +[[files]] +file = "mods/ducky-periphs.pw.toml" +hash = "cc6eb3c71b6f59304db3600f9a4878526a87af81f4b2d195e3a8a21d513878ee" +metafile = true + [[files]] file = "mods/durability-tooltip.pw.toml" hash = "ab0a2eb7d496c659af26dd31070a778f84a7f88b17fc75fea4ad3e31075bf319" @@ -499,6 +504,11 @@ file = "mods/lithium.pw.toml" hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" metafile = true +[[files]] +file = "mods/lmft.pw.toml" +hash = "c036fba25fdb9a9206b3cdf0cc94d3f1877c63fbf47ce7199bd09358c6289dea" +metafile = true + [[files]] file = "mods/luckperms.pw.toml" hash = "ed322399f2f703b5cc9f6652d85e8eb215a53c7acbeef27964c0d6af7400561a" diff --git a/mods/ducky-periphs.pw.toml b/mods/ducky-periphs.pw.toml new file mode 100644 index 0000000..fcdbff8 --- /dev/null +++ b/mods/ducky-periphs.pw.toml @@ -0,0 +1,13 @@ +name = "Ducky Peripherals" +filename = "duckyperiphs-1.20.1-1.3.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/FYDI2Gut/duckyperiphs-1.20.1-1.3.1-fabric.jar" +hash-format = "sha512" +hash = "dbefdf44def2db076c1f5394ad62427e511d926ed12e4adf57b683d2ff1a1e5d0a95a4a94272f4bbafdb24c373eb1c7dba364937993f323d3996629da0bb0acd" + +[update] +[update.modrinth] +mod-id = "l2IpK3Ji" +version = "FYDI2Gut" diff --git a/mods/lmft.pw.toml b/mods/lmft.pw.toml new file mode 100644 index 0000000..b666ef4 --- /dev/null +++ b/mods/lmft.pw.toml @@ -0,0 +1,13 @@ +name = "Load My F***ing Tags" +filename = "lmft-1.0.2+1.20-fabric.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/67kVxsaO/versions/IWpydKCV/lmft-1.0.2%2B1.20-fabric.jar" +hash-format = "sha512" +hash = "83b2f970095b63856302edc4acd33bd057a0a6b0f2bd0a00ef21218f779852418c4ebe1fea27060b7bf7b7dfcbcc3fafcc8e1283599ea55201a3cbcff5e23f1f" + +[update] +[update.modrinth] +mod-id = "67kVxsaO" +version = "IWpydKCV" diff --git a/pack.toml b/pack.toml index 41e0ec7..8bfcf42 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 = "2a785e51b99aeadcb456ec94bf6841709a248d9acb83fe969e4afc41c623996e" +hash = "97ab9c53f4d4f61306c576a7c8ce59da21303d580205bb473545364f9b22f872" [versions] fabric = "0.16.14" From 0c8170a3a8c3196ec2009e566c2383111aa4f505 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 16 Aug 2025 11:53:52 -0300 Subject: [PATCH 5/6] make lmft and anvil fix rebalance also download on client --- index.toml | 4 ++-- mods/fixed-anvil-repair-cost.pw.toml | 2 +- mods/lmft.pw.toml | 2 +- pack.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 28dc8c3..e474988 100644 --- a/index.toml +++ b/index.toml @@ -376,7 +376,7 @@ metafile = true [[files]] file = "mods/fixed-anvil-repair-cost.pw.toml" -hash = "b0642490953392d256b85555d2f9e518d7938aeb86fdb6f272bceec7a591a09f" +hash = "91cbb538a7840a2e022898d27e256860851590c73702345d12a35c25f9152f1b" metafile = true [[files]] @@ -506,7 +506,7 @@ metafile = true [[files]] file = "mods/lmft.pw.toml" -hash = "c036fba25fdb9a9206b3cdf0cc94d3f1877c63fbf47ce7199bd09358c6289dea" +hash = "ff052f0f95402b886792a46ac8a38bb6115221c2bc37ec4040322ddebd7dfe6f" metafile = true [[files]] diff --git a/mods/fixed-anvil-repair-cost.pw.toml b/mods/fixed-anvil-repair-cost.pw.toml index 50ad4e2..a5edae4 100644 --- a/mods/fixed-anvil-repair-cost.pw.toml +++ b/mods/fixed-anvil-repair-cost.pw.toml @@ -1,6 +1,6 @@ name = "Fixed Anvil Repair Cost" filename = "fixedanvilrepaircost-1.20.1-3.5.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/jmLyNFBG/versions/fDXv4XYw/fixedanvilrepaircost-1.20.1-3.5.jar" diff --git a/mods/lmft.pw.toml b/mods/lmft.pw.toml index b666ef4..9b4b170 100644 --- a/mods/lmft.pw.toml +++ b/mods/lmft.pw.toml @@ -1,6 +1,6 @@ name = "Load My F***ing Tags" filename = "lmft-1.0.2+1.20-fabric.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/67kVxsaO/versions/IWpydKCV/lmft-1.0.2%2B1.20-fabric.jar" diff --git a/pack.toml b/pack.toml index 8bfcf42..05eecd4 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 = "97ab9c53f4d4f61306c576a7c8ce59da21303d580205bb473545364f9b22f872" +hash = "c6dfa22be04ae87dc20262aa4d7f8d7b66446fda407c517d201b1ea13c4dea20" [versions] fabric = "0.16.14" From ebf2d57dcb1e6679797f9fad2a7e54611fb71839 Mon Sep 17 00:00:00 2001 From: Magdalunaa Date: Sat, 16 Aug 2025 17:14:51 +0200 Subject: [PATCH 6/6] update README for 1.11 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ddcabf1..062b1cc 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ Whitelist: ping catppuccin-macchiato or tux to get whitelisted ## Release Notes +### v1.11 +- fixed pickaxes +- rebalanced anvil repair mechanics +- added animal feeding trough +- added sawmill +- removed duplicate gravestone mod because why do we have two of those?? + ### v1.10 biiiig update :3