aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/mods.toml
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-06-24 09:35:52 -0700
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-06-24 09:35:52 -0700
commitfd9178482200bfe58ff283085fd76a0c4f8f7b86 (patch)
tree9e550dd0c788f07b3d454e799b03d797e237eef5 /src/main/resources/META-INF/mods.toml
parentfdc32cab958aa4e81c2f7a7e13213231b49c5815 (diff)
downloadKotlinForForge-fd9178482200bfe58ff283085fd76a0c4f8f7b86.tar.gz
KotlinForForge-fd9178482200bfe58ff283085fd76a0c4f8f7b86.tar.bz2
KotlinForForge-fd9178482200bfe58ff283085fd76a0c4f8f7b86.zip
Update Kotlin for Forge 1.3.1
Diffstat (limited to 'src/main/resources/META-INF/mods.toml')
-rw-r--r--src/main/resources/META-INF/mods.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml
index aef9147..6de045b 100644
--- a/src/main/resources/META-INF/mods.toml
+++ b/src/main/resources/META-INF/mods.toml
@@ -1,7 +1,7 @@
modLoader="kotlinforforge" # IModLanguageProvider
loaderVersion="[1.3,)" # IModLanguageProvider version
-issueTrackerURL="https://github.com/thedarkcolour/Future-MC/issues" # Issues page
+issueTrackerURL="https://github.com/thedarkcolour/KotlinForForge/issues" # Issues page
description='''
Kotlin for Forge. Allows mods to use the Kotlin programming language.
@@ -20,7 +20,7 @@ Kotlin for Forge. Allows mods to use the Kotlin programming language.
[[dependencies.kotlinforforge]]
modId="minecraft"
mandatory=true
- versionRange="[1.14,1.16)"
+ versionRange="[1.14,1.17)"
ordering="NONE"
side="BOTH"
@@ -31,6 +31,6 @@ Kotlin for Forge. Allows mods to use the Kotlin programming language.
[[mods]] #mandatory
displayName="Kotlin for Forge" # Name of mod
modId="kotlinforforge" # Modid
-version="1.3.0" # Version of kotlinforforge
+version="1.3.1" # Version of kotlinforforge
authors="TheDarkColour" # Author
credits="Herobrine knows all." # Credits \ No newline at end of file