]> git.lizzy.rs Git - LightOverlay.git/commitdiff
3.6.1
authorDanielshe <shekwancheung0528@gmail.com>
Sun, 27 Oct 2019 10:47:47 +0000 (18:47 +0800)
committerDanielshe <shekwancheung0528@gmail.com>
Sun, 27 Oct 2019 10:47:47 +0000 (18:47 +0800)
build.gradle
src/main/resources/META-INF/mods.toml

index 70c25b35c2279c49e0ae1e38bb8c4a312b56902f..c4d17357bcaffc04ca04f1028cf5b2c4fc1958b0 100644 (file)
@@ -11,7 +11,7 @@ buildscript {
 apply plugin: 'net.minecraftforge.gradle'
 apply plugin: 'eclipse'
 
-version = "3.6"
+version = "3.6.1"
 group = "me.shedaniel" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
 archivesBaseName = "LightOverlay"
 
index f85ce0b976001aac1f97e7fd2c2183cf00cbee23..56869575b611e3a1b2c432d18c2199a71be1fc14 100755 (executable)
@@ -31,3 +31,15 @@ displayName="Light Overlay Forge" #mandatory
 description='''
 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"
\ No newline at end of file