Kotlin for Forge Mod (1.18.2, 1.17.1) – Kotlin Libraries

Author:
thedarkcolour
31 mins ago ❘ 15
views

Kotlin for Forge Mod (1.18.2, 1.17.1) uses to make mods with the Kotlin programming language. This mod works by shading the Kotlin libraries, providing KotlinLanguageProvider to load @Mod object declarations, providing AutoKotlinEventBusSubscriber to load @EventBusSubscriber declarations, and providing useful utility functions and constants.

Features:

  • Provides the Kotlin libraries.
  • Provides KotlinLanguageProvider to allow usage of object declarations as @Mod targets.
  • Provides AutoKotlinEventBusSubscriber to allow usage of object declarations as @Mod.EventBusSubscriber targets.
  • Provides useful utility functions and constants.
  • Provides its own implementation of the Forge eventbus to work with KCallables and reified type parameters.
  • Provides sided property delegates and object holder property delegates.

Requires:

Minecraft Forge

How to install:

  1. Make sure you have already installed Minecraft Forge.
  2. Locate the minecraft application folder.
    • On windows open Run from the start menu, type %appdata% and click Run.
    • On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft.
  3. Place the mod you have just downloaded (.jar file) into the Mods folder.
  4. When you launch Minecraft and click the mods button you should now see the mod is installed.

Kotlin for Forge Mod (1.18.2, 1.17.1) Download Links:

For Minecraft 1.16.5, 1.15.2, 1.14.4

Download from Server 1Download from Server 2

For Minecraft 1.17.1

Download from Server 1Download from Server 2

For Minecraft 1.18.2, 1.18.1

Download from Server 1Download from Server 2

Click to rate this post!

[Total: 0 Average: 0]

Source