autaut03 / kottle

Kotlin language provider for Forge 1.13.2+
GNU Lesser General Public License v3.0
30 stars 13 forks source link

Post Forge events on mod's event bus #13

Closed Boothwhack closed 4 years ago

Boothwhack commented 4 years ago

In Forge's FMLModContainer events received from acceptEvent are posted on the mod's event bus. At the moment it is not possible to handle these event when using Kottle as they are silently being dropped.
FMLKotlinModContainer should probably do the same as FMLModContainer, post the events on the mod's event bus.

autaut03 commented 4 years ago

Hey @Boothwhack, thanks for the PR!

I'll post a new version of Kottle later today.