aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/mods.toml
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2019-11-09 11:12:21 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2019-11-09 11:12:21 -0800
commit00d859187a8ca433028634e56bd30243ddaa69a4 (patch)
tree0582bdb9aa28e1117c72332535f3805ed8864712 /src/main/resources/META-INF/mods.toml
parent7716f30272565f750182d58da753cd4cffb88761 (diff)
downloadKotlinForForge-00d859187a8ca433028634e56bd30243ddaa69a4.tar.gz
KotlinForForge-00d859187a8ca433028634e56bd30243ddaa69a4.tar.bz2
KotlinForForge-00d859187a8ca433028634e56bd30243ddaa69a4.zip
Adding files
Diffstat (limited to 'src/main/resources/META-INF/mods.toml')
-rw-r--r--src/main/resources/META-INF/mods.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml
index ff8cd97..e79af5b 100644
--- a/src/main/resources/META-INF/mods.toml
+++ b/src/main/resources/META-INF/mods.toml
@@ -1,9 +1,8 @@
modLoader="kotlinforforge" # IModLanguageProvider
-loaderVersion="[25,)" # IModLanguageProvider version
+loaderVersion="[1,)" # IModLanguageProvider version
issueTrackerURL="https://github.com/thedarkcolour/Future-MC/issues" # Issues page
-
#displayURL="https://minecraft.curseforge.com/projects/kotlinforforge" #optional
description='''
@@ -14,7 +13,7 @@ Kotlin for Forge. Allows mods to use the Kotlin programming language.
[[dependencies.kotlinforforge]] #optional
modId="forge" #mandatory
mandatory=true #mandatory
- versionRange="[25,)" #mandatory
+ versionRange="[28,)" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE"