]> git.lizzy.rs Git - LightOverlay.git/blob - forge/src/main/resources/META-INF/mods.toml
Fix #150 and Fix #147
[LightOverlay.git] / forge / src / main / resources / META-INF / mods.toml
1 modLoader = "javafml"
2 loaderVersion = "[37,)"
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 = "[6,)"
19 ordering = "NONE"
20 side = "CLIENT"
21
22 [[dependencies.lightoverlay]]
23 modId = "architectury"
24 mandatory = true
25 versionRange = "[3,)"
26 ordering = "NONE"
27 side = "CLIENT"
28
29 [[dependencies.lightoverlay]]
30 modId = "forge"
31 mandatory = true
32 versionRange = "[41.0.94,)"
33 ordering = "NONE"
34 side = "BOTH"