diff options
-rw-r--r-- | changelog.md | 1 | ||||
-rw-r--r-- | src/main/kotlin/thedarkcolour/kotlinforforge/KotlinForForge.kt | 17 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar | bin | 42470 -> 42092 bytes | |||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar.md5 | 2 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar.sha1 | 2 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar | bin | 118705 -> 116902 bytes | |||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar.md5 | 2 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar.sha1 | 2 |
8 files changed, 6 insertions, 20 deletions
diff --git a/changelog.md b/changelog.md index 4baddc0..c5a6761 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ##Kotlin for Forge 1.8.0 - Fixed a few things to match the new EventBus version. +- Fix #11 and #12. Event bus wrapper now posts events properly. - Now includes the Kotlin JSON Serialization library. ##Kotlin for Forge 1.7.0 diff --git a/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinForForge.kt b/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinForForge.kt index fac6ed6..168d3f0 100644 --- a/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinForForge.kt +++ b/src/main/kotlin/thedarkcolour/kotlinforforge/KotlinForForge.kt @@ -1,12 +1,7 @@ package thedarkcolour.kotlinforforge -import net.minecraftforge.common.MinecraftForge -import net.minecraftforge.event.entity.player.AdvancementEvent import net.minecraftforge.fml.common.Mod -import net.minecraftforge.fml.event.lifecycle.FMLLoadCompleteEvent import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext -import thedarkcolour.kotlinforforge.forge.FORGE_BUS -import thedarkcolour.kotlinforforge.forge.MOD_BUS /** * Set `modLoader` in mods.toml to @@ -19,14 +14,4 @@ import thedarkcolour.kotlinforforge.forge.MOD_BUS * check out the [KotlinModdingSkeleton repository](https://github.com/thedarkcolour/KotlinModdingSkeleton). */ @Mod("kotlinforforge") -public object KotlinForForge { - init { - MOD_BUS.addListener { event: FMLLoadCompleteEvent -> - val a = FORGE_BUS.post(AdvancementEvent(null, null)) - val b = MinecraftForge.EVENT_BUS.post(AdvancementEvent(null, null)) - - println("POST TEST: $a") - println("POST TEST: $b") - } - } -}
\ No newline at end of file +public object KotlinForForge
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar Binary files differindex cf9841d..752c2e8 100644 --- a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar +++ b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar diff --git a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar.md5 index 4ab7909..6b388be 100644 --- a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar.md5 +++ b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar.md5 @@ -1 +1 @@ -4c4f12e0807168828e8a06b27d90f516
\ No newline at end of file +5b44cba83b4b564d37ee571c84fd9260
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar.sha1 index e222bbb..4c96df2 100644 --- a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar.sha1 +++ b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0-sources.jar.sha1 @@ -1 +1 @@ -39022c9dd6360eba53ec1277fa9857962dc337e6
\ No newline at end of file +a958c493784f02506d4c3e8fee261f0ba50ff3ab
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar Binary files differindex 2b5c8ed..4f4b526 100644 --- a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar +++ b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar diff --git a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar.md5 b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar.md5 index 048f88f..6f3c81d 100644 --- a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar.md5 +++ b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar.md5 @@ -1 +1 @@ -219853d8add3cb4bc193a1fd08fed25a
\ No newline at end of file +5eafc3a5b2e161131d2756a6b63cf9d9
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar.sha1 b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar.sha1 index ae45183..ec954ef 100644 --- a/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar.sha1 +++ b/thedarkcolour/kotlinforforge/1.8.0/kotlinforforge-1.8.0.jar.sha1 @@ -1 +1 @@ -85a459f49f5cc3e3c7bb4c535798e2d5c48ac0bf
\ No newline at end of file +9b239005755b06d556666cecc180e430b4687121
\ No newline at end of file |