blob: df37b37c343344c5be628104a2e2adf6631c7f1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
modLoader = "javafml"
loaderVersion = "[38,)"
issueTrackerURL = "https://github.com/shedaniel/RoughlyEnoughItems/issues"
logoFile = "icon.png"
authors = "shedaniel"
license = "MIT"
[[mods]]
modId = "roughlyenoughitems"
version = "${version}"
displayName = "Roughly Enough Items (REI)"
description = '''
To allow players to view items and recipes.
'''
[[dependencies.roughlyenoughitems]]
modId = "architectury"
mandatory = true
versionRange = "[4.5.75,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.roughlyenoughitems]]
modId = "cloth_config"
mandatory = true
versionRange = "[6.0,)"
ordering = "NONE"
side = "BOTH"
|