diff --git a/README.md b/README.md index 1ed7457..b9b0a89 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ CREATE MACHINES CREATE MACHINES CREATE MACHINES CREATE * [CS] **[Immersive Aircraft](https://modrinth.com/mod/immersive-aircraft)** - A bunch of rustic aircraft to travel, transport, and explore! * [CS] **[ME Requester](https://modrinth.com/mod/merequester)** - Keep items and fluids in your Applied Energistics 2 ME-System in stock. * [CS] **[Plethora Peripherals](https://modrinth.com/mod/plethora-peripherals)** - Plethora is a ComputerCraft/CC: Tweaked peripheral provider. It aims to provide both metadata and peripherals for vanilla Minecraft and mainstream mods. + * [CS] **[Powah!](https://modrinth.com/mod/powah)** - A tech mod that adds various ways to generate, store and transmit Energy. * [CS] **[SwitchCraft Peripherals](https://modrinth.com/mod/sc-peripherals)** - Custom peripherals for the SwitchCraft server, including 3D Printers in the style of OpenComputers. * [CS] **[Tempad](https://modrinth.com/mod/tempad)** - Create a portal to anywhere from anywhere * [CS] **[Tom's Peripherals](https://modrinth.com/mod/toms-peripherals)** - CC: Tweaked Addon with High resolution monitors, 3D grahpics and more diff --git a/index.toml b/index.toml index 51af916..e2e013e 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "README.md" -hash = "43ef9cb34ef4046200ecb38e7e213a8703f7f26e53310695cbe0f40c06abeaf3" +hash = "ddf5641450535872cd2806dd4032472885ebfa520774b5590e08f0dde7a2953f" [[files]] file = "make-list.py" @@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92" [[files]] file = "modinfo.toml" -hash = "9991c8313ff089e781861512cd373cfa438d726d3a8c77eccd1ac0fc9f816651" +hash = "4421ccc9a3c49aad59a80810ce80278aafba29c1d735ebce8c3dd81f5a0449a0" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -1067,6 +1067,11 @@ file = "mods/polymorphic-energistics.pw.toml" hash = "85cae3c368c0405f81d078a73a0857f5da1db8f7a027658ab9607944ff8f225e" metafile = true +[[files]] +file = "mods/powah.pw.toml" +hash = "8df6f4418a1baf4bbf362668d8302683976ff126223b9fdf7f952490aebd072c" +metafile = true + [[files]] file = "mods/powerae2cc.pw.toml" hash = "6eb64220f87961daa78156f8d63b2f77a2870eeddf6d6af55af62eea407fe565" diff --git a/modinfo.toml b/modinfo.toml index 30c3fd9..35be31f 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -2754,3 +2754,12 @@ side = "both" optional = false icon = "https://cdn.modrinth.com/data/eqrvp4NK/245c9219d033286021178416a33240f848321b5f_96.webp" category = "technology" + +[mods.powah] +name = "Powah!" +description = "A tech mod that adds various ways to generate, store and transmit Energy." +link = "https://modrinth.com/mod/powah" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/KZO4S4DO/2105466943534568c3a1a837df50fd4f5f2e3e14_96.webp" +category = "technology" diff --git a/mods/powah.pw.toml b/mods/powah.pw.toml new file mode 100644 index 0000000..a87cc03 --- /dev/null +++ b/mods/powah.pw.toml @@ -0,0 +1,13 @@ +name = "Powah!" +filename = "Powah-5.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KZO4S4DO/versions/qaz6sfch/Powah-5.0.7.jar" +hash-format = "sha1" +hash = "b96b04d3ab02034d272162d2eef873bc186b8963" + +[update] +[update.modrinth] +mod-id = "KZO4S4DO" +version = "qaz6sfch" diff --git a/pack.toml b/pack.toml index d39113b..0e0a097 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 = "8dbe4226ad2fdfd30ba2576261a35d9308a108f079788638a26b9f63a249d660" +hash = "b2cf5fcc156454772deb9d91d076d1af598beee5e13293f60464498d64051909" [versions] fabric = "0.16.5"