blob: 707ff7dac2f6643dda4e3ca46f1c8af0216a76ef (
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
29
30
31
32
33
34
35
36
37
38
|
modLoader = "javafml"
loaderVersion = "[1,)"
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"
type = "required"
versionRange = "[16.1.0,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.roughlyenoughitems]]
modId = "cloth_config"
type = "required"
versionRange = "[18.0,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.roughlyenoughitems]]
modId = "neoforge"
type = "required"
versionRange = "[21.5-beta,)"
ordering = "NONE"
side = "BOTH"
[[mixins]]
config = "rei.mixins.json"
|