blob: 3140415fbbdaece2da3dffc8618614aac3fe9048 (
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 = "[8,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.roughlyenoughitems]]
modId = "cloth_config"
type = "required"
versionRange = "[10.0,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.roughlyenoughitems]]
modId = "neoforge"
type = "required"
versionRange = "[20.2.0,)"
ordering = "NONE"
side = "BOTH"
[[mixins]]
config = "rei.mixins.json"
|