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 diff --git a/index.toml b/index.toml index 3a9c51b..e474988 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 = "91cbb538a7840a2e022898d27e256860851590c73702345d12a35c25f9152f1b" +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 = "ff052f0f95402b886792a46ac8a38bb6115221c2bc37ec4040322ddebd7dfe6f" +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..a5edae4 --- /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 = "both" + +[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..9b4b170 --- /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 = "both" + +[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..05eecd4 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Linuxcraft" author = "Astreaprtcl" -version = "v1.10.0" +version = "v1.11.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "df4529a7037f8efe3fd853941a8edb046391e376432e4e034f49963b081750fe" +hash = "c6dfa22be04ae87dc20262aa4d7f8d7b66446fda407c517d201b1ea13c4dea20" [versions] fabric = "0.16.14"