autaut03 / kottle

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

Allow usage of @Mod.EventBusSubscriber #18

Closed thedarkcolour closed 4 years ago

thedarkcolour commented 4 years ago

This patch deprecates @KotlinEventBusSubscriber and adds functionality in KotlinAutomaticEventSubscriber to allow usage of @Mod.EventBusSubscriber. It deprecates @KotlinEventBusSubscriber because mods should be using the official forge annotations instead of a separate annotation.

autaut03 commented 4 years ago

Hey! Thank you for the contribution. This was implemented more properly in #19.