From 29b3b224ca7a80b0f73125b060037a71f3280d94 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Tue, 15 Aug 2023 11:45:29 +0200 Subject: [PATCH] Add mods to show villager trades & proffesions in REI --- index.toml | 10 ++++++++++ mods/roughly-enough-professions-rep.pw.toml | 13 +++++++++++++ mods/roughly-enough-trades.pw.toml | 13 +++++++++++++ pack.toml | 4 ++-- 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 mods/roughly-enough-professions-rep.pw.toml create mode 100644 mods/roughly-enough-trades.pw.toml diff --git a/index.toml b/index.toml index f1c0bd0..1f7d628 100644 --- a/index.toml +++ b/index.toml @@ -297,6 +297,16 @@ file = "mods/roughly-enough-items.pw.toml" hash = "14cc4a22ff95357f268e55e99728742c6667e4ad1a3272bb708fb2702ffc5f82" metafile = true +[[files]] +file = "mods/roughly-enough-professions-rep.pw.toml" +hash = "7e7e64bf9e193e56bbb53c71d1a29544e8543bc33d8a99bd24dcc26be2f88922" +metafile = true + +[[files]] +file = "mods/roughly-enough-trades.pw.toml" +hash = "44743a46e6f1af55144f3fcc91005499757cba9c34122ed759ae0bcde2ed5bb4" +metafile = true + [[files]] file = "mods/serverpingerfixer.pw.toml" hash = "e4fcc1fc82a41c6ab58a926cd61950c290479c8e1c8531bfebaa72eb3d899817" diff --git a/mods/roughly-enough-professions-rep.pw.toml b/mods/roughly-enough-professions-rep.pw.toml new file mode 100644 index 0000000..e6d2a43 --- /dev/null +++ b/mods/roughly-enough-professions-rep.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Professions (REP)" +filename = "RoughlyEnoughProfessions-fabric-1.20.1-2.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/V8XJ8f5f/versions/tup2khor/RoughlyEnoughProfessions-fabric-1.20.1-2.0.1.jar" +hash-format = "sha1" +hash = "36e976d018b9dcedbabd9075575e4d25998b1d1e" + +[update] +[update.modrinth] +mod-id = "V8XJ8f5f" +version = "tup2khor" diff --git a/mods/roughly-enough-trades.pw.toml b/mods/roughly-enough-trades.pw.toml new file mode 100644 index 0000000..969c687 --- /dev/null +++ b/mods/roughly-enough-trades.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Trades" +filename = "RoughlyEnoughTrades-1.19.3-1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/SRDQqMfX/versions/UFe6Qy2t/RoughlyEnoughTrades-1.19.3-1.0.jar" +hash-format = "sha1" +hash = "8e8c2a499869408e50a5df09d4fa439188b13559" + +[update] +[update.modrinth] +mod-id = "SRDQqMfX" +version = "UFe6Qy2t" diff --git a/pack.toml b/pack.toml index 3d3544e..ef38f9c 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "VMU" author = "Wroclaw" -version = "1.3.0+mc1.20.1" +version = "1.3.1+mc1.20.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dae63eae694857e9a6775462c8dde05d7f36bc2ddf9245f1763552e19901cb41" +hash = "ea9a1c9af0bd0f0f207e32e9f8e516c2a2b2ac4d830b7cc7bb784d2266f5a552" [versions] minecraft = "1.20.1"