diff options
| author | triethyl <triethylammonium@pm.me> | 2026-01-06 16:35:14 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-01-06 16:35:14 -0500 |
| commit | 77cba1817ea92b232ff4596c19e251205f8e0382 (patch) | |
| tree | 17802c9a7b8234d5053cdc8e222af517c469772d | |
| parent | 66ce6d2c47c0eb925b35e157ab1f302f277ff946 (diff) | |
added name tag recipemain
| -rw-r--r-- | index.toml | 5 | ||||
| -rw-r--r-- | mods/name-tag-tweaks.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -469,6 +469,11 @@ hash = "9ff690ee32105d52a646a76f48371ccbe1958aff274511ca71fb44099ebc7107" metafile = true [[files]] +file = "mods/name-tag-tweaks.pw.toml" +hash = "b645ddacefcf095b97166479c1be91907627fd844d40fd333a96611961f842bb" +metafile = true + +[[files]] file = "mods/netherportalfix.pw.toml" hash = "647356f01888fcef7108c655e12b3bff1189cd0dd4a1baa9487ae5c8c5961b36" metafile = true diff --git a/mods/name-tag-tweaks.pw.toml b/mods/name-tag-tweaks.pw.toml new file mode 100644 index 0000000..a55de5a --- /dev/null +++ b/mods/name-tag-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Name Tag Tweaks" +filename = "nametagtweaks-1.20.1-4.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/LrLZEnPl/versions/xFDnAS8R/nametagtweaks-1.20.1-4.0.jar" +hash-format = "sha512" +hash = "1ff3ecc2ca7968b9a6f559d7979503ba571f79c9f34bebe17333b83671b4855a87775f36f7aaa151d271a5a1647cbe8131d0d4fad425211a6ad326b4f62c34f8" + +[update] +[update.modrinth] +mod-id = "LrLZEnPl" +version = "xFDnAS8R" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "28215dcc33aacc9bd410d50aaab41aaf6e2deeb6be2fdefd21d6860e4c7768fe" +hash = "7fab96cabbeeb0350ed7e62e7167e2712d0039cbcc9b684dc101ffc1dd98e3c2" [versions] fabric = "0.18.4" |
