diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-01 10:36:32 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-01 10:36:32 -0800 |
commit | 28214d92042f0a4673f53699b1ff52af0226ccb3 (patch) | |
tree | 615ee3e17759e407cbe8451c7ff6d7af4f871411 /src/main/resources/META-INF/mods.toml | |
parent | 668b5c35ea900750c35f2ea8d878c1c5e6a04607 (diff) | |
download | KotlinForForge-28214d92042f0a4673f53699b1ff52af0226ccb3.tar.gz KotlinForForge-28214d92042f0a4673f53699b1ff52af0226ccb3.tar.bz2 KotlinForForge-28214d92042f0a4673f53699b1ff52af0226ccb3.zip |
Kotlin for Forge 1.8.0
Diffstat (limited to 'src/main/resources/META-INF/mods.toml')
-rw-r--r-- | src/main/resources/META-INF/mods.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index e0174e8..370d49c 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -1,5 +1,5 @@ modLoader="kotlinforforge" # IModLanguageProvider -loaderVersion="[1.6,)" # IModLanguageProvider version +loaderVersion="[1.8,)" # IModLanguageProvider version license="GPL v3.0" # A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. @@ -30,7 +30,7 @@ license="GPL v3.0" [[mods]] #mandatory displayName="Kotlin for Forge" # Name of mod modId="kotlinforforge" # Modid -version="1.6.2" # Version of kotlinforforge +version="1.7.1" # Version of kotlinforforge authors="TheDarkColour" # Author credits="Herobrine knows all." # Credits description=''' |