]> git.lizzy.rs Git - LightOverlay.git/blob - forge/src/main/resources/META-INF/mods.toml
Update Cloth Config and architectury
[LightOverlay.git] / forge / src / main / resources / META-INF / mods.toml
1 modLoader = "javafml"
2 loaderVersion = "[33,)"
3 issueTrackerURL = "https://github.com/shedaniel/LightOverlay/issues/" #optional
4 logoFile = "icon.png"
5 authors = "shedaniel"
6 license = "Apache-2.0"
7 [[mods]]
8 modId = "lightoverlay"
9 version = "${version}"
10 displayName = "Light Overlay"
11 description = '''
12 To provide users with NEI-like light overlay.
13 '''
14
15 [[dependencies.lightoverlay]]
16 modId = "cloth-config"
17 mandatory = true
18 versionRange = "[4.10.13,)"
19 ordering = "NONE"
20 side = "CLIENT"
21
22 [[dependencies.lightoverlay]]
23 modId = "architectury"
24 mandatory = true
25 versionRange = "[1.5.112,)"
26 ordering = "NONE"
27 side = "CLIENT"