Add mods to show villager trades & proffesions in REI

This commit is contained in:
Wroclaw 2023-08-15 11:45:29 +02:00
parent 6aa31c5b20
commit 29b3b224ca
4 changed files with 38 additions and 2 deletions

10
index.toml generated
View file

@ -297,6 +297,16 @@ file = "mods/roughly-enough-items.pw.toml"
hash = "14cc4a22ff95357f268e55e99728742c6667e4ad1a3272bb708fb2702ffc5f82" hash = "14cc4a22ff95357f268e55e99728742c6667e4ad1a3272bb708fb2702ffc5f82"
metafile = true 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]] [[files]]
file = "mods/serverpingerfixer.pw.toml" file = "mods/serverpingerfixer.pw.toml"
hash = "e4fcc1fc82a41c6ab58a926cd61950c290479c8e1c8531bfebaa72eb3d899817" hash = "e4fcc1fc82a41c6ab58a926cd61950c290479c8e1c8531bfebaa72eb3d899817"

View file

@ -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"

View file

@ -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"

View file

@ -1,12 +1,12 @@
name = "VMU" name = "VMU"
author = "Wroclaw" author = "Wroclaw"
version = "1.3.0+mc1.20.1" version = "1.3.1+mc1.20.1"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "dae63eae694857e9a6775462c8dde05d7f36bc2ddf9245f1763552e19901cb41" hash = "ea9a1c9af0bd0f0f207e32e9f8e516c2a2b2ac4d830b7cc7bb784d2266f5a552"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"