aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/mods.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/META-INF/mods.toml')
-rw-r--r--src/main/resources/META-INF/mods.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml
index a58fee0..aab060a 100644
--- a/src/main/resources/META-INF/mods.toml
+++ b/src/main/resources/META-INF/mods.toml
@@ -3,11 +3,9 @@ loaderVersion="[1,)" # IModLanguageProvider version
issueTrackerURL="https://github.com/thedarkcolour/Future-MC/issues" # Issues page
-#displayURL="https://minecraft.curseforge.com/projects/kotlinforforge" #optional
-
description='''
Kotlin for Forge. Allows mods to use the Kotlin programming language.
-''' # A description
+'''
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
[[dependencies.kotlinforforge]] #optional
@@ -33,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.2.0" # Version of kotlinforforge
+version="1.2.2" # Version of kotlinforforge
authors="TheDarkColour" # Author
credits="Herobrine knows all." # Credits \ No newline at end of file