From d29795afb6b94227a5a97e2876549dca500b43a8 Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Wed, 1 Oct 2025 16:09:41 +0300 Subject: [PATCH] image2map and itemphysic --- modpack/index.toml | 15 +++++++++++++++ modpack/mods/creativecore.pw.toml | 13 +++++++++++++ modpack/mods/image2map.pw.toml | 13 +++++++++++++ modpack/mods/itemphysic.pw.toml | 13 +++++++++++++ modpack/pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 modpack/mods/creativecore.pw.toml create mode 100644 modpack/mods/image2map.pw.toml create mode 100644 modpack/mods/itemphysic.pw.toml diff --git a/modpack/index.toml b/modpack/index.toml index 680a7b1..271fdd2 100644 --- a/modpack/index.toml +++ b/modpack/index.toml @@ -111,6 +111,11 @@ file = "mods/corgilib.pw.toml" hash = "a6558ac1a7aeac97e3a37a4f31b194e40b695ed3582a15328602723041045db8" metafile = true +[[files]] +file = "mods/creativecore.pw.toml" +hash = "554190499d5711421a831f95c777b85d2592482dfee9d5014580b8feef2f592a" +metafile = true + [[files]] file = "mods/dcintegration.pw.toml" hash = "8e33058687b62db4582bc510ce228b635e4192a8b5a597b08783ed68825bce48" @@ -176,11 +181,21 @@ file = "mods/growableores.pw.toml" hash = "f505005ce258e4676c9135ee1aec77fcf8351dc7dde5b8835c466c7e03b530d6" metafile = true +[[files]] +file = "mods/image2map.pw.toml" +hash = "404e65a8dddd429f133df9fda9acfa81488ff72ae5a04d4d4293a0e0fdbeba83" +metafile = true + [[files]] file = "mods/item-collectors.pw.toml" hash = "bb0b92175c863c9ff548d4ba054ce778a3f615cff98ac5b2ec811ba0caac2d07" metafile = true +[[files]] +file = "mods/itemphysic.pw.toml" +hash = "c4ee2f14de15faed0a6af68f78f482b8e2aacb78c9fdc604c1d7bedef6feef00" +metafile = true + [[files]] file = "mods/jade.pw.toml" hash = "e5506cea71f62e147a45e6c72a55a430fce5937024f648c819c15dc14b500462" diff --git a/modpack/mods/creativecore.pw.toml b/modpack/mods/creativecore.pw.toml new file mode 100644 index 0000000..6f87d31 --- /dev/null +++ b/modpack/mods/creativecore.pw.toml @@ -0,0 +1,13 @@ +name = "CreativeCore" +filename = "CreativeCore_FABRIC_v2.14.7_mc1.21.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/mj0ahfMl/CreativeCore_FABRIC_v2.14.7_mc1.21.8.jar" +hash-format = "sha512" +hash = "fbaa2a4396c93c90cdd4fb20fe7579580c4495d5c8a805576f1f35c2907868fb5765a2b5ccc4228681184e19ae479501cf88a2ae0c566e9fcee260aa2edbd3c9" + +[update] +[update.modrinth] +mod-id = "OsZiaDHq" +version = "mj0ahfMl" diff --git a/modpack/mods/image2map.pw.toml b/modpack/mods/image2map.pw.toml new file mode 100644 index 0000000..ae8f305 --- /dev/null +++ b/modpack/mods/image2map.pw.toml @@ -0,0 +1,13 @@ +name = "Image2Map" +filename = "image2map-0.10.1+1.21.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/13RpG7dA/versions/bJYNHoyD/image2map-0.10.1%2B1.21.6.jar" +hash-format = "sha512" +hash = "a7395093dfeafcd7d4f91240b824b6a0484848ed534eadf0e677e9d0688a0c1d84f96250f761058142846ec61d50dee0cc898dceeb4bc1e673abfdf70b4d0e34" + +[update] +[update.modrinth] +mod-id = "13RpG7dA" +version = "bJYNHoyD" diff --git a/modpack/mods/itemphysic.pw.toml b/modpack/mods/itemphysic.pw.toml new file mode 100644 index 0000000..33a639e --- /dev/null +++ b/modpack/mods/itemphysic.pw.toml @@ -0,0 +1,13 @@ +name = "ItemPhysic" +filename = "ItemPhysic_FABRIC_v1.8.11_mc1.21.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/aT8BzaOj/versions/u0TWA6sB/ItemPhysic_FABRIC_v1.8.11_mc1.21.8.jar" +hash-format = "sha512" +hash = "364afdbb33b42f74bc0acabf116c24033e4959543f5cbb2774b4d73e0d074991e7028b16ad45e1b936e0ad8c61dd52aa4b60a3e7a04990d3a82680bfe403b30b" + +[update] +[update.modrinth] +mod-id = "aT8BzaOj" +version = "u0TWA6sB" diff --git a/modpack/pack.toml b/modpack/pack.toml index b43d357..8d4f7f4 100644 --- a/modpack/pack.toml +++ b/modpack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4bc6c079f190ab42e20d59015f6a683cfe07fc6bf706e2efd5eb726ebfb2a82e" +hash = "859732289f841935e37d17a8a8e73e1c869771c20655fa72d5f54764558654f0" [versions] fabric = "0.17.2"