diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-07 23:43:26 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-07 23:43:26 -0800 |
commit | bfde82eaaaa9e667ab53ecfa986cebfcad515abb (patch) | |
tree | c8b6198b6dd037846e306e21e06119ed0e324aea /src/main/kotlin | |
parent | 2a30973642c3cddd5d42f1c955caea73cd946134 (diff) | |
download | KotlinForForge-bfde82eaaaa9e667ab53ecfa986cebfcad515abb.tar.gz KotlinForForge-bfde82eaaaa9e667ab53ecfa986cebfcad515abb.tar.bz2 KotlinForForge-bfde82eaaaa9e667ab53ecfa986cebfcad515abb.zip |
Kotlin for Forge 1.9.0
Diffstat (limited to 'src/main/kotlin')
-rw-r--r-- | src/main/kotlin/thedarkcolour/kotlinforforge/KotlinForForge.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinForForge.kt b/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinForForge.kt index 168d3f0..cd362b4 100644 --- a/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinForForge.kt +++ b/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinForForge.kt @@ -5,7 +5,7 @@ import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext /** * Set `modLoader` in mods.toml to - * `"kotlinforforge"` and loaderVersion to `"[1.7,)"`. + * `"kotlinforforge"` and loaderVersion to `"[1.9,)"`. * * Make sure to use [KotlinModLoadingContext] * instead of [FMLJavaModLoadingContext]. |