From 9241d6b4642239a6dfb5629ddb822a127bf93dff Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 9 May 2026 19:03:30 +0700 Subject: [PATCH] add worldgen and structures --- index.toml | 25 +++++++++++++++++++++++++ mods/clifftree.pw.toml | 13 +++++++++++++ mods/explorify.pw.toml | 13 +++++++++++++ mods/lithostitched.pw.toml | 13 +++++++++++++ mods/tectonic.pw.toml | 13 +++++++++++++ mods/vanilla-structure-update.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 7 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 mods/clifftree.pw.toml create mode 100644 mods/explorify.pw.toml create mode 100644 mods/lithostitched.pw.toml create mode 100644 mods/tectonic.pw.toml create mode 100644 mods/vanilla-structure-update.pw.toml diff --git a/index.toml b/index.toml index b5c7294..0770704 100644 --- a/index.toml +++ b/index.toml @@ -55,6 +55,11 @@ file = "mods/chunky.pw.toml" hash = "eaa52d6ff1bcb539956d50626085d9185eca346fabcf6b3c176c53192b9958ec" metafile = true +[[files]] +file = "mods/clifftree.pw.toml" +hash = "6a5694f52f2240b10d2892692aed433fac32a0d1c0299adbdd50776b23889a3e" +metafile = true + [[files]] file = "mods/cloth-config.pw.toml" hash = "a06ef129798265e0d7249426fb0ed5c506725b0460dc3dfdb975b8978480895e" @@ -75,6 +80,11 @@ file = "mods/craterlib.pw.toml" hash = "57f15cd128cc3e1d27166e6046d2716615fb585cec4aeba101823068343cdfed" metafile = true +[[files]] +file = "mods/explorify.pw.toml" +hash = "d93c3c494955dfc44e2590ded2ee8414d582e87f2fca00575f08576ae2197d57" +metafile = true + [[files]] file = "mods/fabric-api.pw.toml" hash = "45abf05e1cc90006aeb65e4e1bbe97da5a1984f547ea8028a077dae68af0ac11" @@ -125,6 +135,11 @@ file = "mods/lithium.pw.toml" hash = "8c7aec9e376eb3f10da62109594e1ac6b7bc92da8e9c080f8f8f5a736051f339" metafile = true +[[files]] +file = "mods/lithostitched.pw.toml" +hash = "57fb1ac1da006185c0f509d3c4b5a3e0ebba2f3e572559a19a0984f6f23457f6" +metafile = true + [[files]] file = "mods/lmd.pw.toml" hash = "bfed1269a7df386ccec63da05c3919fd52eae74fac1fe5b50c767fd26fa7d34e" @@ -215,6 +230,11 @@ file = "mods/tabtps.pw.toml" hash = "bd15c00bb356382978301589215babfec16eb6d3791f8d47fe2eff722b17739c" metafile = true +[[files]] +file = "mods/tectonic.pw.toml" +hash = "f19a743dcab0927ec66da55e57993563fc539c3b50733104152da71c18f8abf4" +metafile = true + [[files]] file = "mods/threadtweak.pw.toml" hash = "7c3e4630b35b3525d740be5b81b69af1462c8431a617233f9b0dadebb28a4f54" @@ -225,6 +245,11 @@ file = "mods/tt20.pw.toml" hash = "1ea1e6dd26d4426e79f16601610413534365ffe2a734393ae78fdad9abf6ebc7" metafile = true +[[files]] +file = "mods/vanilla-structure-update.pw.toml" +hash = "911f8825a8919029b69164890a7bea0dbf66bd7abff974a6af1eacde882f7f65" +metafile = true + [[files]] file = "mods/vanish.pw.toml" hash = "2b3a5c0fd2669b3172baa28d2cf3f7458c6928bd58929387853ae98165dac3fe" diff --git a/mods/clifftree.pw.toml b/mods/clifftree.pw.toml new file mode 100644 index 0000000..810bcc6 --- /dev/null +++ b/mods/clifftree.pw.toml @@ -0,0 +1,13 @@ +name = "CliffTree" +filename = "CliffTree-3.1.5-1.21.11_MoM.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/59ypHk8x/versions/JZIwqnbs/CliffTree-3.1.5-1.21.11_MoM.jar" +hash-format = "sha512" +hash = "d53aca15e1187e4bd61956c504ab6ac71099e23b478e14f52f2157c0d3f320c1f3358f23416a45e9aaa07d0b403df72660634f4307347640a9562d4b868d6669" + +[update] +[update.modrinth] +mod-id = "59ypHk8x" +version = "JZIwqnbs" diff --git a/mods/explorify.pw.toml b/mods/explorify.pw.toml new file mode 100644 index 0000000..9350767 --- /dev/null +++ b/mods/explorify.pw.toml @@ -0,0 +1,13 @@ +name = "Explorify" +filename = "Explorify v1.6.4 f15-88.mod.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HSfsxuTo/versions/9vHj342y/Explorify%20v1.6.4%20f15-88.mod.jar" +hash-format = "sha512" +hash = "601ee61e3619ab6a929ff06e4e3db6cc480d97a19e5716ac40a2a325d2d609b857a1ac17f2c0ed2b242e662b5486f4e0f59584fbd47acd481b318c45c244254b" + +[update] +[update.modrinth] +mod-id = "HSfsxuTo" +version = "9vHj342y" diff --git a/mods/lithostitched.pw.toml b/mods/lithostitched.pw.toml new file mode 100644 index 0000000..bc14366 --- /dev/null +++ b/mods/lithostitched.pw.toml @@ -0,0 +1,13 @@ +name = "Lithostitched" +filename = "lithostitched-1.7.2-fabric-21.11.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XaDC71GB/versions/pLbQKCOo/lithostitched-1.7.2-fabric-21.11.jar" +hash-format = "sha512" +hash = "77e432cf8932f5a9e6caee5ed4e18d80e0782e5eb9852a0e14c3e2337f5f84ecc579277ac8b7cdbbeaf03ac2fd2b17b68e951a05355c7973df4fd9176774679f" + +[update] +[update.modrinth] +mod-id = "XaDC71GB" +version = "pLbQKCOo" diff --git a/mods/tectonic.pw.toml b/mods/tectonic.pw.toml new file mode 100644 index 0000000..f60bf50 --- /dev/null +++ b/mods/tectonic.pw.toml @@ -0,0 +1,13 @@ +name = "Tectonic" +filename = "tectonic-3.0.19-fabric-1.21.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/7olSYFxL/tectonic-3.0.19-fabric-1.21.11.jar" +hash-format = "sha512" +hash = "ce0643d45aac7b5e3f3a32fc01928371d97612a9dc6e8df721bf215bf90afa021b8e8d7e19c0d00060c3c98591aec90d2ea51f594fdc0012051f20657fae85ef" + +[update] +[update.modrinth] +mod-id = "lWDHr9jE" +version = "7olSYFxL" diff --git a/mods/vanilla-structure-update.pw.toml b/mods/vanilla-structure-update.pw.toml new file mode 100644 index 0000000..ed5b03f --- /dev/null +++ b/mods/vanilla-structure-update.pw.toml @@ -0,0 +1,13 @@ +name = "Vanilla Structure Update" +filename = "vanilla-structure-update-v2.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/q3gDW66d/versions/p9AB4oNm/vanilla-structure-update-v2.8.jar" +hash-format = "sha512" +hash = "96b9aa0386ba90f800d5e38c2c7835d876ca502dd238a5a5c79fb532dfd3b5fa86639c85e8304cb739db1d3449ae02d7f79c26e77efa143920a2ac9f1dd8c65d" + +[update] +[update.modrinth] +mod-id = "q3gDW66d" +version = "p9AB4oNm" diff --git a/pack.toml b/pack.toml index 99dc2db..5c6d4fa 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 = "6ea2ea931279999c7660ed0f0fd415e3699e8f244f51fe1accc20e66dedb3aa7" +hash = "04c91f5473867aacaedd23b090f29961f19a324075ec015be27e8c874f978ce0" [versions] fabric = "0.19.2"