aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/mods.toml
blob: c4cbe5efc65e4fab739f679f2ac685ac3e1443a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
modLoader="javafml"
loaderVersion="[29,)"
issueTrackerURL="https://github.com/shedaniel/RoughlyEnoughItems/issues"
logoFile="icon.png"
authors="shedaniel"
license="MIT"
[[mods]]
    modId="roughlyenoughitems"
    version="${version}"
    displayName="Roughly Enough Items"
    description='''
To allow players to view items and recipes.
'''

[[dependencies.lightoverlay-forge]]
    modId="cloth-config2"
    mandatory=true
    versionRange="[4.0.1,)"
    ordering="NONE"
    side="CLIENT"