|
@@ -31,3 +31,15 @@ displayName="Light Overlay Forge" #mandatory
|
|
description='''
|
|
description='''
|
|
To provide users with NEI-like light overlay.
|
|
To provide users with NEI-like light overlay.
|
|
'''
|
|
'''
|
|
|
|
+
|
|
|
|
+[[dependencies.examplemod]] #optional
|
|
|
|
+ # the modid of the dependency
|
|
|
|
+ modId="cloth-config2" #mandatory
|
|
|
|
+ # Does this dependency have to exist - if not, ordering below must be specified
|
|
|
|
+ mandatory=true #mandatory
|
|
|
|
+ # The version range of the dependency
|
|
|
|
+ versionRange="[1.4.1,)" #mandatory
|
|
|
|
+ # An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
|
|
|
|
+ ordering="AFTER"
|
|
|
|
+ # Side this dependency is applied on - BOTH, CLIENT or SERVER
|
|
|
|
+ side="CLIENT"
|