Added "Armourer's Workshop"
This commit is contained in:
parent
51e6c1a009
commit
8c9d8a5e77
|
@ -229,6 +229,7 @@ Mods that make Microsoft's problems less problematic
|
|||
## Decoration
|
||||
Pretty blocks for arguably pretty buildings
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/czRQtf69/d6dc4bcd58b0d69903aa3257be95a3df40d4c526.png">[<abbr title="side:both">CS</abbr>] **[Ambient Fireflies](https://modrinth.com/mod/ambient-fireflies)** - Adds fireflies to Minecraft as promised by Mojang
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/y4JF3gXL/20b3cb454e8fb95cb169c93c2dff13980bbd236c.jpeg">[<abbr title="side:both">CS</abbr>] **[Armourer's Workshop](https://modrinth.com/mod/armourers-workshop)** - Cosmetic weapon and armour skins.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/DhSSvaxs/c13d3f6a8ea281ecea904e10daa7d4de7147c22c.png">[<abbr title="side:both">CS</abbr>] **[Beautify: Refabricated](https://modrinth.com/mod/beautify-refabricated)** - Adds lots of vanilla-styled ways to spice up your builds.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/VKXzIykF/f03ccffaebbfc0faa496a34e674090f3a11a99db.png">[<abbr title="side:both">CS</abbr>] **[Sit](https://modrinth.com/mod/bl4cks-sit)** - Allows you to sit on slabs and stairs.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/OK421ZCh/07bd1046134cf864e8217a756cfcebf17d708536.png">[<abbr title="side:both">CS</abbr>] **[Bushier Flowers](https://modrinth.com/mod/bushier-flowers)** - Bushier Flowers: Farm Flowers & Dyes Or Make Bouquets! [Fabric/Forge]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue