diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-10-18 12:21:34 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-10-18 12:21:34 -0700 |
commit | 1d4d9787edfea95c3aa23babf1643ce901afa7ac (patch) | |
tree | 933a1876acb75d1351788aee2eca5d1063ba1622 /src/main/resources/META-INF/mods.toml | |
parent | e69c00673a0f6bc180d646665fc4973874f13ab8 (diff) | |
download | KotlinForForge-1d4d9787edfea95c3aa23babf1643ce901afa7ac.tar.gz KotlinForForge-1d4d9787edfea95c3aa23babf1643ce901afa7ac.tar.bz2 KotlinForForge-1d4d9787edfea95c3aa23babf1643ce901afa7ac.zip |
Close #8
Diffstat (limited to 'src/main/resources/META-INF/mods.toml')
-rw-r--r-- | src/main/resources/META-INF/mods.toml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 27b9220..e0174e8 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -1,13 +1,7 @@ modLoader="kotlinforforge" # IModLanguageProvider -loaderVersion="[1.4,)" # IModLanguageProvider version +loaderVersion="[1.6,)" # IModLanguageProvider version license="GPL v3.0" -issueTrackerURL="https://github.com/thedarkcolour/KotlinForForge/issues" # Issues page - -description=''' -Kotlin for Forge. Allows mods to use the Kotlin programming language. -''' - # A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. [[dependencies.kotlinforforge]] #optional modId="forge" #mandatory @@ -29,9 +23,17 @@ Kotlin for Forge. Allows mods to use the Kotlin programming language. # --------------------------------------------------------- # # --------------------------------------------------------- # +# UNCOMMENT THIS TO RUN TEST MOD +# [[mods]] +# modId="test_mod" + [[mods]] #mandatory displayName="Kotlin for Forge" # Name of mod modId="kotlinforforge" # Modid -version="1.4.0" # Version of kotlinforforge +version="1.6.2" # Version of kotlinforforge authors="TheDarkColour" # Author -credits="Herobrine knows all." # Credits
\ No newline at end of file +credits="Herobrine knows all." # Credits +description=''' +Kotlin for Forge. Allows mods to use the Kotlin programming language. +''' +issueTrackerURL="https://github.com/thedarkcolour/KotlinForForge/issues" # Issues page
\ No newline at end of file |