aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2021-02-07 23:43:26 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2021-02-07 23:43:26 -0800
commitbfde82eaaaa9e667ab53ecfa986cebfcad515abb (patch)
treec8b6198b6dd037846e306e21e06119ed0e324aea /src/main/kotlin
parent2a30973642c3cddd5d42f1c955caea73cd946134 (diff)
downloadKotlinForForge-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.kt2
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].