File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,17 @@ dependencies {
4343kotlinVersion = 1.3.61
4444
4545# Change this to the most recent release version from CurseForge
46- kottleVersion = 1.3 .0
46+ kottleVersion = 1.4 .0
4747```
4848, in your ` mods.toml ` :
4949``` toml
5050modLoader =" kotlinfml"
5151loaderVersion =" [1,)"
5252```
5353
54- Finally, replace ` FMLJavaModLoadingContext ` references in your code with ` FMLKotlinModLoadingContext ` and
55- ` Mod.EventBusSubscriber ` with ` KotlinEventBusSubscriber ` . For more info, checkout test sources
54+ Finally, replace ` FMLJavaModLoadingContext ` references in your code with ` FMLKotlinModLoadingContext ` .
55+
56+ For more info, checkout test sources
5657[ here] ( https://github.com/autaut03/kottle/tree/master/src/test/kotlin/net/alexwells/kottle ) or my mod,
5758Roomery, [ here] ( https://github.com/autaut03/roomery ) .
5859
Original file line number Diff line number Diff line change 33org.gradle.jvmargs =-Xmx1G
44org.gradle.daemon =false
55
6- version = 1.3 .0
6+ version = 1.4 .0
77
88mappingsChannel = snapshot
99mappingsVersion = 20190719-1.14.3
You can’t perform that action at this time.
0 commit comments