mods: add enchantment descriptions
Defaults are sensible so configuration is not required.
This commit is contained in:
parent
95c2794a28
commit
34798523f7
10
index.toml
10
index.toml
@ -152,6 +152,11 @@ file = "mods/dynamic-fps.pw.toml"
|
|||||||
hash = "d98649616d0dabc940af0d936985128321cb6666b46a7fc9caefcd23bc87bca1"
|
hash = "d98649616d0dabc940af0d936985128321cb6666b46a7fc9caefcd23bc87bca1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/enchantment-descriptions.pw.toml"
|
||||||
|
hash = "a2e5a35e593f3d7579664a93261d65ac3b44684a49b89c7c4f76726a299d4a55"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/entity-model-features.pw.toml"
|
file = "mods/entity-model-features.pw.toml"
|
||||||
hash = "f7e3cc05e9f15a99915692c2f640dfaa9d4d38c229e658b536086b2d15a767ae"
|
hash = "f7e3cc05e9f15a99915692c2f640dfaa9d4d38c229e658b536086b2d15a767ae"
|
||||||
@ -257,6 +262,11 @@ file = "mods/polymer.pw.toml"
|
|||||||
hash = "22a83a04b4df87ab4bbea18228c3cc695551610c66cc79ccc315d783d3f7848f"
|
hash = "22a83a04b4df87ab4bbea18228c3cc695551610c66cc79ccc315d783d3f7848f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/prickle.pw.toml"
|
||||||
|
hash = "0c3d9f5efeb85d0a31b066b80f7189eed6324eb72f9e17b0c84eeef029b44d79"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/puzzle.pw.toml"
|
file = "mods/puzzle.pw.toml"
|
||||||
hash = "5487ab16ffbb59015bc862029ec8f24769fd96fa7a1adaf567eb418c054cbea8"
|
hash = "5487ab16ffbb59015bc862029ec8f24769fd96fa7a1adaf567eb418c054cbea8"
|
||||||
|
|||||||
13
mods/enchantment-descriptions.pw.toml
Normal file
13
mods/enchantment-descriptions.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Enchantment Descriptions"
|
||||||
|
filename = "enchdesc-fabric-1.21.10-21.10.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/7qVGs8W6/enchdesc-fabric-1.21.10-21.10.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "856d2ba2e5b21dbdec7169d2b82f240e6afb45c2ed45949fe564028a438a4980cc3b74d0330ca03ed05506455b47d9946ffe6e4421d7757dcfbec0e07f99d382"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "UVtY3ZAC"
|
||||||
|
version = "7qVGs8W6"
|
||||||
13
mods/prickle.pw.toml
Normal file
13
mods/prickle.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Prickle"
|
||||||
|
filename = "prickle-fabric-1.21.10-21.10.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/aaRl8GiW/versions/l2jKhJoj/prickle-fabric-1.21.10-21.10.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "31d3899558e0753a8630057ee45f70ec3fe4337b98e59df9af888277e43e9e21545c11dc21a55afcbcb0c7e7120a3a502a1a828f7e75635bf45975d04a791c59"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "aaRl8GiW"
|
||||||
|
version = "l2jKhJoj"
|
||||||
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "92c27830b81a2524e98274e9efd5e4535193abcce4d4c7c514249402c4bfb315"
|
hash = "3dc8ae4f14ee2e1d6303edc116f40fc1efd9bbe943f771ffb95e57962ab76978"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.17.3"
|
fabric = "0.17.3"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user