From beacbb114ee4cc7d09381affbb3feaed2f0468c2 Mon Sep 17 00:00:00 2001 From: ursamina <143211829+ursamina@users.noreply.github.com> Date: Sat, 6 Jul 2024 20:31:36 +0100 Subject: [PATCH] add mods - betternbt for itemtags when holding shift - gregic energistics for buffers + CRIB (comes with monomorphism) - modern ae2 additions for interface p2p and dense coprocessors --- index.toml | 20 ++++++++++++++++++++ mods/better-tips-nbt-tag.pw.toml | 13 +++++++++++++ mods/gregic-energistics.pw.toml | 13 +++++++++++++ mods/modern-ae2-additions.pw.toml | 13 +++++++++++++ mods/monomorphism.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 6 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 mods/better-tips-nbt-tag.pw.toml create mode 100644 mods/gregic-energistics.pw.toml create mode 100644 mods/modern-ae2-additions.pw.toml create mode 100644 mods/monomorphism.pw.toml diff --git a/index.toml b/index.toml index 751c8e8..47117fc 100644 --- a/index.toml +++ b/index.toml @@ -720,6 +720,11 @@ file = "mods/balm.pw.toml" hash = "a96886fe12b0156b383437c664125ca8989e7c972728a37e2ac36b35dcf29bec" metafile = true +[[files]] +file = "mods/better-tips-nbt-tag.pw.toml" +hash = "261ae4f82f04156a7cdca06cc57c92ba3de364283e2b075bd5807087937f654b" +metafile = true + [[files]] file = "mods/bookshelf.pw.toml" hash = "058699e4832d0cf5396c5ea29244100f0c0e39a8d7aa5b64c2afdcc3cb8c8145" @@ -855,6 +860,11 @@ file = "mods/glodium.pw.toml" hash = "2a7944b951ebfaa4dcf963c3e2faf43eb8115d99a4390daa49dd8ea6676e8828" metafile = true +[[files]] +file = "mods/gregic-energistics.pw.toml" +hash = "8141c2ddb53a5aaf49dc760509646dcdeee1bae5cdb50ac722bac4cf17eeac85" +metafile = true + [[files]] file = "mods/gregtechceu-modern.pw.toml" hash = "d71e4bc22ccfd285fb8e308297a642e2237773c7e3a2cf93297d34b67604c64c" @@ -930,11 +940,21 @@ file = "mods/model-gap-fix.pw.toml" hash = "0bb674b857580f12bd2c422af10506d98948b65838992fa7fc53c2e597cdbc56" metafile = true +[[files]] +file = "mods/modern-ae2-additions.pw.toml" +hash = "32a7eca2d2bc02785b7df1b0f6fb17dfe512bab005293fbb9c5e8a7e1fe52486" +metafile = true + [[files]] file = "mods/modernfix.pw.toml" hash = "b1eca3f7a0293f8536a49d1391c07b18339702b1d085a7ba7275a780a1767f62" metafile = true +[[files]] +file = "mods/monomorphism.pw.toml" +hash = "f433f6a0abbebd54ddd6aef1112b0a93946b4802f342dccfbcd39e197a73cd89" +metafile = true + [[files]] file = "mods/mouse-tweaks.pw.toml" hash = "c17b9de2050b52f12368cea16836e8c6ac43be9683b2fc4755a9b3d4a60fa67b" diff --git a/mods/better-tips-nbt-tag.pw.toml b/mods/better-tips-nbt-tag.pw.toml new file mode 100644 index 0000000..09c14f7 --- /dev/null +++ b/mods/better-tips-nbt-tag.pw.toml @@ -0,0 +1,13 @@ +name = "Better Tag NBT Tips" +filename = "BetterTags-1.20.1-1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1424c676217825cc6b121d7dd264af9718dccf69" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4636196 +project-id = 682363 diff --git a/mods/gregic-energistics.pw.toml b/mods/gregic-energistics.pw.toml new file mode 100644 index 0000000..9eac50f --- /dev/null +++ b/mods/gregic-energistics.pw.toml @@ -0,0 +1,13 @@ +name = "Gregic Energistics" +filename = "gregiceng-1.20.1-1.0.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "332644adb9acf0d4010c7b48ebfa97959d195333" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5392339 +project-id = 1028337 diff --git a/mods/modern-ae2-additions.pw.toml b/mods/modern-ae2-additions.pw.toml new file mode 100644 index 0000000..6bfb479 --- /dev/null +++ b/mods/modern-ae2-additions.pw.toml @@ -0,0 +1,13 @@ +name = "Modern AE2 Additions" +filename = "mae2-1.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8740f887ff2536a5e6c718292f7bde2b71888586" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5422708 +project-id = 1028068 diff --git a/mods/monomorphism.pw.toml b/mods/monomorphism.pw.toml new file mode 100644 index 0000000..d33ef34 --- /dev/null +++ b/mods/monomorphism.pw.toml @@ -0,0 +1,13 @@ +name = "Monomorphism" +filename = "monomorphism-1.20.1-1.0.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7af4c381c78ec423ff1bf37814e6d1a97a2fa68e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5385057 +project-id = 1027918 diff --git a/pack.toml b/pack.toml index 9c98c2e..b68ca1b 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 = "7dc9814c9de8028ae28251b93424e597c2b6f1c5418c6d4428edf045473334ba" +hash = "561e59662e25185993d8c3d3e07914ff59efb0e2a1d4ab2964c788251ecce616" [versions] forge = "47.2.0"