From 1362fd4c464e043d42af60ed3860d15db1ba2ba1 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Fri, 30 May 2025 14:36:03 +0200 Subject: [PATCH] mods: add some lighting mods, plus create copycats --- index.toml | 20 ++++++++++++++++++++ mods/copycats.pw.toml | 13 +++++++++++++ mods/fairy-lights.pw.toml | 13 +++++++++++++ mods/macaws-lights-and-lamps.pw.toml | 13 +++++++++++++ mods/simply-light.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 6 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 mods/copycats.pw.toml create mode 100644 mods/fairy-lights.pw.toml create mode 100644 mods/macaws-lights-and-lamps.pw.toml create mode 100644 mods/simply-light.pw.toml diff --git a/index.toml b/index.toml index 3bf30e8..80d41ad 100644 --- a/index.toml +++ b/index.toml @@ -984,6 +984,11 @@ file = "mods/cooking-for-blockheads.pw.toml" hash = "4df05f5b4ffd71d44d4a9d2572548b5fa34103e88c151cb7ed0cddb662eb677e" metafile = true +[[files]] +file = "mods/copycats.pw.toml" +hash = "35547f679eb0eeac8c5158e49faea3b4ba99263bd6fd1cd27114a48dd6d3db9d" +metafile = true + [[files]] file = "mods/corn-delight.pw.toml" hash = "e5436d140858377db41e50dbc6ef5ea6fc8efecdbedbb56ae6bf25ac6b4de57e" @@ -1199,6 +1204,11 @@ file = "mods/exposure.pw.toml" hash = "4835b66cd4c26a027d52b4d15916f010c326537bebaa81350ddd40b9df61cf27" metafile = true +[[files]] +file = "mods/fairy-lights.pw.toml" +hash = "eeca094798607a0393a5ec261a0f3298e20fa74b0daa879951aec47c2c7fe64b" +metafile = true + [[files]] file = "mods/farmers-delight.pw.toml" hash = "ba6c13e70f06dde3b8d01d4143c22fea36ec035d7cd8834c7a82aa778a809467" @@ -1514,6 +1524,11 @@ file = "mods/lootr.pw.toml" hash = "a3fc2800be76f3406961d01ab4ab6805b4ca5e269f53d3cb2d58ea39d6afa9f2" metafile = true +[[files]] +file = "mods/macaws-lights-and-lamps.pw.toml" +hash = "a205d0ab764efa4bb2eb93c114bbfde4cd3e117d117be9a941b8b56148945d0a" +metafile = true + [[files]] file = "mods/magnesium-extras.pw.toml" hash = "27f69e040bd3275a1ee455353f1ad31b69200d72122308ead260522a6c2525e0" @@ -1764,6 +1779,11 @@ file = "mods/simple-voice-chat.pw.toml" hash = "703a46fa7d4918e855cc6ee841d4542741494851023ff49ba4087092a8d70b20" metafile = true +[[files]] +file = "mods/simply-light.pw.toml" +hash = "762eced5d260cdbc94f0acc033efd8fe70fdfe5a28bd8d180e0b052de509893f" +metafile = true + [[files]] file = "mods/simply-swords.pw.toml" hash = "60fffd9990be454a9dffb87a2804f654e6deb21b2ee63924ef4a84d443612352" diff --git a/mods/copycats.pw.toml b/mods/copycats.pw.toml new file mode 100644 index 0000000..2cfb1a2 --- /dev/null +++ b/mods/copycats.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Copycats+" +filename = "copycats-3.0.0+mc.1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UT2M39wf/versions/u3FzFq67/copycats-3.0.0%2Bmc.1.20.1-forge.jar" +hash-format = "sha512" +hash = "fbe3273c7288e52ed0d506509ae2113197580270ae229c60910c6d197d99317ab0f3273fffd4dd47816996142f7ad3b36085bd0f6adbe1c0a0bd688db0d1017e" + +[update] +[update.modrinth] +mod-id = "UT2M39wf" +version = "u3FzFq67" diff --git a/mods/fairy-lights.pw.toml b/mods/fairy-lights.pw.toml new file mode 100644 index 0000000..8452a24 --- /dev/null +++ b/mods/fairy-lights.pw.toml @@ -0,0 +1,13 @@ +name = "Fairy Lights" +filename = "fairylights-7.0.0-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7b392b908492be1dbfc84b72ae6445db8bb891dd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4961775 +project-id = 233342 diff --git a/mods/macaws-lights-and-lamps.pw.toml b/mods/macaws-lights-and-lamps.pw.toml new file mode 100644 index 0000000..3a3353b --- /dev/null +++ b/mods/macaws-lights-and-lamps.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Lights and Lamps" +filename = "mcw-lights-1.1.2-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/w4an97C2/versions/gqevfDHf/mcw-lights-1.1.2-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "2ee82b5ca8d964cff83ea41d38bfa5e4c9a9bedb7bccf891ce269d25238bfeb3f46b428a4d6ff6695a69907046cec22b356f3feefe94564bfa4cc081df8fcb72" + +[update] +[update.modrinth] +mod-id = "w4an97C2" +version = "gqevfDHf" diff --git a/mods/simply-light.pw.toml b/mods/simply-light.pw.toml new file mode 100644 index 0000000..08a778a --- /dev/null +++ b/mods/simply-light.pw.toml @@ -0,0 +1,13 @@ +name = "Simply Light" +filename = "simplylight-1.20.1-1.4.6-build.50.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cfd851ffd2c3b451a96a19207dc6e084c1dfec73" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4832944 +project-id = 300331 diff --git a/pack.toml b/pack.toml index 7af65cd..630b71a 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 = "da6d6ea43ae7fdd0b7e245cb66db652a6c1bd2e2fcb9aa6a919bee9176729a85" +hash = "d59c79fce28f6a79335f26c025d07259a2d8605d9d6e22d6eee0fcd74fd2b93f" [versions] forge = "47.4.0"