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-1.12.2-1.5.30.2 beta | 6.31 MB | Sep 3, 2021 | 1.12.2 | 0 | Download |
Description
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.
Get 0.05 TON 💎
Download
Add a comment