From 8d85b832f476baca019c295c2a13f9d906a14cdc Mon Sep 17 00:00:00 2001 From: hkc Date: Sun, 17 Nov 2024 15:52:27 +0300 Subject: [PATCH] Added a bunch of things idk --- README.md | 8 +++ index.toml | 44 +++++++++++- modinfo.toml | 72 +++++++++++++++++++ mods/ae2infinite.pw.toml | 13 ++++ mods/amethyst-core.pw.toml | 13 ++++ mods/amethyst-gravity-reattracted.pw.toml | 13 ++++ mods/amethyst-imbuement.pw.toml | 13 ++++ ...d-energistics-2-wireless-terminals.pw.toml | 13 ++++ mods/fzzy-config.pw.toml | 13 ++++ mods/fzzy-core.pw.toml | 13 ++++ mods/gravity-api-fork.pw.toml | 13 ++++ pack.toml | 2 +- 12 files changed, 227 insertions(+), 3 deletions(-) create mode 100644 mods/ae2infinite.pw.toml create mode 100644 mods/amethyst-core.pw.toml create mode 100644 mods/amethyst-gravity-reattracted.pw.toml create mode 100644 mods/amethyst-imbuement.pw.toml create mode 100644 mods/applied-energistics-2-wireless-terminals.pw.toml create mode 100644 mods/fzzy-config.pw.toml create mode 100644 mods/fzzy-core.pw.toml create mode 100644 mods/gravity-api-fork.pw.toml diff --git a/README.md b/README.md index b9b0a89..523f7fe 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Quality of Life mods to make it a bit better * [SO] **[Tree Harvester](https://modrinth.com/mod/tree-harvester)** - 🌲 Harvest full trees and huge mushrooms instantly with an axe. Includes fast leaf decay and sapling placement. ## Fun Who doesn't like to have fun? + * [CS] **[Amethyst Gravity: Reattracted](https://modrinth.com/mod/amethyst-gravity-reattracted)** - Provides survival-friendly options for changing the direction of gravity. * [CS] **[Distant Friends](https://modrinth.com/mod/distant-friends)** - :3 * [CS] **[Eureka! Ships! for Valkyrien Skies (Forge/Fabric)](https://modrinth.com/mod/eureka)** - Eureka! Build ships in Minecraft out of ordinary blocks, with physics. * [SO] **[leashable players](https://modrinth.com/mod/leashable-players)** - a not so simple mod that lets you ruin all your friendships :) @@ -152,6 +153,7 @@ Make this game at least playable * [CS] **[XXL Packets](https://modrinth.com/mod/xxl-packets)** - XXL Packets is a fork of XL Packets which raises the packet size limit from 2MB to the Java Integer limit (2.147483647 GB). ## Library Libraries and APIs for other mods + * [CS] **[Amethyst Core](https://modrinth.com/mod/amethyst-core)** - Library mod that powers the Amethyst Imbuement family of mods; can be used to create your very own Magic-themed Mod! * [CS] **[Architectury API](https://modrinth.com/mod/architectury-api)** - An intermediary api aimed to ease developing multiplatform mods. * [SO] **[Async Locator](https://modrinth.com/mod/async-locator)** - Changes the searching of features to be asynchronous to mitigate associated lag * [CO] **[Athena](https://modrinth.com/mod/athena-ctm)** - A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+ @@ -172,8 +174,11 @@ Libraries and APIs for other mods * [CS] **[FTB Library (Fabric)](None)** - Common code for all GUI stuff in FTB Mods. * [CS] **[FTB Teams (Fabric)](None)** - Library for mods that can utilize team progression like FTB Chunks and FTB Quests. * [CS] **[FTB XMod Compat](None)** - This is a compatibility mod whose only purpose is to provide cross-mod integration between FTB and non-FTB mods. + * [CS] **[Fzzy Config](https://modrinth.com/mod/fzzy-config)** - Config API with automatic GUIs, powerful validation options, server-client sync, and more! + * [CS] **[Fzzy Core](https://modrinth.com/mod/fzzy-core)** - API used in fzzyhmstrs mods that provides various utilities for Kotlin mods * [CS] **[Geckolib](https://modrinth.com/mod/geckolib)** - A 3D animation library for entities, blocks, items, armor, and more! * [CS] **[Glodium](https://modrinth.com/mod/glodium)** - A codelib for render, registry and network stuff + * [CS] **[Gravity Changer (qouteall fork)](https://modrinth.com/mod/gravity-api-fork)** - Change gravity direction * [CS] **[JamLib](https://modrinth.com/mod/jamlib)** - The platform-agnostic, Architectury based library used in all of JamCoreModding's mods * [CS] **[Kiwi 🥝](https://modrinth.com/mod/kiwi)** - Minecraft modding library * [CS] **[Konkrete](https://modrinth.com/mod/konkrete)** - Just another boring library mod. @@ -204,6 +209,9 @@ Creative-mode and other useful stuff to make management easier CREATE MACHINES CREATE MACHINES CREATE MACHINES CREATE * [CS] **[Ad Astra](https://modrinth.com/mod/ad-astra)** - Live long and prosper, Ad Astra! * [CS] **[Applied Energistics 2](https://modrinth.com/mod/ae2)** - AE2: A popular automation and storage mod + * [CS] **[AE2Infinite](https://modrinth.com/mod/ae2infinite)** - Adds 2 wireless range boosters for AE2 Wireless Terminals. Inspired by AEInfinityBooster (dev: hexeptiondev). Developed for Fabric support. + * [CS] **[Amethyst Imbuement](https://modrinth.com/mod/amethyst-imbuement)** - A magic mod focused on crystal magic, spell casting, and utilizing your experience + * [CS] **[Applied Energistics 2 Wireless Terminals](https://modrinth.com/mod/applied-energistics-2-wireless-terminals)** - Ae2wtlib is an addon for ae2 that adds wireless versions of several Terminals * [CS] **[Better P2P](https://modrinth.com/mod/betterp2p)** - Advanced P2P network managing tool for AE2 * [CS] **[Botania](https://modrinth.com/mod/botania)** - An innovative natural magic themed tech mod * [CS] **[CC: Tweaked](https://modrinth.com/mod/cc-tweaked)** - ComputerCraft fork adding programmable computers, turtles and more to Minecraft. diff --git a/index.toml b/index.toml index e2e013e..30f739d 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "README.md" -hash = "ddf5641450535872cd2806dd4032472885ebfa520774b5590e08f0dde7a2953f" +hash = "e5a5b82677650a338a4c7e4d07a15b75d2b1f5601cb45a1f5bb01d6c1aa21f83" [[files]] file = "make-list.py" @@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92" [[files]] file = "modinfo.toml" -hash = "4421ccc9a3c49aad59a80810ce80278aafba29c1d735ebce8c3dd81f5a0449a0" +hash = "421fe56a6022c2911051cffa1c3f1ea5195b1906371f477bfcb36cb964d6b880" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -32,6 +32,11 @@ file = "mods/ae2.pw.toml" hash = "30f6a07aacfc0b9a5038a3e5261f231e81af3b6388cf473c87f978f4e2fb9347" metafile = true +[[files]] +file = "mods/ae2infinite.pw.toml" +hash = "cb5691e24d024ff4cde6d4507dfa4f5a91ed331910acea28b6f5148f6828a7ac" +metafile = true + [[files]] file = "mods/ambient-fireflies.pw.toml" hash = "bf8966c3a5136e58ed9337c5e284d5aef7fdc529ed1088d40854e9ef82274975" @@ -47,6 +52,21 @@ file = "mods/amendments.pw.toml" hash = "46795f04ce4181b14d296b115a1290bbc56dd056dd2e6fb7b2920a2013c70bcb" metafile = true +[[files]] +file = "mods/amethyst-core.pw.toml" +hash = "6f9ceb859131fa62b7887afce0de2ffac8087b17872b27a27f6b214d224ab4b0" +metafile = true + +[[files]] +file = "mods/amethyst-gravity-reattracted.pw.toml" +hash = "c0d39a4f488517cc69fef590f2c23945cfd284e2c6b5e6a6f9f371b33eaff7ca" +metafile = true + +[[files]] +file = "mods/amethyst-imbuement.pw.toml" +hash = "8f891e6ce08e3d2771956d73602a4207bea3f94dbe2fca1a187c1443314fc4ee" +metafile = true + [[files]] file = "mods/animal_feeding_trough.pw.toml" hash = "5accd2e36c1a55de10e18c2b6b0ddf02bc7dc930d11a974c87f84a3573f75dc6" @@ -62,6 +82,11 @@ file = "mods/appleskin.pw.toml" hash = "755711464243fdf15a8fbfc1109fbc7db4603e9773707905acebb97f112db206" metafile = true +[[files]] +file = "mods/applied-energistics-2-wireless-terminals.pw.toml" +hash = "67d1dac247ae7af173e15fa747cdb301c5fd9fdaa395840d683cd03b5913956b" +metafile = true + [[files]] file = "mods/architectury-api.pw.toml" hash = "0cbcd58c49decc0ecbccd330fcc8326e3b8769e22e1740e229f09541acf3df7f" @@ -647,6 +672,16 @@ file = "mods/fxnt-create-storage.pw.toml" hash = "ee95957047529759ed16bfc5eb70883c4fc462b759bfa087b794ee86d2f87e05" metafile = true +[[files]] +file = "mods/fzzy-config.pw.toml" +hash = "bac06790043c111eece1d89352694e90c5434300f38b9286a517137dcbfe9f14" +metafile = true + +[[files]] +file = "mods/fzzy-core.pw.toml" +hash = "dac761273638f48b6949bc01d38a5999b3d6b3c3918afd98284d05c4ecac307b" +metafile = true + [[files]] file = "mods/garnished-botany-pots.pw.toml" hash = "970b2298758ad61fc2bf6292c17d179be26530215a75bdb3d61fc61c2651702d" @@ -682,6 +717,11 @@ file = "mods/gravestones.pw.toml" hash = "ace9dbdca93d66c486a4474081fc91219640e506b62679bce01318c34af51e13" metafile = true +[[files]] +file = "mods/gravity-api-fork.pw.toml" +hash = "ed4f9111816e20f749d06fe714ca5b0841fa0e884e1761a8df66ac20bd37b8ba" +metafile = true + [[files]] file = "mods/held-item-info.pw.toml" hash = "c24e05bc69b5e571da13b6f854c89ea093deab2b74b1bd3e8f17113a2f01c07e" diff --git a/modinfo.toml b/modinfo.toml index 35be31f..f53895e 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -2763,3 +2763,75 @@ side = "both" optional = false icon = "https://cdn.modrinth.com/data/KZO4S4DO/2105466943534568c3a1a837df50fd4f5f2e3e14_96.webp" category = "technology" + +[mods.ae2infinite] +name = "AE2Infinite" +description = "Adds 2 wireless range boosters for AE2 Wireless Terminals. Inspired by AEInfinityBooster (dev: hexeptiondev). Developed for Fabric support." +link = "https://modrinth.com/mod/ae2infinite" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/XzXYd18A/638835e7610de3039be8a04c14e2f6180537d988.png" +category = "technology" + +[mods.fzzy-config] +name = "Fzzy Config" +description = "Config API with automatic GUIs, powerful validation options, server-client sync, and more!" +link = "https://modrinth.com/mod/fzzy-config" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/hYykXjDp/11f469b1bf1f201a95c2e3ddc09ca47d85c3ed53.png" +category = "library" + +[mods.gravity-api-fork] +name = "Gravity Changer (qouteall fork)" +description = "Change gravity direction" +link = "https://modrinth.com/mod/gravity-api-fork" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/bqOyYdKi/0c753151efa14fb0d3007a7c286687b491eddc23.webp" +category = "library" + +[mods.amethyst-gravity-reattracted] +name = "Amethyst Gravity: Reattracted" +description = "Provides survival-friendly options for changing the direction of gravity." +link = "https://modrinth.com/mod/amethyst-gravity-reattracted" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/1h2ZthRl/eb91c9d3a23ada5d28dcc11b170948239ca24a8d.png" +category = "fun" + +[mods.fzzy-core] +name = "Fzzy Core" +description = "API used in fzzyhmstrs mods that provides various utilities for Kotlin mods" +link = "https://modrinth.com/mod/fzzy-core" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/LJ5wlCDr/5cd52e268b995e678dbba56090c1d1b8f7917edd_96.webp" +category = "library" + +[mods.amethyst-imbuement] +name = "Amethyst Imbuement" +description = "A magic mod focused on crystal magic, spell casting, and utilizing your experience" +link = "https://modrinth.com/mod/amethyst-imbuement" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/fThucCjR/2f578e827fea1612a660221165cf5fb14a953c25_96.webp" +category = "technology" + +[mods.amethyst-core] +name = "Amethyst Core" +description = "Library mod that powers the Amethyst Imbuement family of mods; can be used to create your very own Magic-themed Mod!" +link = "https://modrinth.com/mod/amethyst-core" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/UbOpZw7q/ee16b2d3e49ce528e85b5a535a6d89c8a7c43df9_96.webp" +category = "library" + +[mods.applied-energistics-2-wireless-terminals] +name = "Applied Energistics 2 Wireless Terminals" +description = "Ae2wtlib is an addon for ae2 that adds wireless versions of several Terminals" +link = "https://modrinth.com/mod/applied-energistics-2-wireless-terminals" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/pNabrMMw/97a54d0cf4b9ba62a4a099ce8c9dc3cd82c6e61f.png" +category = "technology" diff --git a/mods/ae2infinite.pw.toml b/mods/ae2infinite.pw.toml new file mode 100644 index 0000000..5960644 --- /dev/null +++ b/mods/ae2infinite.pw.toml @@ -0,0 +1,13 @@ +name = "AE2Infinite" +filename = "ae2infinite-1.20.1+1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XzXYd18A/versions/6jDiGvo9/ae2infinite-1.20.1%2B1.0.0.jar" +hash-format = "sha1" +hash = "a22ea529f33e071b41b3fd2a2d2a7e54fcc23a27" + +[update] +[update.modrinth] +mod-id = "XzXYd18A" +version = "6jDiGvo9" diff --git a/mods/amethyst-core.pw.toml b/mods/amethyst-core.pw.toml new file mode 100644 index 0000000..201d13f --- /dev/null +++ b/mods/amethyst-core.pw.toml @@ -0,0 +1,13 @@ +name = "Amethyst Core" +filename = "amethyst_core-1.5.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UbOpZw7q/versions/t3Tks6iD/amethyst_core-1.5.0%2B1.20.1.jar" +hash-format = "sha1" +hash = "19f5e8fb0d6ecf9b89fa164734e4db7f83428288" + +[update] +[update.modrinth] +mod-id = "UbOpZw7q" +version = "t3Tks6iD" diff --git a/mods/amethyst-gravity-reattracted.pw.toml b/mods/amethyst-gravity-reattracted.pw.toml new file mode 100644 index 0000000..42afeb1 --- /dev/null +++ b/mods/amethyst-gravity-reattracted.pw.toml @@ -0,0 +1,13 @@ +name = "Amethyst Gravity: Reattracted" +filename = "amethyst-gravity-reattracted-2.0.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1h2ZthRl/versions/7orhNjz4/amethyst-gravity-reattracted-2.0.0%2B1.20.1.jar" +hash-format = "sha1" +hash = "299454249488024f6c3c91dabb788eca773fe6d9" + +[update] +[update.modrinth] +mod-id = "1h2ZthRl" +version = "7orhNjz4" diff --git a/mods/amethyst-imbuement.pw.toml b/mods/amethyst-imbuement.pw.toml new file mode 100644 index 0000000..264537e --- /dev/null +++ b/mods/amethyst-imbuement.pw.toml @@ -0,0 +1,13 @@ +name = "Amethyst Imbuement" +filename = "amethyst_imbuement-1.20.1-19.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fThucCjR/versions/vRY4HxBN/amethyst_imbuement-1.20.1-19.8.jar" +hash-format = "sha1" +hash = "8ae33c5bfbc4b2cdf1a197eed1d3d74047e2c331" + +[update] +[update.modrinth] +mod-id = "fThucCjR" +version = "vRY4HxBN" diff --git a/mods/applied-energistics-2-wireless-terminals.pw.toml b/mods/applied-energistics-2-wireless-terminals.pw.toml new file mode 100644 index 0000000..513dc6a --- /dev/null +++ b/mods/applied-energistics-2-wireless-terminals.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2 Wireless Terminals" +filename = "ae2wtlib-15.2.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pNabrMMw/versions/QewbGM3G/ae2wtlib-15.2.1-fabric.jar" +hash-format = "sha1" +hash = "180a4e0b62e65930e0aef9dc0380c425e7d5d7b4" + +[update] +[update.modrinth] +mod-id = "pNabrMMw" +version = "QewbGM3G" diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml new file mode 100644 index 0000000..6c04216 --- /dev/null +++ b/mods/fzzy-config.pw.toml @@ -0,0 +1,13 @@ +name = "Fzzy Config" +filename = "fzzy_config-0.5.7+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hYykXjDp/versions/tamdAJoQ/fzzy_config-0.5.7%2B1.20.1.jar" +hash-format = "sha1" +hash = "8f3b82983180d14573c3ccb776d20df3242885b1" + +[update] +[update.modrinth] +mod-id = "hYykXjDp" +version = "tamdAJoQ" diff --git a/mods/fzzy-core.pw.toml b/mods/fzzy-core.pw.toml new file mode 100644 index 0000000..8867518 --- /dev/null +++ b/mods/fzzy-core.pw.toml @@ -0,0 +1,13 @@ +name = "Fzzy Core" +filename = "fzzy_core-0.5.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LJ5wlCDr/versions/G6CaE33O/fzzy_core-0.5.1%2B1.20.1.jar" +hash-format = "sha1" +hash = "72b76630165621f8c268af7356a3c4f9c25dbc20" + +[update] +[update.modrinth] +mod-id = "LJ5wlCDr" +version = "G6CaE33O" diff --git a/mods/gravity-api-fork.pw.toml b/mods/gravity-api-fork.pw.toml new file mode 100644 index 0000000..4a69f54 --- /dev/null +++ b/mods/gravity-api-fork.pw.toml @@ -0,0 +1,13 @@ +name = "Gravity Changer (qouteall fork)" +filename = "gravity-changer-1.1.2+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bqOyYdKi/versions/kl3DxAl9/gravity-changer-1.1.2%2Bmc1.20.1.jar" +hash-format = "sha1" +hash = "a54d63fa622c3ab9b37d1a97406f60a1bab6ef22" + +[update] +[update.modrinth] +mod-id = "bqOyYdKi" +version = "kl3DxAl9" diff --git a/pack.toml b/pack.toml index 0e0a097..709115d 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 = "b2cf5fcc156454772deb9d91d076d1af598beee5e13293f60464498d64051909" +hash = "85120a92c6855d612d377f342f87987f732034a195b5a0820ba7775a18492e68" [versions] fabric = "0.16.5"