From 8c9d8a5e776dcd8f0174d57919ab03aa733b7041 Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 27 Aug 2024 21:11:31 +0300 Subject: [PATCH] Added "Armourer's Workshop" --- README.md | 1 + index.toml | 9 +++++++-- modinfo.toml | 9 +++++++++ mods/armourers-workshop.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 mods/armourers-workshop.pw.toml diff --git a/README.md b/README.md index 0f43c46..6bbee50 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ Mods that make Microsoft's problems less problematic ## Decoration Pretty blocks for arguably pretty buildings * [CS] **[Ambient Fireflies](https://modrinth.com/mod/ambient-fireflies)** - Adds fireflies to Minecraft as promised by Mojang + * [CS] **[Armourer's Workshop](https://modrinth.com/mod/armourers-workshop)** - Cosmetic weapon and armour skins. * [CS] **[Beautify: Refabricated](https://modrinth.com/mod/beautify-refabricated)** - Adds lots of vanilla-styled ways to spice up your builds. * [CS] **[Sit](https://modrinth.com/mod/bl4cks-sit)** - Allows you to sit on slabs and stairs. * [CS] **[Bushier Flowers](https://modrinth.com/mod/bushier-flowers)** - Bushier Flowers: Farm Flowers & Dyes Or Make Bouquets! [Fabric/Forge] diff --git a/index.toml b/index.toml index a0db014..d279437 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "README.md" -hash = "bdaee84ebd7978172dc8a9b37f639be350fc59266421b32580e059d7dff75b3e" +hash = "9b4e1639951746a2d5f88d4962df0bedfe22dfa14e9b27096fcec0f30be5da1a" [[files]] file = "make-list.py" @@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92" [[files]] file = "modinfo.toml" -hash = "1adeb560e513be564a808541c3ebe2c8d05b23b9022f28b97db5dd608c09e5ff" +hash = "9fb16aee4f13bdc0d2430c0fcca3e208825fb3276da7a81f7e27658e9b472304" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -72,6 +72,11 @@ file = "mods/armor-stands.pw.toml" hash = "84fd3ff55bcb43eca75adc032ea8c4ea620f4285f88e07f1913dd5a32254b38c" metafile = true +[[files]] +file = "mods/armourers-workshop.pw.toml" +hash = "02dc1519333bce72f3228c895712505173678ac9f005c5f287f06717835bacbb" +metafile = true + [[files]] file = "mods/async-locator.pw.toml" hash = "1c03a3f5b5e061890585ecf6e41995fdc9c9b5081fff50cac3b3e9fd412c63dc" diff --git a/modinfo.toml b/modinfo.toml index 62d6a86..5a1d177 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -2673,3 +2673,12 @@ side = "server" optional = false icon = "https://cdn.modrinth.com/data/jrDKjZP7/icon.png" category = "devtools" + +[mods.armourers-workshop] +name = "Armourer's Workshop" +description = "Cosmetic weapon and armour skins." +link = "https://modrinth.com/mod/armourers-workshop" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/y4JF3gXL/20b3cb454e8fb95cb169c93c2dff13980bbd236c.jpeg" +category = "decoration" diff --git a/mods/armourers-workshop.pw.toml b/mods/armourers-workshop.pw.toml new file mode 100644 index 0000000..19bedd9 --- /dev/null +++ b/mods/armourers-workshop.pw.toml @@ -0,0 +1,13 @@ +name = "Armourer's Workshop" +filename = "armourersworkshop-fabric-1.20.1-3.0.0-beta.14.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/y4JF3gXL/versions/m8F0qhbq/armourersworkshop-fabric-1.20.1-3.0.0-beta.14.jar" +hash-format = "sha1" +hash = "d693550b1340d3b5987131c6ba30bbc7398597fb" + +[update] +[update.modrinth] +mod-id = "y4JF3gXL" +version = "m8F0qhbq" diff --git a/pack.toml b/pack.toml index 0b7ca39..b0ba73c 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 = "cba61c8315717ac406808758b92a424e04daed57bf66b8c0ba8d129aae69eb0e" +hash = "e8cef432e08c40493841f6c96b68ed2af8ae92282b7463cc10eb1e47ff7eca1c" [versions] fabric = "0.16.2"