Minecraft KotlinMc mod 2026 download
logo
minecraft mod KotlinMc

KotlinMc

Game Version: 1.12.2
Total Downloads: 0
Updated: Oct 7, 2021
Created: Sep 2, 2021
Download KotlinMcDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
KotlinMc-1.12.2-1.5.30.3 release 6.31 MB Oct 7, 2021 1.12.2 0 download KotlinMc KotlinMc-1.12.2-1.5.30.3 releaseDownload
KotlinMc-1.12.2-1.5.30.2 beta 6.31 MB Sep 3, 2021 1.12.2 0 download KotlinMc KotlinMc-1.12.2-1.5.30.2 betaDownload

Description

Share this:

This is library mod allows you to use modern kotlin in your Minecraft mods. The last version allows you to use 1.5.30 kotlin.

 

Advantage:

  • Uses the last kotlin version.
  • Can subscribe objects
  • Implements DeferredRegister from modern forge use kotlin features.  Example:
 

public object TestRegisterer : KDeferredRegisterer<Block>("tut", ForgeRegistries.BLOCKS)
{
      public val testBlock : BlockBrewingStand by register("alchemists_stand", ::BlockBrewingStand)
}

@Mod(modid = KotlinMc.modId, name = KotlinMc.name, version = KotlinMc.version, modLanguageAdapter = kotlinProvider, modLanguage = kotlinLanguage)
public class KotlinMc
{
     init
     {
           TestRegisterer.subscribe()
     }
}

 

If you find bugs, please, report them to me.

Comments

Add a comment