From afb950a9a0778e195256b00a8f25ffd3fb746154 Mon Sep 17 00:00:00 2001 From: "nekomimi.pet" Date: Sat, 4 Jul 2026 19:02:25 -0400 Subject: [PATCH] Add vanilla plus utility mods --- index.toml | 34 +++++++++++++++++++++++++++ mods/emotecraft.pw.toml | 13 ++++++++++ mods/fallingtree.pw.toml | 13 ++++++++++ mods/map-tooltip.pw.toml | 13 ++++++++++ mods/odyssey-map.pw.toml | 13 ++++++++++ mods/player-animation-library.pw.toml | 13 ++++++++++ mods/visual-workbench.pw.toml | 13 ++++++++++ pack.toml | 2 +- 8 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 mods/emotecraft.pw.toml create mode 100644 mods/fallingtree.pw.toml create mode 100644 mods/map-tooltip.pw.toml create mode 100644 mods/odyssey-map.pw.toml create mode 100644 mods/player-animation-library.pw.toml create mode 100644 mods/visual-workbench.pw.toml diff --git a/index.toml b/index.toml index 74ed754..9590ad9 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "README.md" +hash = "da85b52fa96361b2af4d8bb753952fc3c3a557f84d978425dee90ca1e954e442" + [[files]] file = "mods/3dskinlayers.pw.toml" hash = "90545284bcfbf7cc14d7a67e0691170295010eca4a1e8b9f0c6c4d6db779e93b" @@ -110,6 +114,11 @@ file = "mods/emoji-type.pw.toml" hash = "b9b9d947b83938ba4810a5fe65fd0d9f4d8f65c7e1489a213eabed00612b160c" metafile = true +[[files]] +file = "mods/emotecraft.pw.toml" +hash = "bf4633ffa0e1f3f44dcc95673bd9d58292b7f1c4b6cf90563db3da0c5b44d235" +metafile = true + [[files]] file = "mods/entityculling.pw.toml" hash = "e5e870e6af57706933a549c62a60d1caa4fad10636354c48abf183275391e5c4" @@ -120,6 +129,11 @@ file = "mods/explorify.pw.toml" hash = "6adce6422e74091638dbd7872270ee58d9a22dc18340580f809cc50c739e0d4f" metafile = true +[[files]] +file = "mods/fallingtree.pw.toml" +hash = "b1baa744204940671c7501296ae56e97da705f57b9d58bfdb522f87aa30d7d81" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "ecd9e70faca5584f8cb488905c333f9eeef03193674f03692a7bb32f1283fcdc" @@ -190,6 +204,11 @@ file = "mods/macaws-bridges.pw.toml" hash = "315bd2ea51def6c2ce62f7e103f65b5f4426fe20e4026eede1ac5f1ba947dc89" metafile = true +[[files]] +file = "mods/map-tooltip.pw.toml" +hash = "023a618b6126f8a0099b52387b62b27c6b910b1fb2aee3ad0eca79785aa7e44f" +metafile = true + [[files]] file = "mods/modernfix.pw.toml" hash = "173794d8bfb66b708d042e62a1611f5e452543f365f92e9a27b27d12a15e610c" @@ -210,11 +229,21 @@ file = "mods/not-enough-animations.pw.toml" hash = "977b33d4d3a13f5537642c1c1683acd4311fb8583c8ab1b19d4a438b6c229e9a" metafile = true +[[files]] +file = "mods/odyssey-map.pw.toml" +hash = "49ab280377d18b0be02708b8d8876f4f79453f3ccde77e7121c847d9905350d7" +metafile = true + [[files]] file = "mods/ok-zoomer.pw.toml" hash = "cb9054df12ba8eae7da1b0f3c754bcc53e8f11e3e11187e91c394b5f8f24d994" metafile = true +[[files]] +file = "mods/player-animation-library.pw.toml" +hash = "389f44c78ab3dab116bb07cfc33b0eb31ff6fc86cab31632444441535cf6ba7b" +metafile = true + [[files]] file = "mods/puzzles-lib.pw.toml" hash = "f5d0664194b1659f7482d7a6051f1e65f410d2f66747fd76dac3c7e0fab12168" @@ -295,6 +324,11 @@ file = "mods/trimmable-tools.pw.toml" hash = "b45c88c148100aa9d0a4c23671aaf7307ff587de16a08216698af16b144d3419" metafile = true +[[files]] +file = "mods/visual-workbench.pw.toml" +hash = "68c07cbcc4f7403677022b9b1078ba3fb9fc58491c393fab4af842ec06536d91" +metafile = true + [[files]] file = "mods/vivecraft.pw.toml" hash = "bc34786a22a9bc65605c3d3e61f59bf3ed70269610fd6aea027669ce0753e236" diff --git a/mods/emotecraft.pw.toml b/mods/emotecraft.pw.toml new file mode 100644 index 0000000..ce1f997 --- /dev/null +++ b/mods/emotecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Emotecraft" +filename = "emotecraft-for-MC26.1.2-3.3.0-b.build.152.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pZ2wrerK/versions/agefprnn/emotecraft-for-MC26.1.2-3.3.0-b.build.152.jar" +hash-format = "sha512" +hash = "2867cb7211dd263fad69dafe2debe7b495ff172f053094ae35b888316a1dd74a6301bb7a9b0cd6b3c8d73c31526b820697d6b79fc6b0539edffa86e292f98615" + +[update] +[update.modrinth] +mod-id = "pZ2wrerK" +version = "agefprnn" diff --git a/mods/fallingtree.pw.toml b/mods/fallingtree.pw.toml new file mode 100644 index 0000000..63e9de9 --- /dev/null +++ b/mods/fallingtree.pw.toml @@ -0,0 +1,13 @@ +name = "FallingTree" +filename = "FallingTree-26.1.2-25.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Fb4jn8m6/versions/YpsBfAWL/FallingTree-26.1.2-25.jar" +hash-format = "sha512" +hash = "d7e31fccb2c6174fdf41599d33eb54c94ca2c42e0a6f76cb12327ac8b98f86b938fe41322875c2496f5ee27dd890cc96648d71c57ee8568083107fb54c71d2e6" + +[update] +[update.modrinth] +mod-id = "Fb4jn8m6" +version = "YpsBfAWL" diff --git a/mods/map-tooltip.pw.toml b/mods/map-tooltip.pw.toml new file mode 100644 index 0000000..86b3d4e --- /dev/null +++ b/mods/map-tooltip.pw.toml @@ -0,0 +1,13 @@ +name = "Map Tooltip" +filename = "maptooltip-5.0.1+26.1-neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/GNtptqqU/versions/6GSsnkDK/maptooltip-5.0.1%2B26.1-neoforge.jar" +hash-format = "sha512" +hash = "bddf1d202d0a7c1e54cf9e51d076834678169f2ff0ec2c64ee96c0505f0d1bf6801a38e7f8d05f4e1443d9a2846fb0c771dc18d2ef002de40d8d9dee020cece3" + +[update] +[update.modrinth] +mod-id = "GNtptqqU" +version = "6GSsnkDK" diff --git a/mods/odyssey-map.pw.toml b/mods/odyssey-map.pw.toml new file mode 100644 index 0000000..e8da770 --- /dev/null +++ b/mods/odyssey-map.pw.toml @@ -0,0 +1,13 @@ +name = "Odyssey Map" +filename = "odysseymap-neoforge-26.1.2-1.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lLviL6Oq/versions/Rzy67TOV/odysseymap-neoforge-26.1.2-1.2.0.jar" +hash-format = "sha512" +hash = "85d2e1d094199fe4ecc5a21cbbbe55a0d3dadb9bc690efce6ff05d6eb2581f088c7eb3e4f3e2ae642cbc24bf9b99fb39559210285a1f1536089c9272c51dfb13" + +[update] +[update.modrinth] +mod-id = "lLviL6Oq" +version = "Rzy67TOV" diff --git a/mods/player-animation-library.pw.toml b/mods/player-animation-library.pw.toml new file mode 100644 index 0000000..177e3e2 --- /dev/null +++ b/mods/player-animation-library.pw.toml @@ -0,0 +1,13 @@ +name = "Player Animation Library" +filename = "PlayerAnimationLibMerged-1.2.4+mc.26.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ha1mEyJS/versions/k0aEzbyO/PlayerAnimationLibMerged-1.2.4%2Bmc.26.1.jar" +hash-format = "sha512" +hash = "d0744d49abcd0ef6eb13016657fc51ecdb6b9e526b664cff028d197fdb98d8353f02cbd1e777c084613672a9107d723df0bd9f7bc08b1021a6b7e2d33a3bf1a5" + +[update] +[update.modrinth] +mod-id = "ha1mEyJS" +version = "k0aEzbyO" diff --git a/mods/visual-workbench.pw.toml b/mods/visual-workbench.pw.toml new file mode 100644 index 0000000..d6f0123 --- /dev/null +++ b/mods/visual-workbench.pw.toml @@ -0,0 +1,13 @@ +name = "Visual Workbench" +filename = "VisualWorkbench-v26.1.0-mc26.1.x-NeoForge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kfqD1JRw/versions/cIEtLn9n/VisualWorkbench-v26.1.0-mc26.1.x-NeoForge.jar" +hash-format = "sha512" +hash = "d5326283829c6aa33f4f56c4c92b3b7cb6a8be7e8c9ddbe4ebdbbc60e7b8ca0d29d8da89eb4269f0e763ba2d82cfc1c317f47c76067d081556bff2bc1900ca93" + +[update] +[update.modrinth] +mod-id = "kfqD1JRw" +version = "cIEtLn9n" diff --git a/pack.toml b/pack.toml index 407577b..7526d7a 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "81f017de69ce54a841a6084be9e476000bc8f1327b81c2e0f43f298a940162a6" +hash = "b6a6347f2fbc6974269ea53b73b653718c5022e7ab1994c0ce2b75c9a568e246" [versions] minecraft = "26.1.2" -- 2.51.2